summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-09-19serial: move the flags into the tty_port fieldAlan Cox
2009-09-19serial: move count into the tty_port versionAlan Cox
2009-09-19serial: use tty_port pointers in the core codeAlan Cox
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox
2009-09-19serial: kill off uart_infoAlan Cox
2009-09-19isicom: split the open method for the isicom deviceAlan Cox
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-09-19vt: add an activate and lockAlan Cox
2009-09-19vt: remove power stuff from kernel/powerAlan Cox
2009-09-19vt: add an event interfaceAlan Cox
2009-09-19tty: USB can now use the shutdown method for kref based freeing of portsAlan Cox
2009-09-19tty: remove dtr/rts use from the driver open methodsAlan Cox
2009-09-19tty: USB hangup is racyAlan Cox
2009-09-19cdc_acm: Fix to use modern speed interfacesAlan Cox
2009-09-19tty: make the kref destructor occur asynchronouslyAlan Cox
2009-09-19cyclades: use the full port_close functionAlan Cox
2009-09-19tty: riscom8 kref and tty_port_closeAlan Cox
2009-09-19isicom: Split the close hardware bits outAlan Cox
2009-09-19mxser: Split close ready for a standard tty_port_close methodAlan Cox
2009-09-19riscom8: split open and close methods upAlan Cox
2009-09-19tty: Add a full port_close functionAlan Cox
2009-09-198250: Now honours baud rate lower boundsAnton Vorontsov
2009-09-19serial: 8250: add IRQ trigger supportVikram Pandita
2009-09-19mos7840: remove old dead modem logicAlan Cox
2009-09-19tty: Fix a typo noted in passingAlan Cox
2009-09-19tty: usb_serial_mos7720: Fix get_lsr_infoKees Schoenmakers
2009-09-19MOS7720 has no tiocmget methodKees Schoenmakers
2009-09-19slip: Clean up create and destroyAlan Cox
2009-09-19cyclades: remove more duplicated codeJiri Slaby
2009-09-19cyclades: introduce cyy_readb/writebJiri Slaby
2009-09-19cyclades: tiocm cleanupJiri Slaby
2009-09-19cyclades: ioctls cleanupJiri Slaby
2009-09-19cyclades: merge cy_startup tailsJiri Slaby
2009-09-19cyclades: use dtr_rts helpersJiri Slaby
2009-09-19cyclades: sleep instead busy-waitJiri Slaby
2009-09-19cyclades: overall cleanupJiri Slaby
2009-09-19cyclades: close cleanupJiri Slaby
2009-09-19cyclades: switch to tty_port_hangupJiri Slaby
2009-09-19cyclades: avoid addresses recomputationJiri Slaby
2009-09-19cyclades: remove block_til_readyJiri Slaby
2009-09-19cyclades: add tty refcountingJiri Slaby
2009-09-19tty: icom: bit and/or confusion?Roel Kluin
2009-09-19tty: includecheck fix: drivers/char, vt.cJaswinder Singh Rajput
2009-09-19tty-ldisc: get rid of tty_ldisc_try_get() helper functionLinus Torvalds
2009-09-19tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscsLinus Torvalds
2009-09-19tty: serial/pcmcia: add ID for Advantech cardWolfram Sang
2009-09-19serial: bfin_5xx: fix building as module when early printk is enabledMike Frysinger
2009-09-19tty: gigaset: really fix chars_in_bufferTilman Schmidt
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds