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
*
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-07-05
44
-541
/
+587
|
\
|
*
serial: mvebu-uart: remove unused member nb from struct mvebu_uart
Pali Rohár
2021-06-25
1
-1
/
+0
|
*
serial: mvebu-uart: correctly calculate minimal possible baudrate
Pali Rohár
2021-06-25
1
-3
/
+8
|
*
serial: mvebu-uart: do not allow changing baudrate when uartclk is not available
Pali Rohár
2021-06-25
1
-3
/
+2
|
*
serial: mvebu-uart: fix calculation of clock divisor
Pali Rohár
2021-06-25
1
-1
/
+1
|
*
serial: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2021-06-24
2
-2
/
+2
|
*
serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs
Vignesh Raghavendra
2021-06-24
1
-1
/
+19
|
*
serial: qcom_geni_serial: use DT aliases according to DT bindings
Dmitry Baryshkov
2021-06-24
1
-1
/
+3
|
*
Revert "tty: serial: Add UART driver for Cortina-Access platform"
Greg Kroah-Hartman
2021-06-24
3
-818
/
+0
|
*
tty: serial: Add UART driver for Cortina-Access platform
Jason Li
2021-06-18
3
-0
/
+818
|
*
serial_cs: Add Option International GSM-Ready 56K/ISDN modem
Ondrej Zary
2021-06-16
1
-0
/
+1
|
*
serial_cs: remove wrong GLOBETROTTER.cis entry
Ondrej Zary
2021-06-16
1
-1
/
+0
|
*
serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range
Maciej W. Rozycki
2021-06-16
1
-4
/
+3
|
*
serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
Maciej W. Rozycki
2021-06-16
1
-3
/
+16
|
*
serial: 8250: Document SMSC Super I/O UART peculiarities
Maciej W. Rozycki
2021-06-16
1
-2
/
+29
|
*
serial: 8250: Correct the clock for OxSemi PCIe devices
Maciej W. Rozycki
2021-06-16
1
-64
/
+64
|
*
serial: 8250: Dissociate 4MHz Titan ports from Oxford ports
Maciej W. Rozycki
2021-06-16
1
-6
/
+38
|
*
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
2021-06-15
5
-103
/
+6
|
*
mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count
Jiri Slaby
2021-06-15
1
-6
/
+6
|
*
tty: make tty_get_{char,frame}_size available
Jiri Slaby
2021-06-15
1
-27
/
+3
|
*
serial: stm32: defer probe for dma devices
Erwan Le Ray
2021-06-15
1
-86
/
+77
|
*
serial: tegra-tcu: Reorder channel initialization
Mikko Perttunen
2021-06-15
1
-11
/
+15
|
*
serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
Yoshihiro Shimoda
2021-06-15
1
-0
/
+8
|
*
Merge tag 'v5.13-rc6' into tty-next
Greg Kroah-Hartman
2021-06-14
1
-1
/
+5
|
|
\
|
*
|
serial: 8250_exar: Extract exar_get_platform() helper
Andy Shevchenko
2021-06-09
1
-8
/
+12
|
*
|
serial: sh-sci: Remove unused STEPFN() macro
Geert Uytterhoeven
2021-06-09
1
-3
/
+0
|
*
|
serial: sh-sci: Add support for RZ/G2L SoC
Biju Das
2021-06-04
2
-1
/
+12
|
*
|
serial: tty: uartlite: fix console setup
Daniel Mack
2021-06-04
1
-21
/
+6
|
*
|
serial: imx: Add DMA buffer configuration via DT
Fabien Lahoudere
2021-06-04
1
-7
/
+18
|
*
|
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
2021-05-31
11
-71
/
+93
|
|
\
\
|
*
|
|
tty: serial: 8250: serial_cs: Fix a memory leak in error handling path
Christophe JAILLET
2021-05-27
1
-1
/
+10
|
*
|
|
Revert "serial: sh-sci: Add support for RZ/G2L SoC"
Greg Kroah-Hartman
2021-05-21
2
-12
/
+0
|
*
|
|
tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb()
Lee Jones
2021-05-20
1
-1
/
+1
|
*
|
|
tty: serial: st-asc: Demote a kernel-doc formatting abuse
Lee Jones
2021-05-20
1
-1
/
+1
|
*
|
|
tty/serial: make port of serial8250_register_8250_port const
Jiri Slaby
2021-05-20
1
-2
/
+2
|
*
|
|
tty/serial: clean up uart_match_port
Jiri Slaby
2021-05-20
1
-7
/
+9
|
*
|
|
serial: liteuart: Add support for earlycon
Stafford Horne
2021-05-20
2
-0
/
+22
|
*
|
|
serial: sc16is7xx: Use devm_clk_get_optional()
Andy Shevchenko
2021-05-20
1
-13
/
+13
|
*
|
|
serial: max310x: Try to get crystal clock rate from property
Andy Shevchenko
2021-05-20
1
-14
/
+26
|
*
|
|
serial: drop irq-flags initialisations
Johan Hovold
2021-05-20
7
-15
/
+15
|
*
|
|
serial: kgdb_nmi: remove redundant initialization of variable c
Colin Ian King
2021-05-20
1
-1
/
+1
|
*
|
|
serial: sh-sci: Add support for RZ/G2L SoC
Biju Das
2021-05-20
2
-0
/
+12
|
*
|
|
tty: serial: meson: retrieve port FIFO size from DT
Neil Armstrong
2021-05-20
1
-1
/
+4
|
*
|
|
tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
[next]