summaryrefslogtreecommitdiffstats
path: root/drivers/char/ttyprintk.c
AgeCommit message (Expand)AuthorLines
2014-04-16ttyprintk: Allow built as a moduleTakashi Iwai-1/+12
2014-04-16ttyprintk: Fix wrong tty_unregister_driver() call in the error pathTakashi Iwai-2/+0
2014-01-13drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker-1/+1
2013-05-21ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...Darrick J. Wong-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby-1/+3
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter-2/+2
2012-08-13TTY: use tty_port_link_deviceJiri Slaby-0/+1
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby-13/+4
2012-08-10TTY: ttyprintk, initialize tty_port earlierJiri Slaby-4/+4
2012-08-10TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby-1/+1
2012-08-10TTY: ttyprintk, unregister tty driver on failureJiri Slaby-0/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby-2/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-11-02um: switch to use of drivers/KconfigAl Viro-1/+1
2011-10-31drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker-0/+1
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox-1/+1
2010-10-22add ttyprintk driverSamo Pogacnik-0/+225