aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07-31serial: sccnxp: Add DT supportAlexander Shiyan1-9/+37
2013-07-31serial: sccnxp: Using structure for each supported IC instead of switch in probeAlexander Shiyan1-148/+124
2013-07-31serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan1-14/+22
2013-07-31serial: sccnxp: Disable regulator on errorAlexander Shiyan1-22/+18
2013-07-31serial/efm32-uart: don't slur over failure in probe_dtUwe Kleine-König1-1/+3
2013-07-31serial/efm32-uart: don't use pdev->id to determine the port's lineUwe Kleine-König1-7/+10
2013-07-31serial: use dev_get_platdata()Jingoo Han22-46/+50
2013-07-29serial: pch_uart: Fix signed-ness and casting of uartclk related fieldsDarren Hart1-7/+6
2013-07-29serial: at91: make UART support dma and pdc transfersElen Song1-6/+42
2013-07-29serial: at91: distinguish usart and uartElen Song1-0/+37
2013-07-29serial: at91: support run time switch transfer modeElen Song1-59/+80
2013-07-29serial: at91: add rx dma supportElen Song1-4/+220
2013-07-29serial: at91: add tx dma supportElen Song1-4/+206
2013-07-29serial: 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-Hartman171-2524/+4810
2013-07-28Merge tag 'pinctrl-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-2/+26
2013-07-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-24/+32
2013-07-26serial8250-em: Convert to devm_* managed helpersLaurent Pinchart1-19/+8
2013-07-26tty: Remove dead codeAndreas Platschek1-20/+1
2013-07-26msm_serial: Send more than 1 character at a time on UARTDMStephen Boyd1-19/+32
2013-07-26msm_serial: Make baud_code detection more dynamicStephen Boyd2-68/+48
2013-07-26msm_serial: Fix sparse warningsStephen Boyd1-10/+7
2013-07-26msm_serial: Fix NUL byte output on UARTDMStephen Boyd2-5/+10
2013-07-26serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800Ian Abbott1-2/+3
2013-07-26serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLDIan Abbott1-2/+2
2013-07-26pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott1-1/+0
2013-07-26serial:st-asc: Add ST ASC driver.Srinivas Kandagatla3-0/+954
2013-07-26serial/efm32-uart: make of_device_id array constUwe Kleine-König1-1/+1
2013-07-26serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverageUwe Kleine-König1-2/+2
2013-07-26msm_serial: add missing iounmap() on error in msm_request_port()Wei Yongjun1-1/+3
2013-07-26serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULEAxel Lin1-4/+0
2013-07-26pch_uart: Use DMI interface for board detectionDarren Hart1-22/+49
2013-07-26serial: report base_baud after initializationKees Cook1-2/+2
2013-07-26serial: omap: enable PM runtime only when its fully configuredGrygorii Strashko1-1/+2
2013-07-26serial: fsl_lpuart: Return proper error on lpuart_serial_init error pathAxel Lin1-1/+1
2013-07-26serial: fsl_lpuart: restore UARTCR2 after watermark setup is doneShawn Guo1-0/+5
2013-07-26serial: omap: Fix IRQ handling return valueRuchika Kharwar1-3/+1
2013-07-26serial: omap: Initialize platform_dataVikram Pandita1-1/+3
2013-07-26OMAP: UART: Fix the revision register read.Ruchika Kharwar1-1/+1
2013-07-26OMAP: UART: Keep the TX fifo full when possibleDmitry Fink1-1/+2
2013-07-26OMAP2+: UART: enable tx wakeup bit for wer regGovindraj.R1-1/+15
2013-07-268250_pci: improve code comments and Kconfig helpStefan Seyfried2-0/+8
2013-07-26serial: max310x: Add MAX14830 supportAlexander Shiyan2-2/+45