linux_old1/drivers/tty/serial/8250
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
..
8250.c TTY: switch tty_flip_buffer_push 2013-01-15 22:30:15 -08:00
8250.h tty/serial/8250: Make omap hardware workarounds local to 8250.h 2012-10-24 11:30:57 -07:00
8250_accent.c
8250_acorn.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
8250_boca.c
8250_dw.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
8250_early.c tty/8250_early: Turn serial_in/serial_out into weak symbols. 2012-11-16 04:39:15 -08:00
8250_em.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
8250_exar_st16c554.c
8250_fourport.c
8250_fsl.c
8250_gsc.c 8250: use the 8250 register interface not the legacy one 2012-07-12 14:46:22 -07:00
8250_hp300.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
8250_hub6.c
8250_pci.c serial: quatech: add the other serial identifiers and preliminary control code 2013-01-15 21:44:39 -08:00
8250_pnp.c tty: remove use of __devexit 2012-11-21 15:27:46 -08:00
Kconfig serial: Remove RM9000 series serial driver. 2013-01-15 21:54:41 -08:00
Makefile 8250_pnp: do pnp probe before legacy probe 2012-09-26 13:25:41 -07:00
serial_cs.c 8250: use the 8250 register interface not the legacy one 2012-07-12 14:46:22 -07:00