Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | tty: serial/samsung: make register definitions global | Arnd Bergmann | 2013-04-11 | 1 | -3/+3 | |
| * | | | | | | | tty: serial/samsung: prepare for common clock API | Arnd Bergmann | 2013-04-11 | 1 | -1/+6 | |
| * | | | | | | | tty: Fix race condition if flushing tty flip buffers | Peter Hurley | 2013-04-09 | 1 | -12/+10 | |
| * | | | | | | | serial: max3100: use spi_get_drvdata() and spi_set_drvdata() | Jingoo Han | 2013-04-05 | 1 | -2/+2 | |
| * | | | | | | | amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabled | Chanho Min | 2013-04-03 | 1 | -0/+4 | |
| * | | | | | | | Merge 3.9-rc5 into tty-next | Greg Kroah-Hartman | 2013-04-01 | 8 | -26/+58 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | ARM: PL011: Add support for Rx DMA buffer polling. | Chanho Min | 2013-03-29 | 1 | -19/+138 | |
| * | | | | | | | serial: 8250_dw: add support for clk api | Emilio López | 2013-03-28 | 1 | -9/+24 | |
| * | | | | | | | serial: samsung: Avoid waiting forever for TX ready | Michael Spang | 2013-03-28 | 1 | -3/+19 | |
| * | | | | | | | serial: samsung: Restore IRQ mask during noirq resume | Michael Spang | 2013-03-28 | 1 | -0/+20 | |
| * | | | | | | | tty: serial: samsung: Disable interrupts in a suspend-friendly way | Tomasz Figa | 2013-03-28 | 1 | -0/+4 | |
| * | | | | | | | serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctly | Karthik Manamcheri | 2013-03-28 | 1 | -7/+7 | |
| * | | | | | | | 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 |