summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_port.c
Commit message (Expand)AuthorAgeFilesLines
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* ttyport: trivial fix for some typo in commentsAntonio Borneo2017-09-181-2/+2
* Revert "tty: fix port buffer locking"Greg Kroah-Hartman2017-06-041-2/+0
* tty/serdev: add serdev registration interfaceJohan Hovold2017-05-181-0/+75
* tty: fix port buffer lockingVegard Nossum2017-05-181-0/+2
* Revert "tty_port: register tty ports with serdev bus"Johan Hovold2017-05-181-12/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* tty_port: register tty ports with serdev busRob Herring2017-02-031-0/+12
* tty_port: Add port client functionsRob Herring2017-02-031-6/+40
* tty_port: make tty_port_register_device wrap tty_port_register_device_attrRob Herring2017-01-191-2/+1
* tty_port: allow a port to be opened with a tty that has no file handleAlan Cox2017-01-191-2/+2
* 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