summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-02tty: refcount the epca driverAlan Cox1-12/+15
2009-01-02tty: relock epcaAlan Cox1-91/+104
2009-01-02tty: Modem functions for the HSO driverDenis Joseph Barrow1-13/+318
2009-01-02tty: Fix the HSO termios handling a bitAlan Cox1-24/+31
2009-01-02hso: net driver using tty without lockingAlan Cox1-12/+42
2009-01-02tty: kref nozomiAlan Cox1-40/+45
2009-01-02tty: Remove some pointless castsAlan Cox16-150/+150
2009-01-02tty: PTYs set TTY_DO_WRITE_WAKEUP when they don't need toAlan Cox1-3/+0
2009-01-02tty: N_TTY SIGIO only works for readThomas Pfaff1-3/+3
2009-01-02tty: USB tty devices can block in tcdrain when unpluggedAlan Cox1-0/+4
2009-01-02serial: set correct baud_base for Oxford Semiconductor Ltd EXSYS EX-41092 Dua...Niels de Vos1-0/+3
2009-01-02tty: Introduce some close helpers for portsAlan Cox9-390/+123
2009-01-02tty: tty port zero baud openAlan Cox1-1/+2
2009-01-02tty: ESP has been broken for locking etc forverAlan Cox1-1/+1
2009-01-02tty: rework stallion to use the tty_port bitsAlan Cox1-104/+38
2009-01-02tty: Rework istallion to use the tty port changesAlan Cox1-116/+43
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox6-235/+113
2009-01-02tty: relock the mxser driverAlan Cox1-15/+13
2009-01-02tty: relock riscom8 using port locksAlan Cox1-10/+20
2009-01-02tty: rocketport uses different port flags to everyone elseAlan Cox3-26/+21
2009-01-02tty: relock generic_serialAlan Cox1-13/+24
2009-01-02isicom: redo locking to use tty port locksAlan Cox3-26/+53
2009-01-02tty: Pull the dtr raise into tty portAlan Cox6-25/+77
2009-01-02rio: Kill off ckmallocAlan Cox1-13/+4
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox17-238/+418
2009-01-02tty: Fix PPP hang under loadAlan Cox1-9/+21
2009-01-02Add device function for USB serial consoleKevin Hao1-0/+13
2009-01-02And here's a patch (to be applied on top of the last) which preventsRussell King1-16/+21
2009-01-02Convert the oxsemi tornado special cases to use the quirk interface and notRussell King1-40/+51
2009-01-02tty: Fix close races in USB serialAlan Cox1-5/+10
2009-01-02n_tty: Output bells immediately on a full bufferJoe Peterson1-17/+9
2009-01-02n_tty: Fix hanfling of buffer full corner casesJoe Peterson1-17/+38
2009-01-02n_tty: Fix handling of control characters and continuationsJoe Peterson1-9/+15
2009-01-02pty: simplify resizeAlan Cox4-30/+71
2009-01-02tty: Fix sparse static warning for tty_driver_lookup_ttyJason Wessel1-1/+1
2009-01-02sierra: Fix formattingAlan Cox1-1/+1
2009-01-02Add DEVPTS_MULTIPLE_INSTANCES config tokenSukadev Bhattiprolu1-0/+11
2009-01-02n_tty: clean up coding styleAlan Cox1-16/+13
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson3-156/+588
2009-01-02Blackfin Serial Driver: Remove BI status for known_good_charSonic Zhang1-0/+1
2009-01-02Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files o...Sonic Zhang1-3/+8
2009-01-02Blackfin Serial Driver: Clean serial console and early prink code.Sonic Zhang1-12/+4
2009-01-02Blackfin Serial Driver: fix bug - SIR driver stop receiving randomlyGraf Yang1-0/+24
2009-01-02Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb fr...Sonic Zhang1-98/+89
2008-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2008-12-31shrink struct dentryNick Piggin1-1/+1
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+0
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds3-8/+42
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds131-5646/+24802
2008-12-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds299-10977/+36754