summaryrefslogtreecommitdiffstats
path: root/drivers/char/ttyprintk.c
Commit message (Expand)AuthorAgeFilesLines
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-1/+3
* TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-161-2/+2
* TTY: use tty_port_link_deviceJiri Slaby2012-08-141-0/+1
* TTY: add support for unnumbered device nodesJiri Slaby2012-08-141-13/+4Star
* TTY: ttyprintk, initialize tty_port earlierJiri Slaby2012-08-101-4/+4
* TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby2012-08-101-1/+1
* TTY: ttyprintk, unregister tty driver on failureJiri Slaby2012-08-101-0/+1
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-2/+0Star
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-011-0/+1
* | um: switch to use of drivers/KconfigAl Viro2011-11-021-1/+1
|/
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
* add ttyprintk driverSamo Pogacnik2010-10-221-0/+225