summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: sirf: add uart receive's some error counter and markQipan Li2015-05-241-5/+10
| * | serial: sirf: fix endless loop bug in uart receive taskletQipan Li2015-05-241-0/+9
| * | serial: sirf: fix the issue that HW flow control doesn't work for BTQipan Li2015-05-241-1/+2
| * | serial: sirf: enable ATLAS7 USP serial supportQipan Li2015-05-242-47/+115
| * | tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre2015-05-241-6/+3
| * | serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-nextDave Martin2015-05-201-3/+0
| * | Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-183-7/+7
| |\ \
| * | | TTY: msm_smd_tty: Remove unused driverStephen Boyd2015-05-103-241/+0
| * | | serial: tegra: Correct error handling on DMA setupJon Hunter2015-05-101-23/+28
| * | | serial: tegra: Correct shutdown of UARTsJon Hunter2015-05-101-7/+4
| * | | serial: tegra: Fix cookie used by TX channelJon Hunter2015-05-101-1/+1
| * | | serial: tegra: Use unsigned types for RX and TX byte countsJon Hunter2015-05-101-7/+8
| * | | serial: tegra: handle race condition on uart rx sideShardar Shariff Md2015-05-101-1/+12
| * | | serial: tegra: check the count and read if any from dmaShardar Shariff Md2015-05-101-4/+6
| * | | serial: tegra: Add delay after enabling FIFO modeJon Hunter2015-05-101-0/+10
| * | | serial: tegra: Correct delay after TX flushJon Hunter2015-05-101-2/+22
| * | | serial: of_serial: do not set port.type twiceMasahiro Yamada2015-05-101-1/+0
| * | | serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada2015-05-101-1/+0
| * | | serial: xuartps: add __init to earlycon write methodMasahiro Yamada2015-05-101-1/+2
| * | | serial: 8250: Do nothing if nr_uarts=0Jan Kiszka2015-05-101-1/+7
| * | | serial: samsung: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * | | serial: samsung: Staticize local symbolKrzysztof Kozlowski2015-05-101-1/+1
| * | | serial: mxs: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * | | serial: imx: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
| * | | serial: sh-sci: Remove obsolete comment about overrun detectionGeert Uytterhoeven2015-05-101-5/+0
| * | | serial: sh-sci: Don't set SCLSR bits in the SCxSR error maskGeert Uytterhoeven2015-05-101-1/+2
| * | | serial: sh-sci: Use the correct register for overrun checksGeert Uytterhoeven2015-05-101-25/+15
| * | | serial: sh-sci: Replace hardcoded overrun bit valuesGeert Uytterhoeven2015-05-102-15/+16
| * | | serial: sh-sci: Replace hardcoded values in SCxSR_*_CLEAR macrosGeert Uytterhoeven2015-05-101-10/+34
| * | | serial: sh-sci: Standardize on using the BIT() macro to define register bitsGeert Uytterhoeven2015-05-101-36/+37
| * | | serial: sh-sci: Document remaining FIFO Control Register bitsGeert Uytterhoeven2015-05-101-3/+3
| * | | serial: sh-sci: Add SCIFA/B SCPCR register definitionsGeert Uytterhoeven2015-05-102-0/+32
| * | | serial: sh-sci: Add (H)SCIF RTS/CTS pin data register bit definitionsGeert Uytterhoeven2015-05-101-0/+2
| * | | serial: sh-sci: Move private definitions to private header fileGeert Uytterhoeven2015-05-101-7/+76
| * | | tty: mpsc.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-9/+16
| * | | tty: ioc4_serial.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-3/+6
| * | | tty: ioc3_serial.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
| * | | tty: icom.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-5/+6
| * | | tty: crisv10.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-4/+8
| * | | tty: 68328serial.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
| * | | serial: sirf: use uart_port's fifosize for fifo related operationQipan Li2015-05-102-44/+33
| * | | serial: sirf: use dynamic method allocate uart structureQipan Li2015-05-102-69/+23
| * | | tty: serial: 8250_mtk: Add earlyconEddie Huang2015-05-101-0/+13
| * | | tty: serial: 8250: export early_serial8250_setup functionEddie Huang2015-05-101-1/+1
| * | | tty: serial: 8250_mtk: Add support for bus clockSascha Hauer2015-05-061-4/+24
| * | | tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer2015-05-061-33/+36
| * | | tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer2015-05-061-5/+2
| * | | tty: serial: 8250_mtk: remove unnecessary testSascha Hauer2015-05-061-8/+4
| * | | ARM: meson: serial: convert iounmap to devm_iounmapFiro Yang2015-05-061-1/+1
| * | | tty: serial: 8250: omap: synchronize rx_runningJohn Ogness2015-05-061-16/+49