aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2015-05-24serial: sirf: enable ATLAS7 USP serial supportQipan Li2-47/+115
2015-05-24tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-6/+3
2015-05-24serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel1-0/+8
2015-05-24serial/amba-pl011: Unconditionally poll for FIFO space before each TX charDave Martin1-8/+8
2015-05-19serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin1-3/+0
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman3-7/+7
2015-05-10TTY: msm_smd_tty: Remove unused driverStephen Boyd3-241/+0
2015-05-10serial: tegra: Correct error handling on DMA setupJon Hunter1-23/+28
2015-05-10serial: tegra: Correct shutdown of UARTsJon Hunter1-7/+4
2015-05-10serial: tegra: Fix cookie used by TX channelJon Hunter1-1/+1
2015-05-10serial: tegra: Use unsigned types for RX and TX byte countsJon Hunter1-7/+8
2015-05-10serial: tegra: handle race condition on uart rx sideShardar Shariff Md1-1/+12
2015-05-10serial: tegra: check the count and read if any from dmaShardar Shariff Md1-4/+6
2015-05-10serial: tegra: Add delay after enabling FIFO modeJon Hunter1-0/+10
2015-05-10serial: tegra: Correct delay after TX flushJon Hunter1-2/+22
2015-05-10serial: of_serial: do not set port.type twiceMasahiro Yamada1-1/+0
2015-05-10serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada1-1/+0
2015-05-10serial: xuartps: add __init to earlycon write methodMasahiro Yamada1-1/+2
2015-05-10serial: 8250: Do nothing if nr_uarts=0Jan Kiszka1-1/+7
2015-05-10serial: samsung: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10serial: samsung: Staticize local symbolKrzysztof Kozlowski1-1/+1
2015-05-10serial: mxs: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10serial: imx: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-10serial: sh-sci: Remove obsolete comment about overrun detectionGeert Uytterhoeven1-5/+0
2015-05-10serial: sh-sci: Don't set SCLSR bits in the SCxSR error maskGeert Uytterhoeven1-1/+2
2015-05-10serial: sh-sci: Use the correct register for overrun checksGeert Uytterhoeven1-25/+15
2015-05-10serial: sh-sci: Replace hardcoded overrun bit valuesGeert Uytterhoeven2-15/+16
2015-05-10serial: sh-sci: Replace hardcoded values in SCxSR_*_CLEAR macrosGeert Uytterhoeven1-10/+34
2015-05-10serial: sh-sci: Standardize on using the BIT() macro to define register bitsGeert Uytterhoeven1-36/+37
2015-05-10serial: sh-sci: Document remaining FIFO Control Register bitsGeert Uytterhoeven1-3/+3
2015-05-10serial: sh-sci: Add SCIFA/B SCPCR register definitionsGeert Uytterhoeven2-0/+32
2015-05-10serial: sh-sci: Add (H)SCIF RTS/CTS pin data register bit definitionsGeert Uytterhoeven1-0/+2
2015-05-10serial: sh-sci: Move private definitions to private header fileGeert Uytterhoeven1-7/+76
2015-05-10tty: mpsc.c: move assignment out of if () blockGreg Kroah-Hartman1-9/+16
2015-05-10tty: ioc4_serial.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+6
2015-05-10tty: ioc3_serial.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10tty: icom.c: move assignment out of if () blockGreg Kroah-Hartman1-5/+6
2015-05-10tty: crisv10.c: move assignment out of if () blockGreg Kroah-Hartman1-4/+8
2015-05-10tty: 68328serial.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-10serial: sirf: use uart_port's fifosize for fifo related operationQipan Li2-44/+33
2015-05-10serial: sirf: use dynamic method allocate uart structureQipan Li2-69/+23
2015-05-10tty: serial: 8250_mtk: Add earlyconEddie Huang1-0/+13
2015-05-10tty: serial: 8250: export early_serial8250_setup functionEddie Huang1-1/+1
2015-05-09Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"Dave Martin1-1/+4
2015-05-08serial: omap: Fix error handling in probeSemen Protsenko1-0/+2
2015-05-08earlycon: Revert log warningsPeter Hurley1-7/+2
2015-05-06tty: serial: 8250_mtk: Add support for bus clockSascha Hauer1-4/+24
2015-05-06tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer1-33/+36
2015-05-06tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer1-5/+2
2015-05-06tty: serial: 8250_mtk: remove unnecessary testSascha Hauer1-8/+4