summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds118-3570/+2572
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds40-759/+4570
2009-09-19USB serial: update the console driverAlan Stern1-9/+19
2009-09-19usb-serial: straighten out serial_openAlan Stern1-37/+22
2009-09-19usb-serial: add missing tests and debug linesAlan Stern1-4/+17
2009-09-19usb-serial: rename subroutinesAlan Stern1-8/+11
2009-09-19usb-serial: fix termios initialization logicAlan Stern1-12/+10
2009-09-19usb-serial: acquire references when a new tty is installedAlan Stern1-64/+47
2009-09-19usb-serial: change logic of serial lookupsAlan Stern1-8/+23
2009-09-19usb-serial: put subroutines in logical orderAlan Stern1-77/+77
2009-09-19usb-serial: change referencing of port and serial structuresAlan Stern1-75/+20
2009-09-19tty: Char: mxser, use THRE for ASPP_OQUEUE ioctlJiri Slaby1-1/+1
2009-09-19tty: Char: mxser, add support for CP112ULJiri Slaby1-2/+5
2009-09-19uartlite: support shared interrupt linesPeter Korsgaard1-5/+10
2009-09-19tty: USB: serial/mct_u232, fix tty refcntJiri Slaby1-3/+6
2009-09-19tty: riscom8, fix tty refcntJiri Slaby1-1/+1
2009-09-19tty: riscom8, fix shutdown declarationJiri Slaby1-2/+2
2009-09-19TTY: fix typosAlan Stern1-2/+2
2009-09-19tty: Power: fix suspend vt regressionJiri Slaby1-1/+1
2009-09-19tty: vt: use printk_onceMarcin Slusarz2-8/+2
2009-09-19tty: handle VT specific compat ioctls in vt driverArnd Bergmann3-0/+209
2009-09-19n_tty: move echoctl check and clean up logicJoe Peterson1-28/+18
2009-09-19n_tty: honor opost flag for echoesJoe Peterson1-11/+22
2009-09-19tty: USB serial termios bitsAlan Cox11-107/+106
2009-09-19Set proper console speed on resume if console suspend is disabledDeepak Saxena1-14/+18
2009-09-19serial: introduce tty krefsAlan Cox1-3/+3
2009-09-19serial: kill USF_CLOSING_* definitionsAlan Cox2-6/+3
2009-09-19serial: move port users helperAlan Cox2-4/+7
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox32-54/+54
2009-09-19serial: replace the state mutex with the tty port mutexAlan Cox3-114/+123
2009-09-19serial: kill off uif_tAlan Cox1-11/+0
2009-09-19serial: move the flags into the tty_port fieldAlan Cox3-105/+98
2009-09-19serial: move count into the tty_port versionAlan Cox2-19/+20
2009-09-19serial: use tty_port pointers in the core codeAlan Cox1-142/+146
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox3-17/+15
2009-09-19serial: kill off uart_infoAlan Cox50-432/+422
2009-09-19isicom: split the open method for the isicom deviceAlan Cox1-8/+24
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox41-131/+68
2009-09-19vt: add an activate and lockAlan Cox2-1/+44
2009-09-19vt: move kernel stuff out of vt.hAlan Cox2-11/+12
2009-09-19vt: remove power stuff from kernel/powerAlan Cox3-58/+62
2009-09-19vt: add an event interfaceAlan Cox4-52/+154
2009-09-19tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox1-21/+7
2009-09-19tty: remove dtr/rts use from the driver open methodsAlan Cox1-6/+0
2009-09-19tty: USB hangup is racyAlan Cox1-4/+1
2009-09-19cdc_acm: Fix to use modern speed interfacesAlan Cox1-4/+1
2009-09-19tty: make the kref destructor occur asynchronouslyAlan Cox1-3/+16
2009-09-19cyclades: use the full port_close functionAlan Cox1-19/+17
2009-09-19tty: riscom8 kref and tty_port_closeAlan Cox1-72/+59
2009-09-19isicom: Split the close hardware bits outAlan Cox1-11/+14