summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-04-13TTY: synclinkmp: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-13TTY: synclink_gt: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-13TTY: synclink: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-13serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus1-1/+1
2013-04-12serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus1-1/+2
2013-04-12serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus1-0/+4
2013-04-12serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus1-66/+9
2013-04-12serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus1-13/+5
2013-04-12serial: 8250_dw: Enable runtime PMHeikki Krogerus1-9/+52
2013-04-12serial: 8250_dma: Provide default slave configuration parametersHeikki Krogerus1-2/+8
2013-04-12serial: 8250_dma: Use dmaengine helpers to get the slave channelsHeikki Krogerus1-2/+6
2013-04-12serial: 8250_dma: Fix RX handlingHeikki Krogerus1-7/+16
2013-04-12serial: 8250_dma: TX cleanupHeikki Krogerus1-7/+4
2013-04-12tty: serial/samsung: fix modular buildArnd Bergmann2-3/+5
2013-04-12tty: serial/samsung: make register definitions globalArnd Bergmann1-3/+3
2013-04-12tty: serial/samsung: prepare for common clock APIArnd Bergmann1-1/+6
2013-04-10tty: Fix race condition if flushing tty flip buffersPeter Hurley1-12/+10
2013-04-06serial: max3100: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-03amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min1-0/+4
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman8-26/+58
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-29Merge tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-12/+45
2013-03-29serial: 8250: Make SERIAL_8250_RUNTIME_UARTS work correctlyKarthik Manamcheri1-7/+7
2013-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+4
2013-03-27vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
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-26Xilinx: ARM: UART: clear pending irqs before enabling irqsJohn Linn1-0/+2
2013-03-26TTY: 8250, deprecated 8250_core.* optionsJiri Slaby2-0/+19
2013-03-26TTY: 8250, revert module name changeJiri Slaby2-6/+6
2013-03-26tty: tty_vhangup_session can be staticChanglong Xie1-1/+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-22Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman9-32/+84
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-12/+9
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 Hurley1-9/+19
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