aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_port.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-03tty_port: register tty ports with serdev busGravatar Rob Herring 1-0/+12
2017-02-03tty_port: Add port client functionsGravatar Rob Herring 1-6/+40
2017-01-19tty_port: make tty_port_register_device wrap tty_port_register_device_attrGravatar Rob Herring 1-2/+1
2017-01-19tty_port: allow a port to be opened with a tty that has no file handleGravatar Alan Cox 1-2/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-6/+7
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyGravatar Peter Hurley 1-6/+6
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-1/+1
2016-01-28tty: Remove ASYNC_CLOSINGGravatar Peter Hurley 1-2/+1
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 1-1/+1
2016-01-28tty: Allow unreadable mess to be > 80 charsGravatar Peter Hurley 1-4/+2
2015-12-13tty: Define tty_*() printk macrosGravatar Peter Hurley 1-5/+4
2015-10-17tty: Abstract tty buffer workGravatar Peter Hurley 1-1/+1
2015-10-17tty: Remove tty_port::close_waitGravatar Peter Hurley 1-2/+0
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsGravatar Peter Hurley 1-12/+1
2015-10-17tty: Remove tty_wait_until_sent_from_close()Gravatar Peter Hurley 1-9/+2
2014-11-26tty: Deletion of unnecessary checks before two function callsGravatar Markus Elfring 1-2/+1
2014-11-06tty: Flush tty buffers after hardware shutdownGravatar Peter Hurley 1-0/+1
2014-11-06tty: Move tty hung up check from port->lock critical sectionGravatar Peter Hurley 1-4/+2
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Gravatar Peter Hurley 1-5/+3
2014-07-10tty: Move tty->closing from port lock critical sectionGravatar Peter Hurley 1-2/+4
2014-07-10tty: Document locking for tty_port_hangup()Gravatar Peter Hurley 1-0/+2
2014-07-10tty: Document locking for tty_port_block_til_ready()Gravatar Peter Hurley 1-0/+5
2014-07-10tty: Document locking for tty_port_open()Gravatar Peter Hurley 1-0/+8
2014-07-10tty: Document locking for tty_port_close{,start,end}()Gravatar Peter Hurley 1-0/+14
2014-01-07tty: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-09-25tty: Remove unused drop() method from tty_port interfaceGravatar Peter Hurley 1-5/+1
2013-09-25tty: Prevent tty_port destruction if tty not releasedGravatar Peter Hurley 1-0/+4
2013-07-26tty_port: Fix refcounting leak in tty_port_tty_hangup()Gravatar Gianluca Anzolin 1-3/+2
2013-03-18tty: Complete ownership transfer of flip buffersGravatar Peter Hurley 1-0/+1
2013-03-18TTY: fix close of uninitialised portsGravatar Johan Hovold 1-8/+10
2013-03-18TTY: clean up port drain-delay handlingGravatar Johan Hovold 1-11/+16
2013-03-18TTY: fix DTR not being dropped on hang upGravatar Johan Hovold 1-12/+15
2013-03-18TTY: fix DTR being raised on hang upGravatar Johan Hovold 1-1/+1
2013-03-18TTY: wake up processes last at hangupGravatar Johan Hovold 1-1/+1
2013-03-18TTY: clean up port shutdownGravatar Johan Hovold 1-2/+7
2013-03-18TTY: add tty_port_tty_hangup helperGravatar Jiri Slaby 1-0/+17
2013-03-18TTY: add tty_port_tty_wakeup helperGravatar Jiri Slaby 1-0/+16
2012-11-15TTY: introduce tty_port_destroyGravatar Jiri Slaby 1-1/+15
2012-11-15TTY: pty, fix tty buffers leakGravatar Jiri Slaby 1-1/+1
2012-10-22TTY: move tty buffers to tty_portGravatar Jiri Slaby 1-0/+2
2012-09-06tty_register_device_attr updated for tty-nextGravatar Tomas Hlavacek 1-0/+24
2012-08-13TTY: add tty_port_link_deviceGravatar Jiri Slaby 1-1/+21
2012-08-13TTY: tty_port, add some documentationGravatar Jiri Slaby 1-0/+21
2012-08-10tty: localise the lockGravatar Alan Cox 1-3/+3
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-3/+3
2012-07-16tty: revert incorrectly applied lock patchGravatar Alan Cox 1-3/+3
2012-07-06tty: localise the lockGravatar Alan Cox 1-3/+3
2012-06-13TTY: add tty_port_register_device helperGravatar Jiri Slaby 1-0/+9
2012-06-13TTY: provide drivers with tty_port_installGravatar Jiri Slaby 1-0/+8