summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-20tty: Char: mxser, add support for CP112ULJiri Slaby1-2/+5
2009-09-20uartlite: support shared interrupt linesPeter Korsgaard1-5/+10
2009-09-20tty: USB: serial/mct_u232, fix tty refcntJiri Slaby1-3/+6
2009-09-20tty: riscom8, fix tty refcntJiri Slaby1-1/+1
2009-09-20tty: riscom8, fix shutdown declarationJiri Slaby1-2/+2
2009-09-20TTY: fix typosAlan Stern1-2/+2
2009-09-20tty: Power: fix suspend vt regressionJiri Slaby1-1/+1
2009-09-20tty: vt: use printk_onceMarcin Slusarz2-8/+2
2009-09-20tty: handle VT specific compat ioctls in vt driverArnd Bergmann2-0/+206
2009-09-20n_tty: move echoctl check and clean up logicJoe Peterson1-28/+18
2009-09-20n_tty: honor opost flag for echoesJoe Peterson1-11/+22
2009-09-20tty: USB serial termios bitsAlan Cox10-107/+103
2009-09-20Set proper console speed on resume if console suspend is disabledDeepak Saxena1-14/+18
2009-09-20serial: introduce tty krefsAlan Cox1-3/+3
2009-09-20serial: kill USF_CLOSING_* definitionsAlan Cox1-3/+3
2009-09-20serial: move port users helperAlan Cox1-4/+2
2009-09-20serial: move delta_msr_wait into the tty_portAlan Cox28-51/+53
2009-09-20serial: replace the state mutex with the tty port mutexAlan Cox2-112/+123
2009-09-20serial: move the flags into the tty_port fieldAlan Cox1-76/+77
2009-09-20serial: move count into the tty_port versionAlan Cox1-18/+20
2009-09-20serial: use tty_port pointers in the core codeAlan Cox1-142/+146
2009-09-20serial: Fold closing_* fields into the tty_port onesAlan Cox1-13/+13
2009-09-20serial: kill off uart_infoAlan Cox48-395/+389
2009-09-20isicom: split the open method for the isicom deviceAlan Cox1-8/+24
2009-09-20tty: USB does not need the filp argument in the driversAlan Cox40-127/+65
2009-09-20vt: add an activate and lockAlan Cox1-1/+37
2009-09-20vt: remove power stuff from kernel/powerAlan Cox1-0/+56
2009-09-20vt: add an event interfaceAlan Cox2-51/+138
2009-09-20tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox1-21/+7
2009-09-20tty: remove dtr/rts use from the driver open methodsAlan Cox1-6/+0
2009-09-20tty: USB hangup is racyAlan Cox1-4/+1
2009-09-20cdc_acm: Fix to use modern speed interfacesAlan Cox1-4/+1
2009-09-20tty: make the kref destructor occur asynchronouslyAlan Cox1-3/+16
2009-09-20cyclades: use the full port_close functionAlan Cox1-19/+17
2009-09-20tty: riscom8 kref and tty_port_closeAlan Cox1-72/+59
2009-09-20isicom: Split the close hardware bits outAlan Cox1-11/+14
2009-09-20mxser: Split close ready for a standard tty_port_close methodAlan Cox1-22/+23
2009-09-20riscom8: split open and close methods upAlan Cox1-21/+26
2009-09-20tty: Add a full port_close functionAlan Cox1-2/+27
2009-09-208250: Now honours baud rate lower boundsAnton Vorontsov1-1/+3
2009-09-20serial: 8250: add IRQ trigger supportVikram Pandita2-5/+10
2009-09-20mos7840: remove old dead modem logicAlan Cox1-115/+0
2009-09-20tty: Fix a typo noted in passingAlan Cox1-1/+1
2009-09-20tty: usb_serial_mos7720: Fix get_lsr_infoKees Schoenmakers1-4/+15
2009-09-20MOS7720 has no tiocmget methodKees Schoenmakers1-37/+64
2009-09-20slip: Clean up create and destroyAlan Cox1-73/+23
2009-09-20cyclades: remove more duplicated codeJiri Slaby1-31/+14
2009-09-20cyclades: introduce cyy_readb/writebJiri Slaby1-284/+164
2009-09-20cyclades: tiocm cleanupJiri Slaby1-87/+66
2009-09-20cyclades: ioctls cleanupJiri Slaby1-112/+67