linux/drivers/tty
Jiri Slaby 2e124b4a39 TTY: switch tty_flip_buffer_push
Now, we start converting tty buffer functions to actually use
tty_port. This will allow us to get rid of the need of tty in many
call sites. Only tty_port will needed and hence no more
tty_port_tty_get in those paths.

Now, the one where most of tty_port_tty_get gets removed:
tty_flip_buffer_push.

IOW we also closed all the races in drivers not using tty_port_tty_get
at all yet.

Also we move tty_flip_buffer_push declaration from include/linux/tty.h
to include/linux/tty_flip.h to all others while we are changing it
anyway.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-15 22:30:15 -08:00
..
hvc TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
ipwireless TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
serial TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
vt TTY: switch tty_insert_flip_char 2013-01-15 22:21:36 -08:00
amiserial.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
bfin_jtag_comm.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
cyclades.c TTY: switch tty_insert_flip_char 2013-01-15 22:21:36 -08:00
ehv_bytechan.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
isicom.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
Kconfig
Makefile
moxa.c TTY: switch tty_insert_flip_char 2013-01-15 22:21:36 -08:00
moxa.h
mxser.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
mxser.h
n_gsm.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
n_hdlc.c
n_r3964.c
n_tracerouter.c
n_tracesink.c
n_tracesink.h
n_tty.c tty: add missing newlines to WARN_RATELIMIT 2012-10-25 11:30:27 -07:00
nozomi.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
pty.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
rocket_int.h
rocket.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
rocket.h
synclink_gt.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
synclink.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
synclinkmp.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
sysrq.c mm, oom: ensure sysrq+f always passes valid zonelist 2012-11-15 17:13:48 -08:00
tty_audit.c
tty_buffer.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
tty_io.c tty: Fix comments that reference BKL, eventd, old paths 2013-01-15 21:57:44 -08:00
tty_ioctl.c tty: pty - Move TIOCPKT handling into pty.c 2012-10-25 12:07:18 -07:00
tty_ldisc.c
tty_mutex.c
tty_port.c TTY: introduce tty_port_destroy 2012-11-15 17:20:58 -08:00