linux/drivers/tty
Jiri Slaby 0019b4089c TTY: add support for unnumbered device nodes
This allows drivers like ttyprintk to avoid hacks to create an
unnumbered node in /dev. It used to set TTY_DRIVER_DYNAMIC_DEV in
flags and call device_create on its own. That is incorrect, because
TTY_DRIVER_DYNAMIC_DEV may be set only if tty_register_device is
called explicitly.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-08-13 16:45:38 -07:00
..
hvc Merge tty-next into 3.6-rc1 2012-08-06 09:48:31 -07:00
ipwireless
serial TTY: 68328serial, fix compilation 2012-08-10 13:27:50 -07:00
vt vt: fix race in vt_waitactive() 2012-07-26 13:37:02 -07:00
Kconfig
Makefile
amiserial.c tty: localise the lock 2012-08-10 12:55:47 -07:00
bfin_jtag_comm.c
cyclades.c tty: localise the lock 2012-08-10 12:55:47 -07:00
ehv_bytechan.c
isicom.c tty: move the termios object into the tty 2012-07-16 13:00:41 -07:00
moxa.c tty: move the termios object into the tty 2012-07-16 13:00:41 -07:00
moxa.h
mxser.c mxser: allow overlapping vector 2012-08-10 13:29:57 -07:00
mxser.h
n_gsm.c TTY: n_gsm, use tty_port_install 2012-08-10 13:27:50 -07:00
n_hdlc.c
n_r3964.c tty: localise the lock 2012-08-10 12:55:47 -07:00
n_tracerouter.c
n_tracesink.c
n_tracesink.h
n_tty.c n_tty: Don't lose characters when PARMRK is enabled 2012-08-10 13:14:54 -07:00
nozomi.c
pty.c TTY: pty, switch to tty_alloc_driver 2012-08-13 16:45:38 -07:00
rocket.c tty: move the termios object into the tty 2012-07-16 13:00:41 -07:00
rocket.h
rocket_int.h
synclink.c tty: localise the lock 2012-08-10 12:55:47 -07:00
synclink_gt.c tty: localise the lock 2012-08-10 12:55:47 -07:00
synclinkmp.c tty: localise the lock 2012-08-10 12:55:47 -07:00
sysrq.c
tty_audit.c
tty_buffer.c
tty_io.c TTY: add support for unnumbered device nodes 2012-08-13 16:45:38 -07:00
tty_ioctl.c tty: Fix up PPC fallout from the termios move 2012-07-17 09:10:55 -07:00
tty_ldisc.c tty: localise the lock 2012-08-10 12:55:47 -07:00
tty_mutex.c tty: localise the lock 2012-08-10 12:55:47 -07:00
tty_port.c tty: localise the lock 2012-08-10 12:55:47 -07:00