summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-08-05vt: make the default color configurableClemens Ladisch1-1/+3
2013-08-05serial: mxs: remove the MXS_AUART_DMA_CONFIGHuang Shijie1-4/+1
2013-08-05serial: mxs: enable the DMA only when the RTS/CTS is validHuang Shijie1-1/+6
2013-08-05Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman4-22/+26
2013-08-03serial: st-asc: Fix unused variable warning for non DT.Srinivas Kandagatla1-0/+2
2013-08-02Revert "serial: sccnxp: Add DT support"Greg Kroah-Hartman1-37/+9
2013-08-02serial: sh-sci: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-02serial/arc-uart: Remove the goto/labelVineet Gupta1-5/+2
2013-08-02serial/arc-uart: Handle Rx Error Interrupts w/o any dataVineet Gupta1-10/+16
2013-08-02tty: Only hangup oncePeter Hurley1-0/+5
2013-08-01serial: sccnxp: Add DT supportAlexander Shiyan1-9/+37
2013-08-01serial: sccnxp: Using structure for each supported IC instead of switch in probeAlexander Shiyan1-148/+124
2013-08-01serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan1-14/+22
2013-08-01serial: sccnxp: Disable regulator on errorAlexander Shiyan1-22/+18
2013-08-01serial/efm32-uart: don't slur over failure in probe_dtUwe Kleine-König1-1/+3
2013-08-01serial/efm32-uart: don't use pdev->id to determine the port's lineUwe Kleine-König1-7/+10
2013-08-01serial: use dev_get_platdata()Jingoo Han22-46/+50
2013-08-01parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer1-2/+1
2013-07-30serial: pch_uart: Fix signed-ness and casting of uartclk related fieldsDarren Hart1-7/+6
2013-07-30serial: at91: make UART support dma and pdc transfersElen Song1-6/+42
2013-07-30serial: at91: distinguish usart and uartElen Song1-0/+37
2013-07-30serial: at91: support run time switch transfer modeElen Song1-59/+80
2013-07-30serial: at91: add rx dma supportElen Song1-4/+220
2013-07-30serial: at91: add tx dma supportElen Song1-4/+206
2013-07-30serial: at91: use function pointer to choose pdc or pioElen Song1-73/+130
2013-07-29serial: at91: correct definition from DMA to PDCElen Song1-35/+36
2013-07-29serial: pch_uart: Remove __initdata annotation from dmi_tableDarren Hart1-1/+1
2013-07-29TTY: synclink: replace bitmasks add operation with OR operation.Alexandru Juncu1-65/+65
2013-07-29serial: max310x: Fix dev_pm_opsAlexander Shiyan1-5/+4
2013-07-29Merge 3.11-rc3 into tty-nextGreg Kroah-Hartman3-3/+4
2013-07-27serial: arc_uart: Fix module aliasAxel Lin1-1/+1
2013-07-27tty_port: Fix refcounting leak in tty_port_tty_hangup()Gianluca Anzolin1-3/+2
2013-07-27serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König1-8/+13
2013-07-27serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König1-8/+9
2013-07-27serial8250-em: Convert to devm_* managed helpersLaurent Pinchart1-19/+8
2013-07-27tty: Remove dead codeAndreas Platschek1-20/+1
2013-07-27msm_serial: Send more than 1 character at a time on UARTDMStephen Boyd1-19/+32
2013-07-27msm_serial: Make baud_code detection more dynamicStephen Boyd2-68/+48
2013-07-27msm_serial: Fix sparse warningsStephen Boyd1-10/+7
2013-07-27msm_serial: Fix NUL byte output on UARTDMStephen Boyd2-5/+10
2013-07-27serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800Ian Abbott1-2/+3
2013-07-27serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLDIan Abbott1-2/+2
2013-07-27serial:st-asc: Add ST ASC driver.Srinivas Kandagatla3-0/+954
2013-07-27serial/efm32-uart: make of_device_id array constUwe Kleine-König1-1/+1
2013-07-27serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverageUwe Kleine-König1-2/+2
2013-07-27msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun1-1/+3
2013-07-27serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULEAxel Lin1-4/+0
2013-07-27pch_uart: Use DMI interface for board detectionDarren Hart1-22/+49
2013-07-27serial: report base_baud after initializationKees Cook1-2/+2
2013-07-27serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko1-1/+2