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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-06
serial: st-asc: Use generic DT binding for announcing RTS/CTS lines
Lee Jones
1
-1
/
+1
2017-02-06
serial: st-asc: (De)Register GPIOD and swap Pinctrl profiles
Lee Jones
1
-1
/
+26
2017-02-06
serial: st-asc: Read in all Pinctrl states
Lee Jones
1
-0
/
+29
2017-02-06
serial: st-asc: Provide RTS functionality
Lee Jones
1
-4
/
+23
2017-02-06
serial: st-asc: Ignore the parity error bit if 8-bit mode is enabled
Lee Jones
1
-3
/
+13
2017-02-06
serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cards
Ian Abbott
1
-0
/
+13
2017-02-06
serial: sh-sci: make RX FIFO parameters tunable via sysfs
Ulrich Hecht
1
-0
/
+87
2017-02-06
serial: sh-sci: SCIFA/B RX FIFO software timeout
Ulrich Hecht
1
-33
/
+68
2017-02-06
serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF
Ulrich Hecht
1
-1
/
+28
2017-02-03
tty_port: register tty ports with serdev bus
Rob Herring
1
-0
/
+12
2017-02-03
serdev: add a tty port controller driver
Rob Herring
3
-0
/
+234
2017-02-03
serdev: Introduce new bus for serial attached devices
Rob Herring
5
-0
/
+434
2017-02-03
tty_port: Add port client functions
Rob Herring
2
-20
/
+43
2017-02-03
serial: sh-sci: implement FIFO threshold register setting
Ulrich Hecht
1
-0
/
+59
2017-02-03
serial: sh-sci: consider DR (data ready) bit adequately
Ulrich Hecht
1
-1
/
+1
2017-02-03
serial: sh-sci: add FIFO trigger bits
Ulrich Hecht
2
-0
/
+8
2017-02-03
tty: serial: cpm_uart: make use of for_each_node_by_type()
Dmitry Torokhov
1
-8
/
+10
2017-02-03
tty: serial: pl011: add ttyAMA for matching pl011 console
Sudeep Holla
1
-1
/
+1
2017-02-03
serial: samsung: enable clock before accessing interrupt mask resister
남영민
1
-0
/
+3
2017-02-03
serial: 8250_pci: remove exar code
Sudip Mukherjee
2
-333
/
+4
2017-02-03
serial: exar: split out the exar code from 8250_pci
Sudip Mukherjee
3
-0
/
+401
2017-01-31
serial: imx: Fix the CTS_B polarity in RS485 mode
Fabio Estevam
1
-3
/
+3
2017-01-31
serial: imx: Fix the RTS GPIO polarity in RS485 mode
Fabio Estevam
1
-10
/
+10
2017-01-27
8250: of: remove remnants of generic of_serial driver
Arnd Bergmann
1
-69
/
+24
2017-01-27
serial: sh-sci: Reformat sci_parse_dt() for git diff
Geert Uytterhoeven
1
-2
/
+2
2017-01-27
tty: serial: constify uart_ops structures
Bhumika Goyal
26
-26
/
+26
2017-01-25
console: Make persistent scrollback a boot parameter
Manuel Schölling
2
-18
/
+19
2017-01-25
console: Add persistent scrollback buffers for all VGA consoles
Manuel Schölling
2
-56
/
+111
2017-01-25
console: Add callback to flush scrollback buffer to consw struct
Manuel Schölling
2
-1
/
+32
2017-01-25
console: Move scrollback data into its own struct
Manuel Schölling
1
-44
/
+47
2017-01-25
serial: 8250_omap: Fix probe and remove for PM runtime
Tony Lindgren
1
-1
/
+7
2017-01-25
serial: hp300: mask the warning for people just doing build coverage
Paul Gortmaker
1
-1
/
+1
2017-01-25
serial: xuartps: Enable uart loopback mode
Yasir-Khan
1
-0
/
+9
2017-01-20
serial: 8250_omap: Remove rx_dma_broken flag
Vignesh R
1
-5
/
+0
2017-01-20
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
Vignesh R
1
-6
/
+3
2017-01-20
serial: 8250_omap: pause DMA only if DMA transfer in progress
Vignesh R
1
-4
/
+7
2017-01-19
tty: constify tty_ldisc_receive_buf buffer pointer
Rob Herring
1
-1
/
+1
2017-01-19
tty_port: make tty_port_register_device wrap tty_port_register_device_attr
Rob Herring
1
-2
/
+1
2017-01-19
tty_port: allow a port to be opened with a tty that has no file handle
Alan Cox
2
-3
/
+3
2017-01-19
tty: serial: meson: allow baud-rates higher than 115200
Martin Blumenstingl
1
-1
/
+1
2017-01-19
tty: move the non-file related parts of tty_release to new tty_release_struct
Rob Herring
1
-18
/
+32
2017-01-19
tty: serial: 8250: 8250_gsc:- Handle return NULL error from ioremap_nocache
Arvind Yadav
1
-0
/
+4
2017-01-19
serial: omap: Add omapserial earlycon
Lokesh Vutla
1
-0
/
+55
2017-01-19
serial: pl011: Mark console as CON_ANYTIME
Alexander Sverdlin
1
-1
/
+1
2017-01-19
tty: serial: constify dev_pm_ops structures
Bhumika Goyal
1
-1
/
+1
2017-01-19
serial: 8250_mid: set PCI master only for DMA capable device
Andy Shevchenko
1
-2
/
+2
2017-01-19
serial: 8250_mid: enable MSI on Denverton
Andy Shevchenko
1
-1
/
+7
2017-01-19
serial: 8250_mid: handle interrupt correctly in DMA case
Andy Shevchenko
2
-2
/
+48
2017-01-19
serial: 8250_dw: Allow hardware flow control to be used
Jason Uy
1
-3
/
+2
2017-01-19
serial: sh-sci: Compute the regshift value for SCI ports
Laurent Pinchart
1
-1
/
+7
[next]