index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tty_port.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-12
tty: tty_port: Add a kref object to the tty port
Alan Cox
1
-0
/
+18
2009-12-12
tty: tty_port: Move the IO_ERROR clear
Alan Cox
1
-1
/
+1
2009-12-12
tty: tty_port: Add IO_ERROR bit handling
Alan Cox
1
-1
/
+5
2009-12-12
tty: tty_port: Change the buffer allocator locking
Alan Cox
1
-4
/
+5
2009-12-12
tty_port: Move hupcl handling
Alan Cox
1
-5
/
+8
2009-12-12
tty_port: coding style cleaning pass
Alan Cox
1
-12
/
+13
2009-12-12
tty_port: add "tty_port_open" helper
Alan Cox
1
-1
/
+35
2009-12-01
tty_port: handle the nonblocking open of a dead port corner case
Alan Cox
1
-2
/
+5
2009-11-18
tty_port: If we are opened non blocking we still need to raise the carrier
Alan Cox
1
-0
/
+3
2009-09-20
TTY: fix typos
Alan Stern
1
-2
/
+2
2009-09-20
serial: move delta_msr_wait into the tty_port
Alan Cox
1
-0
/
+2
2009-09-20
tty: Add a full port_close function
Alan Cox
1
-2
/
+27
2009-07-17
tty_port: Fix return on interrupted use
Alan Cox
1
-1
/
+1
2009-06-24
tty: fix tty_port_block_til_ready waiting
Jiri Slaby
1
-1
/
+1
2009-06-11
tty: use prepare/finish_wait
Jiri Slaby
1
-4
/
+2
2009-06-11
tty: remove sleep_on
Jiri Slaby
1
-1
/
+2
2009-06-11
tty: Implement a drain delay in the tty port
Alan Cox
1
-0
/
+11
2009-06-11
tty: Add carrier processing on close to the tty_port core
Alan Cox
1
-4
/
+23
2009-01-02
tty: use port methods for the rocket driver
Alan Cox
1
-0
/
+3
2009-01-02
tty: Make epca use the port helpers
Alan Cox
1
-1
/
+2
2009-01-02
tty: Introduce some close helpers for ports
Alan Cox
1
-0
/
+58
2009-01-02
tty: tty port zero baud open
Alan Cox
1
-1
/
+2
2009-01-02
tty: Introduce a tty_port generic block_til_ready
Alan Cox
1
-0
/
+105
2009-01-02
isicom: redo locking to use tty port locks
Alan Cox
1
-0
/
+24
2009-01-02
tty: Pull the dtr raise into tty port
Alan Cox
1
-0
/
+16
2009-01-02
tty_port: Add a port level carrier detect operation
Alan Cox
1
-0
/
+17
2008-10-23
tty: Fix tty_port kref screwup
Alan Cox
1
-1
/
+1
2008-10-13
tty: usb-serial krefs
Alan Cox
1
-0
/
+41
2008-10-13
tty: Split tty_port into its own file
Alan Cox
1
-0
/
+55