summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-21serial: bfin_sport_uart: Use resource size to fix off-by-one errorTobias Klauser1-2/+1
2010-05-21tty: fix obsolete comment on tty_insert_flip_string_fixed_flagJohan Hovold1-1/+1
2010-05-21serial: Add driver for the Altera UARTTobias Klauser5-0/+617
2010-05-21serial: Add driver for the Altera JTAG UARTTobias Klauser5-0/+545
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-21tty: n_gsm: depends on NETRandy Dunlap1-0/+1
2010-05-21tty: n_gsm line disciplineAlan Cox5-1/+2798
2010-05-21serial: TTY: new ldiscs for stagingPavan Savoy1-1/+1
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 a...Sonic Zhang1-1/+15
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds14-350/+423
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds20-185/+368
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2-18/+75
2010-05-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds117-1647/+10156
2010-05-21Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds8-51/+35
2010-05-21Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds1-0/+1
2010-05-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds39-2118/+1905
2010-05-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds41-1491/+2596
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds161-4149/+15301
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds261-8360/+17242
2010-05-20sound: fixup for usb_buffer_alloc/free renameStephen Rothwell1-5/+5
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1455-48165/+95796
2010-05-20Merge branch 'docs-next' of git://git.lwn.net/linux-2.6Linus Torvalds2-0/+109
2010-05-20Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6Linus Torvalds27-573/+1905
2010-05-20USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman1-12/+0
2010-05-20usb: musb: update gfp/slab.h includesTejun Heo1-1/+0
2010-05-20USB: ftdi_sio: fix legacy SIO-device headerJohan Hovold1-1/+1
2010-05-20USB: kl5usb105: reimplement using generic frameworkJohan Hovold1-333/+47
2010-05-20USB: kl5usb105: minor clean upsJohan Hovold1-46/+33
2010-05-20USB: kl5usb105: fix memory leakJohan Hovold1-0/+1
2010-05-20USB: io_ti: use kfifo to implement write bufferingJohan Hovold1-210/+13
2010-05-20USB: io_ti: remove unsused private counterJohan Hovold1-5/+0
2010-05-20USB: ti_usb: use kfifo to implement write bufferingJohan Hovold1-165/+14
2010-05-20USB: ir-usb: fix incorrect write-buffer lengthJohan Hovold1-1/+3
2010-05-20USB: aircable: fix incorrect write-buffer lengthJohan Hovold1-1/+1
2010-05-20USB: safe_serial: straighten out read processingJohan Hovold1-22/+21
2010-05-20USB: safe_serial: reimplement read using generic frameworkJohan Hovold1-39/+8