summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2013-04-11tty: serial/samsung: prepare for common clock APIArnd Bergmann
2013-04-10tty: Fix race condition if flushing tty flip buffersPeter Hurley
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-08tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module...Alexey Khoroshilov
2013-04-08Revert "tty/8250_pnp: serial port detection regression since v3.7"Sean Young
2013-04-05serial: max3100: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han
2013-04-04serial: mxs-auart: move to use generic DMA helperShawn Guo
2013-04-03OMAP/serial: Revert bad fix of Rx FIFO threshold granularityAlexey Pelykh
2013-04-03amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min
2013-04-02Input: sysrq - supplement reset sequence with timeout functionalityMathieu J. Poirier
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman
2013-04-01Merge v3.9-rc5 into char-misc-nextGreg Kroah-Hartman
2013-03-29ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min
2013-03-28serial: 8250_dw: add support for clk apiEmilio López
2013-03-28serial: samsung: Avoid waiting forever for TX readyMichael Spang
2013-03-28serial: samsung: Restore IRQ mask during noirq resumeMichael Spang
2013-03-28tty: serial: samsung: Disable interrupts in a suspend-friendly wayTomasz Figa
2013-03-28Merge tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-03-28serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctlyKarthik Manamcheri
2013-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-27vt: synchronize_rcu() under spinlock is not nice...Al Viro
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-03-25serial: 8250: remove a few lines of dead codePaul Bolle
2013-03-25serial: of_serial: Handle auto-flow-control propertyHeikki Krogerus
2013-03-25Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn
2013-03-25TTY: 8250, deprecated 8250_core.* optionsJiri Slaby
2013-03-25TTY: 8250, revert module name changeJiri Slaby
2013-03-25tty: tty_vhangup_session can be staticChanglong Xie
2013-03-25serial: xilinx_uartps: remove superfluous IDR writeSteffen Trumtrar
2013-03-25serial: sh-sci: remove obsolete Kconfig macrosPaul Bolle
2013-03-25serial: of_serial: Handle fifo-size propertyHeikki Krogerus
2013-03-25serial: 8250: Allow probe drivers to ignore tx_loadszHeikki Krogerus
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2013-03-19driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei
2013-03-19driver: tty: serial: remove cast for kzalloc return valueZhang Yanfei
2013-03-19TTY: serial, stop accessing potential NULLsJiri Slaby
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley
2013-03-18tty: Remove redundant tty_wait_until_sent()Peter Hurley
2013-03-18tty: Locate get/put ldisc functions togetherPeter Hurley
2013-03-18tty: Fold one-line assign function into callersPeter Hurley
2013-03-18tty: Document unsafe ldisc reference acquirePeter Hurley
2013-03-18tty: Separate release semantics of ldisc referencePeter Hurley
2013-03-18tty: Don't protect atomic operation with mutexPeter Hurley
2013-03-18tty: Add ldisc hangup debug messagesPeter Hurley
2013-03-18tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley
2013-03-18tty: Fix 'deferred reopen' ldisc commentPeter Hurley
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley