| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | serial: 8250: remove a few lines of dead code | Paul Bolle | 2013-03-25 | 1 | -7/+0 |
| * | | | | | | | serial: of_serial: Handle auto-flow-control property | Heikki Krogerus | 2013-03-25 | 1 | -3/+10 |
| * | | | | | | | tty: tty_vhangup_session can be static | Changlong Xie | 2013-03-25 | 1 | -1/+1 |
| * | | | | | | | serial: xilinx_uartps: remove superfluous IDR write | Steffen Trumtrar | 2013-03-25 | 1 | -3/+0 |
| * | | | | | | | serial: sh-sci: remove obsolete Kconfig macros | Paul Bolle | 2013-03-25 | 1 | -2/+0 |
| * | | | | | | | serial: of_serial: Handle fifo-size property | Heikki Krogerus | 2013-03-25 | 1 | -0/+4 |
| * | | | | | | | serial: 8250: Allow probe drivers to ignore tx_loadsz | Heikki Krogerus | 2013-03-25 | 1 | -0/+4 |
| * | | | | | | | Merge 3.9-rc3 into tty-next | Greg Kroah-Hartman | 2013-03-21 | 9 | -32/+84 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | driver: tty: vt: remove cast for kmalloc return value | Zhang Yanfei | 2013-03-18 | 1 | -2/+1 |
| * | | | | | | | driver: tty: serial: remove cast for kzalloc return value | Zhang Yanfei | 2013-03-18 | 1 | -2/+1 |
| * | | | | | | | TTY: serial, stop accessing potential NULLs | Jiri Slaby | 2013-03-18 | 2 | -2/+2 |
| * | | | | | | | tty: Fix recursive deadlock in tty_perform_flush() | Peter Hurley | 2013-03-18 | 1 | -9/+19 |
| * | | | | | | | tty: Remove redundant tty_wait_until_sent() | Peter Hurley | 2013-03-18 | 1 | -9/+0 |
| * | | | | | | | tty: Locate get/put ldisc functions together | Peter Hurley | 2013-03-18 | 1 | -23/+23 |
| * | | | | | | | tty: Fold one-line assign function into callers | Peter Hurley | 2013-03-18 | 1 | -25/+6 |
| * | | | | | | | tty: Document unsafe ldisc reference acquire | Peter Hurley | 2013-03-18 | 1 | -9/+5 |
| * | | | | | | | tty: Separate release semantics of ldisc reference | Peter Hurley | 2013-03-18 | 1 | -34/+35 |
| * | | | | | | | tty: Don't protect atomic operation with mutex | Peter Hurley | 2013-03-18 | 1 | -2/+0 |
| * | | | | | | | tty: Add ldisc hangup debug messages | Peter Hurley | 2013-03-18 | 1 | -0/+19 |
| * | | | | | | | tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages | Peter Hurley | 2013-03-18 | 1 | -1/+4 |
| * | | | | | | | tty: Fix 'deferred reopen' ldisc comment | Peter Hurley | 2013-03-18 | 1 | -4/+5 |
| * | | | | | | | tty: Make core responsible for synchronizing its work | Peter Hurley | 2013-03-18 | 2 | -20/+21 |
| * | | | | | | | tty: Complete ownership transfer of flip buffers | Peter Hurley | 2013-03-18 | 3 | -35/+14 |
| * | | | | | | | tty: Don't reenable already enabled ldisc | Peter Hurley | 2013-03-18 | 2 | -2/+1 |
| * | | | | | | | n_tty: Fully initialize ldisc before restarting buffer work | Peter Hurley | 2013-03-18 | 1 | -9/+8 |
| * | | | | | | | n_tty: Correct unthrottle-with-buffer-flush comments | Peter Hurley | 2013-03-18 | 1 | -8/+5 |
| * | | | | | | | tty: Wait for SAK work before waiting for hangup work | Peter Hurley | 2013-03-18 | 1 | -1/+1 |
| * | | | | | | | tty: Halt both ldiscs concurrently | Peter Hurley | 2013-03-18 | 1 | -13/+25 |
| * | | | | | | | tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt() | Peter Hurley | 2013-03-18 | 1 | -18/+24 |
| * | | | | | | | tty: Relocate tty_ldisc_halt() to avoid forward declaration | Peter Hurley | 2013-03-18 | 1 | -23/+23 |
| * | | | | | | | tty: Fix ldisc halt sequence on hangup | Peter Hurley | 2013-03-18 | 1 | -20/+19 |
| * | | | | | | | tty: Remove unnecessary re-test of ldisc ref count | Peter Hurley | 2013-03-18 | 1 | -19/+19 |
| * | | | | | | | tty: Refactor wait for ldisc refs out of tty_ldisc_hangup() | Peter Hurley | 2013-03-18 | 1 | -18/+36 |
| * | | | | | | | n_tty: Don't flush buffer when closing ldisc | Peter Hurley | 2013-03-18 | 1 | -1/+3 |
| * | | | | | | | n_tty: Factor packet mode status change for reuse | Peter Hurley | 2013-03-18 | 1 | -10/+14 |
| * | | | | | | | tty: Add diagnostic for halted line discipline | Peter Hurley | 2013-03-18 | 2 | -1/+14 |
| * | | | | | | | tty: ifx6x60: Remove unused suspend/resume callbacks | Lars-Peter Clausen | 2013-03-18 | 1 | -26/+0 |
| * | | | | | | | tty: mrst_max3110: Use dev_pm_ops | Lars-Peter Clausen | 2013-03-18 | 1 | -7/+12 |
| * | | | | | | | tty: max310x: Use dev_pm_ops | Lars-Peter Clausen | 2013-03-18 | 1 | -8/+16 |
| * | | | | | | | tty: max3100: Use dev_pm_ops | Lars-Peter Clausen | 2013-03-18 | 1 | -10/+10 |
| * | | | | | | | TTY: fix close of uninitialised ports | Johan Hovold | 2013-03-18 | 1 | -8/+10 |
| * | | | | | | | TTY: clean up port drain-delay handling | Johan Hovold | 2013-03-18 | 1 | -11/+16 |
| * | | | | | | | TTY: fix DTR not being dropped on hang up | Johan Hovold | 2013-03-18 | 3 | -12/+23 |
| * | | | | | | | TTY: fix DTR being raised on hang up | Johan Hovold | 2013-03-18 | 1 | -1/+1 |
| * | | | | | | | TTY: wake up processes last at hangup | Johan Hovold | 2013-03-18 | 1 | -1/+1 |
| * | | | | | | | TTY: clean up port shutdown | Johan Hovold | 2013-03-18 | 1 | -2/+7 |
| * | | | | | | | crisv10: use counts from tty_port | Jiri Slaby | 2013-03-18 | 2 | -27/+23 |
| * | | | | | | | crisv10: use *_wait from tty_port | Jiri Slaby | 2013-03-18 | 2 | -11/+7 |
| * | | | | | | | crisv10: use close delays from tty_port | Jiri Slaby | 2013-03-18 | 2 | -13/+9 |
| * | | | | | | | crisv10: remove unused members | Jiri Slaby | 2013-03-18 | 1 | -6/+0 |