aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-11tty: serial/samsung: prepare for common clock APIArnd Bergmann1-1/+6
2013-04-09tty: Fix race condition if flushing tty flip buffersPeter Hurley1-12/+10
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-04-08tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module_init()Alexey Khoroshilov1-4/+4
2013-04-08Revert "tty/8250_pnp: serial port detection regression since v3.7"Sean Young1-7/+5
2013-04-05serial: max3100: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-04serial: mxs-auart: move to use generic DMA helperShawn Guo1-48/+4
2013-04-03OMAP/serial: Revert bad fix of Rx FIFO threshold granularityAlexey Pelykh1-0/+11
2013-04-03amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min1-0/+4
2013-04-01Input: sysrq - supplement reset sequence with timeout functionalityMathieu J. Poirier1-13/+40
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman8-26/+58
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/gregkh/ttyLinus 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/viro/vfsLinus 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/git/broonie/misc into char-misc-nextGreg 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