summaryrefslogtreecommitdiffstats
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt5-20/+90
2010-07-31Merge branch 'misc' into develRussell King2-15/+77
2010-07-27ARM: Fix section build warnings for AMBA driversRussell King2-2/+2
2010-07-27ARM: 6158/2: PL011 baudrate extension for ST-Ericssons derivativeLinus Walleij1-2/+25
2010-07-27ARM: 6157/2: PL011 TX/RX split of LCR for ST-Ericssons derivativeLinus Walleij1-11/+50
2010-07-26serial: fix rs485 for atmel_serial on avr32Peter Huewe1-0/+1
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-5/+12
2010-07-02Merge branches 'sh/highmem' and 'sh/stable-updates'Paul Mundt2-64/+80
2010-06-30serial: cpm_uart: implement the cpm_uart_early_write() function for console pollDongdong Deng1-64/+79
2010-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-06-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller8-59/+175
2010-06-21sh: SH-2007 board support.Hitoshi Mitake1-4/+13
2010-06-16pcnet_cs: add new id (TOSHIBA Modem/LAN Card)Ken Kawasaki1-0/+1
2010-06-04serial: add support for various Titan PCI cardsYegor Yefremov1-0/+71
2010-06-04serial: altera_uart: Proper section for altera_uart_removeTobias Klauser1-1/+1
2010-06-04altera_uart: Simplify altera_uart_console_putcTobias Klauser1-15/+8
2010-06-04altera_uart: Don't take spinlock in already protected functionsTobias Klauser1-15/+4
2010-06-04serial: bfin_5xx: fix typo in IER checkSonic Zhang1-1/+1
2010-06-04serial: bfin_5xx: IRDA is not affected by anomaly 05000230Graf Yang1-1/+6
2010-06-04serial_cs: add and sort IDs for serial and modem cardsAlexander Kurz1-2/+16
2010-06-04msm_serial: fix serial on troutAbhijeet Dharmapurikar2-18/+59
2010-06-02powerpc/macio: Fix probing of macio devices by using the right of match tableBenjamin Herrenschmidt1-2/+5
2010-05-28ARM: S5PV210: serial: Fix section mismatch warningMarek Szyprowski1-4/+4
2010-05-26sunsu: Fix use after free in su_remove().David S. Miller1-4/+9
2010-05-25sunserial: Don't call add_preferred_console() when console= is specified.David S. Miller1-1/+3
2010-05-25Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-69/+0
2010-05-25m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driverGreg Ungerer1-1/+1
2010-05-25Merge remote branch 'origin' into secretlab/next-spiGrant Likely26-305/+1891
2010-05-25powerpc/mpc5121: move PSC FIFO memory init to platform codeAnatolij Gustschin1-69/+0
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-2/+3
2010-05-22sh: fix Oops in the serial SCI driverGuennadi Liakhovetski1-2/+3
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely22-290/+1847
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely10-26/+45
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-1/+1
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+1
2010-05-21Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+19
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds5-13/+128
2010-05-21serial: bfin_sport_uart: Use resource size to fix off-by-one errorTobias Klauser1-2/+1
2010-05-21serial: Add driver for the Altera UARTTobias Klauser3-0/+602
2010-05-21serial: Add driver for the Altera JTAG UARTTobias Klauser3-0/+526
2010-05-21serial: timbuart: make sure last byte is sent when port is closedRichard Röjfors1-10/+13
2010-05-21serial: two branches the same in timbuart_set_mctrl()Roel Kluin1-1/+1
2010-05-21serial: uartlite: move from byte accesses to word accessesJohn Linn1-16/+16
2010-05-21serial: bfin_sport_uart: drop redundant cpu dependsMike Frysinger1-1/+1
2010-05-21serial: bfin_sport_uart: drop the experimental markingsMike Frysinger1-2/+2
2010-05-21serial: bfin_sport_uart: pull in bfin_sport.h for SPORT definesMike Frysinger1-0/+1
2010-05-21serial: bfin_sport_uart: only enable SPORT TX if data is to be sentSonic Zhang1-9/+21
2010-05-21serial: bfin_sport_uart: drop useless status masksMike Frysinger1-16/+1
2010-05-21serial: bfin_sport_uart: zero sport_uart_port if allocated dynamicallySonic Zhang1-2/+2
2010-05-21serial: bfin_sport_uart: protect changes to uart_portSonic Zhang1-2/+2