aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16pcnet_cs: add new id (TOSHIBA Modem/LAN Card)Ken Kawasaki1-0/+1
2010-05-28ARM: S5PV210: serial: Fix section mismatch warningMarek Szyprowski1-4/+4
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/async_txLinus Torvalds1-1/+1
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2010-05-21Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-0/+19
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus 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
2010-05-21serial: bfin_sport_uart: add support for CTS/RTS via GPIOsSonic Zhang3-11/+135
2010-05-21serial: bfin_sport_uart: rename early platform driver class stringSonic Zhang1-2/+5
2010-05-21serial: bfin_sport_uart: add missing mapbase initializationSonic Zhang1-1/+2
2010-05-21serial: bfin_sport_uart: remove unused peripheral pin listsSonic Zhang1-21/+0
2010-05-21serial: bfin_sport_uart: shorten the SPORT TX waiting loopSonic Zhang1-1/+7
2010-05-21serial: bfin_sport_uart: work around anomaly 05000473 (make 32bit fifo read atomic)Sonic Zhang1-1/+15
2010-05-20kgdboc: Add ekgdboc for early use of the kernel debuggerJason Wessel1-0/+19
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel1-0/+14
2010-05-20kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel1-7/+54
2010-05-20sparc,sunzilog: Add console polling support for sunzilog serial driverJason Wessel1-0/+50
2010-05-20sh,sh-sci: Use NO_POLL_CHAR in the SCIF polled console codeJason Wessel1-1/+5
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel2-5/+5
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-27/+9
2010-05-19Merge branch 'for-linus/samsung4' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-13/+4
2010-05-19Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-37/+177
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-63/+126
2010-05-19drivers: serial: S5PC100 serial driver cleanupMarek Szyprowski2-13/+4
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely12-25/+25
2010-05-17Merge branch 'ioat' into dmaengineDan Williams27-16/+53
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+1
2010-05-17Merge branch 'devel-stable' into develRussell King32-58/+78
2010-05-13serial: imx.c: fix CTS trigger level lower to avoid lost charsValentin Longchamp1-1/+9
2010-05-13serial: mpc52xx_uart: fix null pointer dereferenceAnatolij Gustschin1-1/+1