summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tty: Only hangup oncePeter Hurley2013-08-021-0/+5
| * | | | serial: sccnxp: Add DT supportAlexander Shiyan2013-08-011-9/+37
| * | | | serial: sccnxp: Using structure for each supported IC instead of switch in probeAlexander Shiyan2013-08-011-148/+124
| * | | | serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan2013-08-011-14/+22
| * | | | serial: sccnxp: Disable regulator on errorAlexander Shiyan2013-08-011-22/+18
| * | | | serial/efm32-uart: don't slur over failure in probe_dtUwe Kleine-König2013-08-011-1/+3
| * | | | serial/efm32-uart: don't use pdev->id to determine the port's lineUwe Kleine-König2013-08-011-7/+10
| * | | | serial: use dev_get_platdata()Jingoo Han2013-08-0122-46/+50
| * | | | serial: pch_uart: Fix signed-ness and casting of uartclk related fieldsDarren Hart2013-07-301-7/+6
| * | | | serial: at91: make UART support dma and pdc transfersElen Song2013-07-291-6/+42
| * | | | serial: at91: distinguish usart and uartElen Song2013-07-291-0/+37
| * | | | serial: at91: support run time switch transfer modeElen Song2013-07-291-59/+80
| * | | | serial: at91: add rx dma supportElen Song2013-07-291-4/+220
| * | | | serial: at91: add tx dma supportElen Song2013-07-291-4/+206
| * | | | serial: at91: use function pointer to choose pdc or pioElen Song2013-07-291-73/+130
| * | | | serial: at91: correct definition from DMA to PDCElen Song2013-07-291-35/+36
| * | | | serial: pch_uart: Remove __initdata annotation from dmi_tableDarren Hart2013-07-291-1/+1
| * | | | TTY: synclink: replace bitmasks add operation with OR operation.Alexandru Juncu2013-07-291-65/+65
| * | | | serial: max310x: Fix dev_pm_opsAlexander Shiyan2013-07-291-5/+4
| * | | | Merge 3.11-rc3 into tty-nextGreg Kroah-Hartman2013-07-293-3/+4
| |\ \ \ \
| * | | | | serial8250-em: Convert to devm_* managed helpersLaurent Pinchart2013-07-271-19/+8
| * | | | | tty: Remove dead codeAndreas Platschek2013-07-271-20/+1
| * | | | | msm_serial: Send more than 1 character at a time on UARTDMStephen Boyd2013-07-271-19/+32
| * | | | | msm_serial: Make baud_code detection more dynamicStephen Boyd2013-07-272-68/+48
| * | | | | msm_serial: Fix sparse warningsStephen Boyd2013-07-271-10/+7
| * | | | | msm_serial: Fix NUL byte output on UARTDMStephen Boyd2013-07-272-5/+10
| * | | | | serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800Ian Abbott2013-07-271-2/+3
| * | | | | serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLDIan Abbott2013-07-271-2/+2
| * | | | | serial:st-asc: Add ST ASC driver.Srinivas Kandagatla2013-07-273-0/+954
| * | | | | serial/efm32-uart: make of_device_id array constUwe Kleine-König2013-07-271-1/+1
| * | | | | serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverageUwe Kleine-König2013-07-271-2/+2
| * | | | | msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun2013-07-271-1/+3
| * | | | | serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULEAxel Lin2013-07-271-4/+0
| * | | | | pch_uart: Use DMI interface for board detectionDarren Hart2013-07-271-22/+49
| * | | | | serial: report base_baud after initializationKees Cook2013-07-271-2/+2
| * | | | | serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko2013-07-271-1/+2
| * | | | | serial: fsl_lpuart: Return proper error on lpuart_serial_init error pathAxel Lin2013-07-271-1/+1
| * | | | | serial: fsl_lpuart: restore UARTCR2 after watermark setup is doneShawn Guo2013-07-271-0/+5
| * | | | | serial: omap: Fix IRQ handling return valueRuchika Kharwar2013-07-271-3/+1
| * | | | | serial: omap: Initialize platform_dataVikram Pandita2013-07-271-1/+3
| * | | | | OMAP: UART: Fix the revision register read.Ruchika Kharwar2013-07-271-1/+1
| * | | | | OMAP: UART: Keep the TX fifo full when possibleDmitry Fink2013-07-271-1/+2
| * | | | | OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R2013-07-271-1/+15
| * | | | | 8250_pci: improve code comments and Kconfig helpStefan Seyfried2013-07-272-0/+8
| * | | | | serial: max310x: Add MAX14830 supportAlexander Shiyan2013-07-272-2/+45
| * | | | | serial: max310x: Add MAX3109 supportAlexander Shiyan2013-07-272-5/+32
| * | | | | serial: max310x: Driver reworkAlexander Shiyan2013-07-272-469/+453
| * | | | | serial: imx: add DMA support for imx6qHuang Shijie2013-07-271-5/+400
| * | | | | serial/imx: fix custom-baudrate handlingHubert Feurstein2013-07-271-0/+5
| * | | | | serial: imx: distinguish the imx6q uart from the othersHuang Shijie2013-07-271-2/+15