linux-sg2042/drivers/tty
Alan Cox 8d075b199b tty: add a helper for setting termios data from kernel side
This basically encapsulates the small bit of locking knowledge needed. While
we are at it make sure we blow up on any more abusers and unsafe misuses of
ioctl for this kind of stuff.

We change the function to return an argument as at some point it needs to
honour the POSIX 'I asked for changes but got none of them' error reporting
corner case.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-02-17 12:03:52 -08:00
..
hvc tiocmset: kill the file pointer argument 2011-02-17 11:52:43 -08:00
serial tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
vt tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
Makefile
n_gsm.c tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
n_hdlc.c
n_r3964.c
n_tty.c
pty.c tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
sysrq.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2011-01-26 16:31:44 +10:00
tty_audit.c
tty_buffer.c
tty_io.c tty: now phase out the ioctl file pointer for good 2011-02-17 11:59:56 -08:00
tty_ioctl.c tty: add a helper for setting termios data from kernel side 2011-02-17 12:03:52 -08:00
tty_ldisc.c tty_ldisc: don't use flush_scheduled_work() 2011-02-03 14:12:25 -08:00
tty_mutex.c
tty_port.c