summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-04-01Merge v3.9-rc5 into char-misc-nextGreg Kroah-Hartman7-14/+49
2013-03-29ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min1-19/+138
2013-03-28serial: 8250_dw: add support for clk apiEmilio López1-9/+24
2013-03-28serial: samsung: Avoid waiting forever for TX readyMichael Spang1-3/+19
2013-03-28serial: samsung: Restore IRQ mask during noirq resumeMichael Spang1-0/+20
2013-03-28tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa1-0/+4
2013-03-28Merge tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-12/+45
2013-03-28serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctlyKarthik Manamcheri1-7/+7
2013-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+4
2013-03-26vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman10-44/+93
2013-03-25serial: 8250: remove a few lines of dead codePaul Bolle1-7/+0
2013-03-25serial: of_serial: Handle auto-flow-control propertyHeikki Krogerus1-3/+10
2013-03-25Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn1-0/+2
2013-03-25TTY: 8250, deprecated 8250_core.* optionsJiri Slaby2-0/+19
2013-03-25TTY: 8250, revert module name changeJiri Slaby2-6/+6
2013-03-25tty: tty_vhangup_session can be staticChanglong Xie1-1/+1
2013-03-25serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar1-3/+0
2013-03-25serial: sh-sci: remove obsolete Kconfig macrosPaul Bolle1-2/+0
2013-03-25serial: of_serial: Handle fifo-size propertyHeikki Krogerus1-0/+4
2013-03-25serial: 8250: Allow probe drivers to ignore tx_loadszHeikki Krogerus1-0/+4
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman9-32/+84
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-12/+9
2013-03-18driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2013-03-18driver: tty: serial: remove cast for kzalloc return valueZhang Yanfei1-2/+1
2013-03-18TTY: serial, stop accessing potential NULLsJiri Slaby2-2/+2
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley1-9/+19
2013-03-18tty: Remove redundant tty_wait_until_sent()Peter Hurley1-9/+0
2013-03-18tty: Locate get/put ldisc functions togetherPeter Hurley1-23/+23
2013-03-18tty: Fold one-line assign function into callersPeter Hurley1-25/+6
2013-03-18tty: Document unsafe ldisc reference acquirePeter Hurley1-9/+5
2013-03-18tty: Separate release semantics of ldisc referencePeter Hurley1-34/+35
2013-03-18tty: Don't protect atomic operation with mutexPeter Hurley1-2/+0
2013-03-18tty: Add ldisc hangup debug messagesPeter Hurley1-0/+19
2013-03-18tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley1-1/+4
2013-03-18tty: Fix 'deferred reopen' ldisc commentPeter Hurley1-4/+5
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley2-20/+21
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley3-35/+14
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley2-2/+1
2013-03-18n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley1-9/+8
2013-03-18n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley1-8/+5
2013-03-18tty: Wait for SAK work before waiting for hangup workPeter Hurley1-1/+1
2013-03-18tty: Halt both ldiscs concurrentlyPeter Hurley1-13/+25
2013-03-18tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley1-18/+24
2013-03-18tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley1-23/+23
2013-03-18tty: Fix ldisc halt sequence on hangupPeter Hurley1-20/+19
2013-03-18tty: Remove unnecessary re-test of ldisc ref countPeter Hurley1-19/+19
2013-03-18tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley1-18/+36
2013-03-18n_tty: Don't flush buffer when closing ldiscPeter Hurley1-1/+3
2013-03-18n_tty: Factor packet mode status change for reusePeter Hurley1-10/+14