index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-05
uart: pl011: Rename regs with enumeration
Jun Nie
1
-93
/
+114
2015-08-05
serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
Adam Lee
1
-21
/
+61
2015-08-05
serial: samsung: fix DMA for FIFO smaller than cache line size
Robert Baldyga
1
-15
/
+21
2015-08-05
serial: samsung: fix DMA mode enter condition for small FIFO sizes
Marek Szyprowski
2
-2
/
+12
2015-08-05
serial: core: Remove tty port activate() and shutdown() methods
Peter Hurley
1
-7
/
+0
2015-08-05
serial: core: Use proper spinlock flavor in uart_close()
Peter Hurley
1
-10
/
+8
2015-08-05
tty/serial: at91: fix I/O accesses on RHR and THR for AVR32
Cyrille Pitchen
1
-10
/
+27
2015-08-05
serial: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
1
-1
/
+2
2015-08-05
serial: 8250: Auto CTS control by HW if AFE enabled
Qipeng Zha
2
-0
/
+9
2015-08-05
serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMT
Uwe Kleine-König
1
-2
/
+3
2015-08-05
serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signals
Niklas Cassel
2
-30
/
+11
2015-08-05
serial: etraxfs-uart: remove empty functions
Niklas Cassel
1
-10
/
+0
2015-08-04
Serial: imx: add dev_pm_ops to support suspend to ram/disk
Shenwei Wang
1
-32
/
+94
2015-08-04
serial: 8250_uniphier: call clk_disable_unprepare() on failure path
Masahiro Yamada
1
-0
/
+1
2015-08-04
serial: 8250_pci: add RS485 for F81504/508/512
Peter Hung
1
-0
/
+61
2015-07-27
Revert "tty: serial: imx.c: Reset UART before activating interrupts"
Fabio Estevam
1
-23
/
+9
2015-07-27
Merge 4.2-rc4 into tty-next
Greg Kroah-Hartman
6
-20
/
+36
2015-07-24
drivers/tty: make serial/sunhv.c driver explicitly non-modular
Paul Gortmaker
1
-10
/
+3
2015-07-24
drivers/tty: make serial/suncore.c driver explicitly non-modular
Paul Gortmaker
1
-8
/
+3
2015-07-24
drivers/tty: make serial/lantic.c driver explicitly non-modular
Paul Gortmaker
1
-7
/
+1
2015-07-24
drivers/tty: make serial/sn_console.c driver explicitly non-modular
Paul Gortmaker
1
-23
/
+9
2015-07-24
serial: samsung: Remove redundant DEBUG_LL check
Javier Martinez Canillas
1
-1
/
+0
2015-07-24
serial: core: Fix crashes while echoing when closing
Peter Hurley
1
-1
/
+2
2015-07-24
serial/uuc_uart: Support higher bitrates than 115200 Bit/s
Alexander Stein
1
-1
/
+1
2015-07-24
tty: serial: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-24
tty: serial: Drop owner assignment from platform_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-24
tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabled
Cyrille Pitchen
1
-15
/
+51
2015-07-24
tty/serial: at91: add support to FIFOs
Cyrille Pitchen
1
-6
/
+94
2015-07-24
tty/serial: at91: remove bunch of macros to access UART registers
Cyrille Pitchen
1
-154
/
+159
2015-07-24
serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startup
Joerg Roedel
1
-0
/
+15
2015-07-24
serial: 8250: Defer interrupt enable until fifos enabled
Peter Hurley
1
-4
/
+3
2015-07-24
tty/early: make serial8250_early_{in,out} static again
Vineet Gupta
1
-2
/
+2
2015-07-24
serial: 8250: Split base port operations from universal driver
Peter Hurley
4
-2872
/
+2920
2015-07-24
Revert "serial: imx: initialized DMA w/o HW flow enabled"
David Jander
1
-8
/
+7
2015-07-24
tty: serial: imx.c: Reset UART before activating interrupts
David Jander
1
-9
/
+23
2015-07-24
serial: imx: reduce irq-latency after rx overflow
Manfred Schlaegl
1
-1
/
+0
2015-07-24
serial: imx: count tty buffer overruns
Manfred Schlaegl
1
-3
/
+9
2015-07-24
serial: imx: Disable irqs before requesting them
Fabio Estevam
1
-1
/
+14
2015-07-24
serial/uartlite: Let it build on any arch with IOMEM
Ricardo Ribalda Delgado
1
-1
/
+1
2015-07-24
serial: stm32-usart: Fix SysRq support
Maxime Coquelin
1
-1
/
+1
2015-07-24
sc16is7xx: fix FIFO address of secondary UART
Bo Svangård
1
-7
/
+23
2015-07-24
sc16is7xx: fix Kconfig dependencies
Jakub Kicinski
1
-1
/
+1
2015-07-24
serial: sirf: let uart's receive start in right place
Qipan Li
2
-31
/
+16
2015-07-24
serial: sirf: workaround rx process to avoid possible data loss
Qipan Li
2
-18
/
+66
2015-07-24
serial: etraxfs-uart: Fix release etraxfs_uart_ports
Axel Lin
1
-1
/
+1
2015-07-24
serial: etraxfs-uart: Convert to uart_console_device instead of open-coded
Axel Lin
1
-8
/
+1
2015-07-24
serial: 8250_omap: Remove auto-IXON flow control
Peter Hurley
1
-14
/
+2
2015-07-24
serial: 8250_omap: workaround module disable errata on dra7x SoCs
Sekhar Nori
1
-0
/
+1
2015-07-24
serial: 8250_omap: workaround errata around idling UART after using DMA
Sekhar Nori
1
-6
/
+59
2015-07-24
serial: 8250_omap: introduce "ti,am3352-uart" compatible property
Sekhar Nori
1
-11
/
+21
[next]