index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_port.c
Age
Commit message (
Expand
)
Author
2014-11-26
tty: Deletion of unnecessary checks before two function calls
Markus Elfring
2014-11-06
tty: Flush tty buffers after hardware shutdown
Peter Hurley
2014-11-06
tty: Move tty hung up check from port->lock critical section
Peter Hurley
2014-07-10
tty: Remove tty_hung_up_p() tests from tty drivers' open()
Peter Hurley
2014-07-10
tty: Move tty->closing from port lock critical section
Peter Hurley
2014-07-10
tty: Document locking for tty_port_hangup()
Peter Hurley
2014-07-10
tty: Document locking for tty_port_block_til_ready()
Peter Hurley
2014-07-10
tty: Document locking for tty_port_open()
Peter Hurley
2014-07-10
tty: Document locking for tty_port_close{,start,end}()
Peter Hurley
2014-01-07
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-09-25
tty: Remove unused drop() method from tty_port interface
Peter Hurley
2013-09-25
tty: Prevent tty_port destruction if tty not released
Peter Hurley
2013-07-26
tty_port: Fix refcounting leak in tty_port_tty_hangup()
Gianluca Anzolin
2013-03-18
tty: Complete ownership transfer of flip buffers
Peter Hurley
2013-03-18
TTY: fix close of uninitialised ports
Johan Hovold
2013-03-18
TTY: clean up port drain-delay handling
Johan Hovold
2013-03-18
TTY: fix DTR not being dropped on hang up
Johan Hovold
2013-03-18
TTY: fix DTR being raised on hang up
Johan Hovold
2013-03-18
TTY: wake up processes last at hangup
Johan Hovold
2013-03-18
TTY: clean up port shutdown
Johan Hovold
2013-03-18
TTY: add tty_port_tty_hangup helper
Jiri Slaby
2013-03-18
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
2012-11-15
TTY: introduce tty_port_destroy
Jiri Slaby
2012-11-15
TTY: pty, fix tty buffers leak
Jiri Slaby
2012-10-22
TTY: move tty buffers to tty_port
Jiri Slaby
2012-09-06
tty_register_device_attr updated for tty-next
Tomas Hlavacek
2012-08-13
TTY: add tty_port_link_device
Jiri Slaby
2012-08-13
TTY: tty_port, add some documentation
Jiri Slaby
2012-08-10
tty: localise the lock
Alan Cox
2012-07-16
tty: move the termios object into the tty
Alan Cox
2012-07-16
tty: revert incorrectly applied lock patch
Alan Cox
2012-07-06
tty: localise the lock
Alan Cox
2012-06-13
TTY: add tty_port_register_device helper
Jiri Slaby
2012-06-13
TTY: provide drivers with tty_port_install
Jiri Slaby
2012-06-02
tty: Revert the tty locking series, it needs more work
Linus Torvalds
2012-05-04
tty_lock: Localise the lock
Alan Cox
2012-01-24
TTY: fix UV serial console regression
Jiri Slaby
2011-08-25
TTY: use tty_wait_until_sent_from_close in tty_port_close_start
Jiri Slaby
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman