add ttyprintk driver
authorSamo Pogacnik <samo_pogacnik@t-2.net>
Wed, 25 Aug 2010 18:44:07 +0000 (20:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:20:02 +0000 (10:20 -0700)
commit24b4b67d17c308aaa956b73ab1e88190f6642bbe
tree86ff019ce69aca93371719487869de4ad6d205e0
parent891b9dd10764352926e1e107756aa229dfa2c210
add ttyprintk driver

Ttyprintk is a pseudo TTY driver, which allows users to make printk
messages, via output to ttyprintk device. It is possible to store
"console" messages inline with kernel messages for better analyses of
the boot process, for example.

Signed-off-by: Samo Pogacnik <samo_pogacnik@t-2.net>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/devices.txt
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/ttyprintk.c [new file with mode: 0644]