summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_port.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-6/+7
* tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-6/+6
* tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
* tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-2/+1
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-1/+1
* tty: Allow unreadable mess to be > 80 charsPeter Hurley2016-01-281-4/+2
* tty: Define tty_*() printk macrosPeter Hurley2015-12-131-5/+4
* tty: Abstract tty buffer workPeter Hurley2015-10-171-1/+1
* tty: Remove tty_port::close_waitPeter Hurley2015-10-171-2/+0
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-171-12/+1
* tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-171-9/+2
* tty: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-261-2/+1
* tty: Flush tty buffers after hardware shutdownPeter Hurley2014-11-061-0/+1
* tty: Move tty hung up check from port->lock critical sectionPeter Hurley2014-11-061-4/+2
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-101-5/+3
* tty: Move tty->closing from port lock critical sectionPeter Hurley2014-07-101-2/+4
* tty: Document locking for tty_port_hangup()Peter Hurley2014-07-101-0/+2
* tty: Document locking for tty_port_block_til_ready()Peter Hurley2014-07-101-0/+5
* tty: Document locking for tty_port_open()Peter Hurley2014-07-101-0/+8
* tty: Document locking for tty_port_close{,start,end}()Peter Hurley2014-07-101-0/+14
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0
* tty: Remove unused drop() method from tty_port interfacePeter Hurley2013-09-251-5/+1
* tty: Prevent tty_port destruction if tty not releasedPeter Hurley2013-09-251-0/+4
* tty_port: Fix refcounting leak in tty_port_tty_hangup()Gianluca Anzolin2013-07-261-3/+2
* tty: Complete ownership transfer of flip buffersPeter Hurley2013-03-181-0/+1
* TTY: fix close of uninitialised portsJohan Hovold2013-03-181-8/+10
* TTY: clean up port drain-delay handlingJohan Hovold2013-03-181-11/+16
* TTY: fix DTR not being dropped on hang upJohan Hovold2013-03-181-12/+15
* TTY: fix DTR being raised on hang upJohan Hovold2013-03-181-1/+1
* TTY: wake up processes last at hangupJohan Hovold2013-03-181-1/+1
* TTY: clean up port shutdownJohan Hovold2013-03-181-2/+7
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-0/+17
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-0/+16
* TTY: introduce tty_port_destroyJiri Slaby2012-11-151-1/+15
* TTY: pty, fix tty buffers leakJiri Slaby2012-11-151-1/+1
* TTY: move tty buffers to tty_portJiri Slaby2012-10-221-0/+2
* tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-061-0/+24
* TTY: add tty_port_link_deviceJiri Slaby2012-08-131-1/+21
* TTY: tty_port, add some documentationJiri Slaby2012-08-131-0/+21
* tty: localise the lockAlan Cox2012-08-101-3/+3
* tty: move the termios object into the ttyAlan Cox2012-07-161-3/+3
* tty: revert incorrectly applied lock patchAlan Cox2012-07-161-3/+3
* tty: localise the lockAlan Cox2012-07-061-3/+3
* TTY: add tty_port_register_device helperJiri Slaby2012-06-131-0/+9
* TTY: provide drivers with tty_port_installJiri Slaby2012-06-131-0/+8
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-021-3/+3
* tty_lock: Localise the lockAlan Cox2012-05-041-3/+3
* TTY: fix UV serial console regressionJiri Slaby2012-01-241-5/+7
* TTY: use tty_wait_until_sent_from_close in tty_port_close_startJiri Slaby2011-08-251-1/+1
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-051-0/+446