index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
2
-18
/
+18
*
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-06-07
23
-150
/
+398
|
\
|
*
tty: serial: qcom_geni_serial: Add 51.2MHz frequency support
satya priya
2020-05-29
1
-3
/
+4
|
*
tty: serial: imx: clear Ageing Timer Interrupt in handler
Matthias Schiffer
2020-05-29
1
-0
/
+2
|
*
serial: 8250_fintek: Add F81966 Support
Ji-Ze Hong (Peter Hong)
2020-05-29
1
-2
/
+11
|
*
sc16is7xx: Add flag to activate IrDA mode
Pascal Huerst
2020-05-29
1
-0
/
+20
|
*
serial: 8250: Support rs485 bus termination GPIO
Lukas Wunner
2020-05-29
2
-0
/
+19
|
*
serial: 8520_port: Fix function param documentation
Heiko Stuebner
2020-05-29
1
-1
/
+1
|
*
serial: 8250: Enable 16550A variants by default on non-x86
Josh Triplett
2020-05-27
1
-0
/
+1
|
*
serial: imx: Initialize lock for non-registered console
Andy Shevchenko
2020-05-27
1
-0
/
+3
|
*
Merge 5.7-rc7 into tty-next
Greg Kroah-Hartman
2020-05-25
1
-0
/
+1
|
|
\
|
*
|
sc16is7xx: Read the LSR register for basic device presence check
Daniel Mack
2020-05-22
1
-0
/
+11
|
*
|
sc16is7xx: Allow sharing the IRQ line
Daniel Mack
2020-05-22
1
-1
/
+13
|
*
|
sc16is7xx: Use threaded IRQ
Daniel Mack
2020-05-22
1
-13
/
+5
|
*
|
sc16is7xx: Always use falling edge IRQ
Daniel Mack
2020-05-22
1
-8
/
+4
|
*
|
serial: stm32: add no_console_suspend support
Erwan Le Ray
2020-05-19
1
-1
/
+12
|
*
|
tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
2020-05-15
1
-4
/
+2
|
*
|
serial: 8250: Fix max baud limit in generic 8250 port
Serge Semin
2020-05-15
1
-1
/
+3
|
*
|
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-05-15
8
-13
/
+32
|
*
|
serial: 8250: Avoid error message on reprobe
Lukas Wunner
2020-05-15
1
-4
/
+10
|
*
|
tty: serial: imx: Add return value check for platform_get_irq()
Anson Huang
2020-05-15
1
-0
/
+2
|
*
|
serial: 8250_exar: Make use of PCI_DEVICE_DATA() macro
Andy Shevchenko
2020-05-15
1
-34
/
+31
|
*
|
tty: serial: Add modem control gpio support for STM32 UART
Manivannan Sadhasivam
2020-05-15
3
-2
/
+53
|
*
|
tty: serial: samsung: Correct clock selection logic
Jonathan Bakker
2020-05-15
1
-4
/
+4
|
*
|
serial: lantiq: Make driver modular
Rahul Tanwar
2020-05-15
2
-5
/
+28
|
*
|
serial: lantiq: Make UART's use as console selectable
Rahul Tanwar
2020-05-15
2
-2
/
+18
|
*
|
Merge 5.7-rc5 into tty-next
Greg Kroah-Hartman
2020-05-11
3
-4
/
+3
|
|
\
\
|
*
|
|
serial: samsung: 32-bit access for TX/RX hold registers
Hyunki Koo
2020-05-06
1
-5
/
+57
|
*
|
|
serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
Hyunki Koo
2020-05-06
1
-9
/
+9
|
*
|
|
Revert "tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state"
Greg Kroah-Hartman
2020-05-06
1
-29
/
+5
|
*
|
|
serial: amba-pl011: Make sure we initialize the port.lock spinlock
John Stultz
2020-05-05
1
-0
/
+1
|
*
|
|
tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state
Rajendra Nayak
2020-05-05
1
-5
/
+29
|
*
|
|
serial: lantiq: Add x86 in Kconfig dependencies for Lantiq serial driver
Rahul Tanwar
2020-05-05
1
-1
/
+1
|
*
|
|
Merge 5.7-rc3 into tty-next
Greg Kroah-Hartman
2020-04-27
5
-166
/
+72
|
|
\
\
\
|
*
|
|
|
serial: fsl_lpuart: Change DMA failure messages to debug level
Fabio Estevam
2020-04-23
1
-6
/
+6
|
*
|
|
|
serial: uartps: Use cdns_uart_tx_empty in console_write
Raviteja Narayanam
2020-04-16
1
-3
/
+1
|
*
|
|
|
serial: uartps: Wait for tx_empty in console setup
Raviteja Narayanam
2020-04-16
1
-0
/
+8
|
*
|
|
|
serial: sh-sci: Drop unused include
Linus Walleij
2020-04-16
1
-1
/
+0
|
*
|
|
|
drivers/tty: remove redundant assignment to variable i and rename it to ret
Colin Ian King
2020-04-16
1
-3
/
+3
|
*
|
|
|
tty: serial: fsl_lpuart: make coverity happy
Michael Walle
2020-04-16
1
-3
/
+1
|
*
|
|
|
serial: omap: Convert to use GPIO descriptors
Linus Walleij
2020-04-16
1
-23
/
+25
|
*
|
|
|
serial: lpc32xx_hs: Drop surplus include
Linus Walleij
2020-04-16
1
-1
/
+0
*
|
|
|
|
Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-06-06
1
-6
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
serial: 8250_pci: Move Pericom IDs to pci_ids.h
Kai-Heng Feng
2020-05-08
1
-6
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
2020-06-03
4
-31
/
+374
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
serial: amba-pl011: Support kgdboc_earlycon
Sumit Garg
2020-06-02
1
-0
/
+32
|
*
|
|
|
serial: 8250_early: Support kgdboc_earlycon
Douglas Anderson
2020-06-02
1
-0
/
+23
|
*
|
|
|
serial: qcom_geni_serial: Support kgdboc_earlycon
Douglas Anderson
2020-06-02
1
-0
/
+32
|
*
|
|
|
serial: kgdboc: Allow earlycon initialization to be deferred
Daniel Thompson
2020-06-02
1
-1
/
+38
|
*
|
|
|
kgdboc: Disable all the early code when kgdboc is a module
Douglas Anderson
2020-06-02
1
-1
/
+14
[next]