summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2015-05-24serial: samsung: only use earlycon for consoleArnd Bergmann
2015-05-24serial: mctrl-gpio: drop usages of IS_ERR_OR_NULLUwe Kleine-König
2015-05-24serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior
2015-05-24serial: tegra: Fix memory leak on DMA setup failureJon Hunter
2015-05-24serial: sirf: assign console default index if users not set a valid oneQipan Li
2015-05-24serial: sirf: add serial loopback function supportQipan Li
2015-05-24serial: sirf: add uart receive's some error counter and markQipan Li
2015-05-24serial: sirf: fix endless loop bug in uart receive taskletQipan Li
2015-05-24serial: sirf: fix the issue that HW flow control doesn't work for BTQipan Li
2015-05-24serial: sirf: enable ATLAS7 USP serial supportQipan Li
2015-05-24tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre
2015-05-24serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel
2015-05-24serial/amba-pl011: Unconditionally poll for FIFO space before each TX charDave Martin
2015-05-19serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin
2015-05-18Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman
2015-05-10TTY: msm_smd_tty: Remove unused driverStephen Boyd
2015-05-10serial: tegra: Correct error handling on DMA setupJon Hunter
2015-05-10serial: tegra: Correct shutdown of UARTsJon Hunter
2015-05-10serial: tegra: Fix cookie used by TX channelJon Hunter
2015-05-10serial: tegra: Use unsigned types for RX and TX byte countsJon Hunter
2015-05-10serial: tegra: handle race condition on uart rx sideShardar Shariff Md
2015-05-10serial: tegra: check the count and read if any from dmaShardar Shariff Md
2015-05-10serial: tegra: Add delay after enabling FIFO modeJon Hunter
2015-05-10serial: tegra: Correct delay after TX flushJon Hunter
2015-05-10serial: of_serial: do not set port.type twiceMasahiro Yamada
2015-05-10serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada
2015-05-10serial: xuartps: add __init to earlycon write methodMasahiro Yamada
2015-05-10serial: 8250: Do nothing if nr_uarts=0Jan Kiszka
2015-05-10serial: samsung: Constify platform_device_idKrzysztof Kozlowski
2015-05-10serial: samsung: Staticize local symbolKrzysztof Kozlowski
2015-05-10serial: mxs: Constify platform_device_idKrzysztof Kozlowski
2015-05-10serial: imx: Constify platform_device_idKrzysztof Kozlowski
2015-05-10serial: sh-sci: Remove obsolete comment about overrun detectionGeert Uytterhoeven
2015-05-10serial: sh-sci: Don't set SCLSR bits in the SCxSR error maskGeert Uytterhoeven
2015-05-10serial: sh-sci: Use the correct register for overrun checksGeert Uytterhoeven
2015-05-10serial: sh-sci: Replace hardcoded overrun bit valuesGeert Uytterhoeven
2015-05-10serial: sh-sci: Replace hardcoded values in SCxSR_*_CLEAR macrosGeert Uytterhoeven
2015-05-10serial: sh-sci: Standardize on using the BIT() macro to define register bitsGeert Uytterhoeven
2015-05-10serial: sh-sci: Document remaining FIFO Control Register bitsGeert Uytterhoeven
2015-05-10serial: sh-sci: Add SCIFA/B SCPCR register definitionsGeert Uytterhoeven
2015-05-10serial: sh-sci: Add (H)SCIF RTS/CTS pin data register bit definitionsGeert Uytterhoeven
2015-05-10serial: sh-sci: Move private definitions to private header fileGeert Uytterhoeven
2015-05-10tty: mpsc.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10tty: ioc4_serial.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10tty: ioc3_serial.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10tty: icom.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10tty: crisv10.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10tty: 68328serial.c: move assignment out of if () blockGreg Kroah-Hartman
2015-05-10serial: sirf: use uart_port's fifosize for fifo related operationQipan Li
2015-05-10serial: sirf: use dynamic method allocate uart structureQipan Li