index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
2015-05-24
serial: imx: Fix DMA handling for IDLE condition aborts
Philipp Zabel
2015-05-24
serial/amba-pl011: Unconditionally poll for FIFO space before each TX char
Dave Martin
2015-05-19
serial/amba-pl011: Fix mismerge between v4.1-rc4 and tty-next
Dave Martin
2015-05-18
Merge 4.1-rc4 into tty-next
Greg Kroah-Hartman
2015-05-10
TTY: msm_smd_tty: Remove unused driver
Stephen Boyd
2015-05-10
serial: tegra: Correct error handling on DMA setup
Jon Hunter
2015-05-10
serial: tegra: Correct shutdown of UARTs
Jon Hunter
2015-05-10
serial: tegra: Fix cookie used by TX channel
Jon Hunter
2015-05-10
serial: tegra: Use unsigned types for RX and TX byte counts
Jon Hunter
2015-05-10
serial: tegra: handle race condition on uart rx side
Shardar Shariff Md
2015-05-10
serial: tegra: check the count and read if any from dma
Shardar Shariff Md
2015-05-10
serial: tegra: Add delay after enabling FIFO mode
Jon Hunter
2015-05-10
serial: tegra: Correct delay after TX flush
Jon Hunter
2015-05-10
serial: of_serial: do not set port.type twice
Masahiro Yamada
2015-05-10
serial: 8250: do not copy port.fifosize member twice
Masahiro Yamada
2015-05-10
serial: xuartps: add __init to earlycon write method
Masahiro Yamada
2015-05-10
serial: 8250: Do nothing if nr_uarts=0
Jan Kiszka
2015-05-10
serial: samsung: Constify platform_device_id
Krzysztof Kozlowski
2015-05-10
serial: samsung: Staticize local symbol
Krzysztof Kozlowski
2015-05-10
serial: mxs: Constify platform_device_id
Krzysztof Kozlowski
2015-05-10
serial: imx: Constify platform_device_id
Krzysztof Kozlowski
2015-05-10
serial: sh-sci: Remove obsolete comment about overrun detection
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Use the correct register for overrun checks
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Replace hardcoded overrun bit values
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Replace hardcoded values in SCxSR_*_CLEAR macros
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Standardize on using the BIT() macro to define register bits
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Document remaining FIFO Control Register bits
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Add SCIFA/B SCPCR register definitions
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Add (H)SCIF RTS/CTS pin data register bit definitions
Geert Uytterhoeven
2015-05-10
serial: sh-sci: Move private definitions to private header file
Geert Uytterhoeven
2015-05-10
tty: mpsc.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
tty: ioc4_serial.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
tty: ioc3_serial.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
tty: icom.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
tty: crisv10.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
tty: 68328serial.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
serial: sirf: use uart_port's fifosize for fifo related operation
Qipan Li
2015-05-10
serial: sirf: use dynamic method allocate uart structure
Qipan Li
2015-05-10
tty: serial: 8250_mtk: Add earlycon
Eddie Huang
2015-05-10
tty: serial: 8250: export early_serial8250_setup function
Eddie Huang
2015-05-09
Revert "serial/amba-pl011: Leave the TX IRQ alone when the UART is not open"
Dave Martin
2015-05-08
serial: omap: Fix error handling in probe
Semen Protsenko
2015-05-08
earlycon: Revert log warnings
Peter Hurley
2015-05-06
tty: serial: 8250_mtk: Add support for bus clock
Sascha Hauer
2015-05-06
tty: serial: 8250_mtk: use pm_runtime callbacks for enabling
Sascha Hauer
2015-05-06
tty: serial: 8250_mtk: Use devm_clk_get
Sascha Hauer
2015-05-06
tty: serial: 8250_mtk: remove unnecessary test
Sascha Hauer
2015-05-06
ARM: meson: serial: convert iounmap to devm_iounmap
Firo Yang
2015-05-06
tty: serial: 8250: omap: synchronize rx_running
John Ogness
[prev]
[next]