summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_port.c
AgeCommit message (Expand)AuthorLines
2020-02-10serdev: ttyport: restore client ops on deregistrationJohan Hovold-2/+3
2019-12-30tty: always relink the portSudip Mukherjee-2/+1
2019-12-17tty: link tty and port before configuring it as consoleSudip Mukherjee-1/+2
2019-04-16Revert "tty: fix NULL pointer issue when tty_port ops is not set"Johan Hovold-5/+5
2019-03-28tty: fix NULL pointer issue when tty_port ops is not setFabien Dessenne-5/+5
2018-11-27tty: do not set TTY_IO_ERROR flag if console portChanho Park-1/+2
2018-09-18tty_port: Remove incorrect whitespace after commentsTobin C. Harding-7/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+1
2017-09-18ttyport: trivial fix for some typo in commentsAntonio Borneo-2/+2
2017-06-04Revert "tty: fix port buffer locking"Greg Kroah-Hartman-2/+0
2017-05-18tty/serdev: add serdev registration interfaceJohan Hovold-0/+75
2017-05-18tty: fix port buffer lockingVegard Nossum-0/+2
2017-05-18Revert "tty_port: register tty ports with serdev bus"Johan Hovold-12/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-02-03tty_port: register tty ports with serdev busRob Herring-0/+12
2017-02-03tty_port: Add port client functionsRob Herring-6/+40
2017-01-19tty_port: make tty_port_register_device wrap tty_port_register_device_attrRob Herring-2/+1
2017-01-19tty_port: allow a port to be opened with a tty that has no file handleAlan Cox-2/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley-6/+7
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley-6/+6
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley-1/+1
2016-01-28tty: Remove ASYNC_CLOSINGPeter Hurley-2/+1
2016-01-28tty: Use termios c_*flag macrosPeter Hurley-1/+1
2016-01-28tty: Allow unreadable mess to be > 80 charsPeter Hurley-4/+2
2015-12-13tty: Define tty_*() printk macrosPeter Hurley-5/+4
2015-10-17tty: Abstract tty buffer workPeter Hurley-1/+1
2015-10-17tty: Remove tty_port::close_waitPeter Hurley-2/+0
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley-12/+1
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley-9/+2
2014-11-26tty: Deletion of unnecessary checks before two function callsMarkus Elfring-2/+1
2014-11-06tty: Flush tty buffers after hardware shutdownPeter Hurley-0/+1
2014-11-06tty: Move tty hung up check from port->lock critical sectionPeter Hurley-4/+2
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley-5/+3
2014-07-10tty: Move tty->closing from port lock critical sectionPeter Hurley-2/+4
2014-07-10tty: Document locking for tty_port_hangup()Peter Hurley-0/+2
2014-07-10tty: Document locking for tty_port_block_til_ready()Peter Hurley-0/+5
2014-07-10tty: Document locking for tty_port_open()Peter Hurley-0/+8
2014-07-10tty: Document locking for tty_port_close{,start,end}()Peter Hurley-0/+14
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-09-25tty: Remove unused drop() method from tty_port interfacePeter Hurley-5/+1
2013-09-25tty: Prevent tty_port destruction if tty not releasedPeter Hurley-0/+4
2013-07-26tty_port: Fix refcounting leak in tty_port_tty_hangup()Gianluca Anzolin-3/+2
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley-0/+1
2013-03-18TTY: fix close of uninitialised portsJohan Hovold-8/+10
2013-03-18TTY: clean up port drain-delay handlingJohan Hovold-11/+16
2013-03-18TTY: fix DTR not being dropped on hang upJohan Hovold-12/+15
2013-03-18TTY: fix DTR being raised on hang upJohan Hovold-1/+1
2013-03-18TTY: wake up processes last at hangupJohan Hovold-1/+1
2013-03-18TTY: clean up port shutdownJohan Hovold-2/+7
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby-0/+17