linux-stable/drivers/tty
Jiri Slaby 2f69335710 TTY: convert more flipping functions
Now, we start converting tty buffer functions to actually use
tty_port. This will allow us to get rid of the need of tty pointer in
many call sites. Only tty_port will be needed and hence no more
tty_port_tty_get calls in those paths.

Now 4 string flipping ones are on turn:
* tty_insert_flip_string_flags
* tty_insert_flip_string_fixed_flag
* tty_prepare_flip_string
* tty_prepare_flip_string_flags

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-15 22:17:29 -08:00
..
hvc TTY: switch tty_buffer_request_room to tty_port 2013-01-15 22:17:28 -08:00
ipwireless Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2012-12-13 12:00:02 -08:00
serial TTY: convert more flipping functions 2013-01-15 22:17:29 -08:00
vt tty: vt/Makefile: set the variables to static 2013-01-15 21:52:24 -08:00
amiserial.c TTY: call tty_port_destroy in the rest of drivers 2012-11-15 17:20:58 -08:00
bfin_jtag_comm.c TTY: call tty_port_destroy in the rest of drivers 2012-11-15 17:20:58 -08:00
cyclades.c TTY: convert more flipping functions 2013-01-15 22:17:29 -08:00
ehv_bytechan.c TTY: switch tty_buffer_request_room to tty_port 2013-01-15 22:17:28 -08:00
isicom.c TTY: convert more flipping functions 2013-01-15 22:17:29 -08:00
Kconfig Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue 2012-10-10 19:03:54 -03:00
Makefile
moxa.c TTY: convert more flipping functions 2013-01-15 22:17:29 -08:00
moxa.h
mxser.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
mxser.h
n_gsm.c n_gsm.c: add tx_lock in gsm_send 2013-01-15 21:54:41 -08:00
n_hdlc.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
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 tty: add missing newlines to WARN_RATELIMIT 2012-10-25 11:30:27 -07:00
nozomi.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
pty.c pty: Mark pty_resize static 2012-11-21 15:43:26 -08:00
rocket.c TTY: convert more flipping functions 2013-01-15 22:17:29 -08:00
rocket.h
rocket_int.h
synclink.c synclink fix ldisc buffer argument 2013-01-15 21:52:23 -08:00
synclink_gt.c synclink fix ldisc buffer argument 2013-01-15 21:52:23 -08:00
synclinkmp.c synclink fix ldisc buffer argument 2013-01-15 21:52:23 -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: audit, stop accessing tty->icount 2012-10-22 16:50:54 -07:00
tty_buffer.c TTY: convert more flipping functions 2013-01-15 22:17:29 -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: Use raw spin lock to protect TTY ldisc administration 2012-10-24 11:37:02 -07:00
tty_mutex.c tty: tty_mutex.c: Fixed coding style warning (using printk) 2012-10-24 11:34:51 -07:00
tty_port.c TTY: introduce tty_port_destroy 2012-11-15 17:20:58 -08:00