summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-29ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min1-19/+138
2013-03-29serial: 8250_dw: add support for clk apiEmilio López1-9/+24
2013-03-29serial: samsung: Avoid waiting forever for TX readyMichael Spang1-3/+19
2013-03-29serial: samsung: Restore IRQ mask during noirq resumeMichael Spang1-0/+20
2013-03-29tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa1-0/+4
2013-03-29serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctlyKarthik Manamcheri1-7/+7
2013-03-26serial: 8250: remove a few lines of dead codePaul Bolle1-7/+0
2013-03-26serial: of_serial: Handle auto-flow-control propertyHeikki Krogerus1-3/+10
2013-03-26tty: tty_vhangup_session can be staticChanglong Xie1-1/+1
2013-03-26CAIF: fix tty->warned build errorJiri Slaby1-2/+1
2013-03-26serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar1-3/+0
2013-03-26serial: sh-sci: remove obsolete Kconfig macrosPaul Bolle1-2/+0
2013-03-26serial: of_serial: Handle fifo-size propertyHeikki Krogerus1-0/+4
2013-03-26serial: 8250: Allow probe drivers to ignore tx_loadszHeikki Krogerus1-0/+4
2013-03-22Revert "USB: quatech2: only write to the tty if the port is open."Greg Kroah-Hartman1-5/+2
2013-03-22Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman149-1058/+1610
2013-03-19driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2013-03-19driver: tty: serial: remove cast for kzalloc return valueZhang Yanfei1-2/+1
2013-03-19TTY: serial, stop accessing potential NULLsJiri Slaby2-2/+2
2013-03-19tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley3-11/+21
2013-03-19tty: Remove redundant tty_wait_until_sent()Peter Hurley1-9/+0
2013-03-19tty: Locate get/put ldisc functions togetherPeter Hurley1-23/+23
2013-03-19tty: Fold one-line assign function into callersPeter Hurley1-25/+6
2013-03-19tty: Document unsafe ldisc reference acquirePeter Hurley1-9/+5
2013-03-19tty: Separate release semantics of ldisc referencePeter Hurley1-34/+35
2013-03-19tty: Don't protect atomic operation with mutexPeter Hurley1-2/+0
2013-03-19tty: Add ldisc hangup debug messagesPeter Hurley1-0/+19
2013-03-19tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley1-1/+4
2013-03-19tty: Fix 'deferred reopen' ldisc commentPeter Hurley1-4/+5
2013-03-19tty: Make core responsible for synchronizing its workPeter Hurley2-20/+21
2013-03-19tty: Complete ownership transfer of flip buffersPeter Hurley3-35/+14
2013-03-19tty: Don't reenable already enabled ldiscPeter Hurley2-2/+1
2013-03-19n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley1-9/+8
2013-03-19n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley1-8/+5
2013-03-19tty: Wait for SAK work before waiting for hangup workPeter Hurley1-1/+1
2013-03-19tty: Halt both ldiscs concurrentlyPeter Hurley1-13/+25
2013-03-19tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley1-18/+24
2013-03-19tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley1-23/+23
2013-03-19tty: Fix ldisc halt sequence on hangupPeter Hurley1-20/+19
2013-03-19tty: Remove unnecessary re-test of ldisc ref countPeter Hurley1-19/+19
2013-03-19tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley1-18/+36
2013-03-19n_tty: Don't flush buffer when closing ldiscPeter Hurley1-1/+3
2013-03-19n_tty: Factor packet mode status change for reusePeter Hurley1-10/+14
2013-03-19tty: Add diagnostic for halted line disciplinePeter Hurley2-1/+14
2013-03-19tty: ifx6x60: Remove unused suspend/resume callbacksLars-Peter Clausen1-26/+0
2013-03-19tty: mrst_max3110: Use dev_pm_opsLars-Peter Clausen1-7/+12
2013-03-19tty: max310x: Use dev_pm_opsLars-Peter Clausen1-8/+16
2013-03-19tty: max3100: Use dev_pm_opsLars-Peter Clausen1-10/+10
2013-03-19TTY: fix close of uninitialised portsJohan Hovold1-8/+10
2013-03-19TTY: clean up port drain-delay handlingJohan Hovold1-11/+16