summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-20serial: move delta_msr_wait into the tty_portAlan Cox32-54/+54
2009-09-20serial: replace the state mutex with the tty port mutexAlan Cox3-114/+123
2009-09-20serial: kill off uif_tAlan Cox1-11/+0
2009-09-20serial: move the flags into the tty_port fieldAlan Cox3-105/+98
2009-09-20serial: move count into the tty_port versionAlan Cox2-19/+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 Cox3-17/+15
2009-09-20serial: kill off uart_infoAlan Cox50-432/+422
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 Cox41-131/+68
2009-09-20vt: add an activate and lockAlan Cox2-1/+44
2009-09-20vt: move kernel stuff out of vt.hAlan Cox2-11/+12
2009-09-20vt: remove power stuff from kernel/powerAlan Cox3-58/+62
2009-09-20vt: add an event interfaceAlan Cox4-52/+154
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 Cox2-3/+34
2009-09-208250: Now honours baud rate lower boundsAnton Vorontsov1-1/+3
2009-09-20serial: 8250: add IRQ trigger supportVikram Pandita4-5/+12
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-20kfifo: Use "const" definitionsAlan Cox2-3/+3
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 Slaby2-285/+165
2009-09-20cyclades: tiocm cleanupJiri Slaby1-87/+66
2009-09-20cyclades: ioctls cleanupJiri Slaby1-112/+67
2009-09-20cyclades: merge cy_startup tailsJiri Slaby1-29/+16
2009-09-20cyclades: use dtr_rts helpersJiri Slaby1-201/+79
2009-09-20cyclades: sleep instead busy-waitJiri Slaby1-2/+2
2009-09-20cyclades: overall cleanupJiri Slaby1-586/+12
2009-09-20cyclades: close cleanupJiri Slaby1-68/+2
2009-09-20cyclades: switch to tty_port_hangupJiri Slaby1-17/+6
2009-09-20cyclades: avoid addresses recomputationJiri Slaby2-170/+81
2009-09-20cyclades: remove block_til_readyJiri Slaby1-194/+108
2009-09-20cyclades: add tty refcountingJiri Slaby1-79/+93
2009-09-20tty: icom: bit and/or confusion?Roel Kluin1-1/+1
2009-09-20tty: includecheck fix: drivers/char, vt.cJaswinder Singh Rajput1-1/+0
2009-09-20tty-ldisc: get rid of tty_ldisc_try_get() helper functionLinus Torvalds1-31/+20
2009-09-20tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscsLinus Torvalds1-26/+39