summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_port.c
AgeCommit message (Expand)Author
2018-12-13tty: do not set TTY_IO_ERROR flag if console portChanho Park
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-28tty: Allow unreadable mess to be > 80 charsPeter Hurley
2015-12-13tty: Define tty_*() printk macrosPeter Hurley
2015-10-17tty: Abstract tty buffer workPeter Hurley
2015-10-17tty: Remove tty_port::close_waitPeter Hurley
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley
2014-11-26tty: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-11-06tty: Flush tty buffers after hardware shutdownPeter Hurley
2014-11-06tty: Move tty hung up check from port->lock critical sectionPeter Hurley
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2014-07-10tty: Move tty->closing from port lock critical sectionPeter Hurley
2014-07-10tty: Document locking for tty_port_hangup()Peter Hurley
2014-07-10tty: Document locking for tty_port_block_til_ready()Peter Hurley
2014-07-10tty: Document locking for tty_port_open()Peter Hurley
2014-07-10tty: Document locking for tty_port_close{,start,end}()Peter Hurley
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-09-25tty: Remove unused drop() method from tty_port interfacePeter Hurley
2013-09-25tty: Prevent tty_port destruction if tty not releasedPeter Hurley
2013-07-26tty_port: Fix refcounting leak in tty_port_tty_hangup()Gianluca Anzolin
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley
2013-03-18TTY: fix close of uninitialised portsJohan Hovold
2013-03-18TTY: clean up port drain-delay handlingJohan Hovold
2013-03-18TTY: fix DTR not being dropped on hang upJohan Hovold
2013-03-18TTY: fix DTR being raised on hang upJohan Hovold
2013-03-18TTY: wake up processes last at hangupJohan Hovold
2013-03-18TTY: clean up port shutdownJohan Hovold
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2012-11-15TTY: introduce tty_port_destroyJiri Slaby
2012-11-15TTY: pty, fix tty buffers leakJiri Slaby
2012-10-22TTY: move tty buffers to tty_portJiri Slaby
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek
2012-08-13TTY: add tty_port_link_deviceJiri Slaby
2012-08-13TTY: tty_port, add some documentationJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-06tty: localise the lockAlan Cox
2012-06-13TTY: add tty_port_register_device helperJiri Slaby
2012-06-13TTY: provide drivers with tty_port_installJiri Slaby
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-04tty_lock: Localise the lockAlan Cox
2012-01-24TTY: fix UV serial console regressionJiri Slaby
2011-08-25TTY: use tty_wait_until_sent_from_close in tty_port_close_startJiri Slaby