tty: tty_port: Add a kref object to the tty port
[safe/jmp/linux-2.6] / drivers / char / tty_port.c
2009-12-11 Alan Coxtty: tty_port: Add a kref object to the tty port
2009-12-11 Alan Coxtty: tty_port: Move the IO_ERROR clear
2009-12-11 Alan Coxtty: tty_port: Add IO_ERROR bit handling
2009-12-11 Alan Coxtty: tty_port: Change the buffer allocator locking
2009-12-11 Alan Coxtty_port: Move hupcl handling
2009-12-11 Alan Coxtty_port: coding style cleaning pass
2009-12-11 Alan Coxtty_port: add "tty_port_open" helper
2009-12-01 Alan Coxtty_port: handle the nonblocking open of a dead port...
2009-11-18 Alan Coxtty_port: If we are opened non blocking we still need...
2009-09-19 Alan SternTTY: fix typos
2009-09-19 Alan Coxserial: move delta_msr_wait into the tty_port
2009-09-19 Alan Coxtty: Add a full port_close function
2009-07-17 Alan Coxtty_port: Fix return on interrupted use
2009-06-24 Jiri Slabytty: fix tty_port_block_til_ready waiting
2009-06-11 Jiri Slabytty: use prepare/finish_wait
2009-06-11 Jiri Slabytty: remove sleep_on
2009-06-11 Alan Coxtty: Implement a drain delay in the tty port
2009-06-11 Alan Coxtty: Add carrier processing on close to the tty_port...
2009-01-02 Alan Coxtty: use port methods for the rocket driver
2009-01-02 Alan Coxtty: Make epca use the port helpers
2009-01-02 Alan Coxtty: Introduce some close helpers for ports
2009-01-02 Alan Coxtty: tty port zero baud open
2009-01-02 Alan Coxtty: Introduce a tty_port generic block_til_ready
2009-01-02 Alan Coxisicom: redo locking to use tty port locks
2009-01-02 Alan Coxtty: Pull the dtr raise into tty port
2009-01-02 Alan Coxtty_port: Add a port level carrier detect operation
2008-10-23 Alan Coxtty: Fix tty_port kref screwup
2008-10-13 Alan Coxtty: usb-serial krefs
2008-10-13 Alan Coxtty: Split tty_port into its own file