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
...
|
*
|
|
tty: serial: mux: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: icom: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
2021-05-13
1
-1
/
+1
|
*
|
|
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
1
-2
/
+2
|
*
|
|
tty: make tty_buffer_space_avail return uint
Jiri Slaby
2021-05-13
1
-2
/
+2
|
*
|
|
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-05-13
2
-3
/
+3
|
*
|
|
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2021-05-13
2
-2
/
+2
|
*
|
|
serial: 8250_omap: fix a timeout loop condition
Dan Carpenter
2021-05-13
1
-1
/
+1
|
*
|
|
serial: 8250: Add an empty line and remove some useless {}
Christophe JAILLET
2021-05-13
1
-2
/
+3
|
*
|
|
serial: 8250: Use 'hlist_for_each_entry' to simplify code
Christophe JAILLET
2021-05-13
1
-14
/
+4
|
*
|
|
serial: meson: remove redundant initialization of variable id
Colin Ian King
2021-05-13
1
-1
/
+2
|
*
|
|
serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
Jim Quinlan
2021-05-13
1
-0
/
+4
|
*
|
|
serial: qcom_geni_serial: redundant initialization to variable line
Colin Ian King
2021-05-13
1
-1
/
+1
|
*
|
|
serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping
Zev Weiss
2021-05-13
1
-8
/
+3
|
*
|
|
serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()
Zev Weiss
2021-05-13
1
-3
/
+2
|
*
|
|
serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper fu...
Zev Weiss
2021-05-13
1
-14
/
+24
|
*
|
|
tty: serial: samsung_tty: remove set but not used variables
Tian Tao
2021-05-13
1
-2
/
+1
|
*
|
|
serial: fsl_lpuart: disable DMA for console and fix sysrq
Michael Walle
2021-05-13
1
-0
/
+6
|
*
|
|
serial: fsl_lpuart: add loopback support
Michael Walle
2021-05-13
1
-2
/
+34
|
*
|
|
serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
Michael Walle
2021-05-13
1
-27
/
+1
|
*
|
|
serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
Michael Walle
2021-05-13
1
-11
/
+1
|
*
|
|
serial: fsl_lpuart: handle break and make sysrq work
Michael Walle
2021-05-13
1
-8
/
+24
|
*
|
|
serial: fsl_lpuart: split sysrq handling
Michael Walle
2021-05-13
1
-6
/
+6
|
*
|
|
serial: fsl_lpuart: don't restore interrupt state in ISR
Michael Walle
2021-05-13
1
-14
/
+8
|
*
|
|
serial: fsl_lpuart: use UARTDATA_MASK macro
Michael Walle
2021-05-13
1
-2
/
+2
|
*
|
|
serial: fsl_lpuart: don't modify arbitrary data on lpuart32
Michael Walle
2021-05-13
1
-1
/
+1
|
*
|
|
tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero
Sherry Sun
2021-05-13
1
-0
/
+3
*
|
|
|
Merge tag 'v5.13-rc6' into driver-core-next
Greg Kroah-Hartman
2021-06-14
1
-1
/
+5
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
serial: 8250_exar: Avoid NULL pointer dereference at ->exit()
Andy Shevchenko
2021-06-09
1
-1
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge 5.13-rc4 into driver-core-next
Greg Kroah-Hartman
2021-05-31
11
-71
/
+93
|
\
|
|
|
*
|
Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-05-29
9
-68
/
+91
|
|
\
\
|
|
*
|
Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"
Greg Kroah-Hartman
2021-05-28
1
-12
/
+0
|
|
*
|
serial: 8250_pci: handle FL_NOIRQ board flag
Christian Gmeiner
2021-05-27
1
-12
/
+17
|
|
*
|
serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'
Zheyu Ma
2021-05-21
1
-35
/
+17
|
|
*
|
serial: 8250_pci: Add support for new HPE serial device
Randy Wright
2021-05-20
1
-0
/
+18
|
|
*
|
serial: 8250: 8250_omap: Fix possible interrupt storm
Vignesh Raghavendra
2021-05-20
1
-0
/
+12
|
|
*
|
serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*
Andrew Jeffery
2021-05-20
1
-16
/
+17
|
|
*
|
serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART
Andrew Jeffery
2021-05-20
3
-0
/
+14
|
|
*
|
serial: 8250_dw: Add device HID for new AMD UART controller
Maximilian Luz
2021-05-13
1
-0
/
+1
|
|
*
|
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
Geert Uytterhoeven
2021-05-13
1
-2
/
+2
|
|
*
|
serial: core: fix suspicious security_locked_down() call
Ondrej Mosnacek
2021-05-13
1
-3
/
+5
|
|
*
|
serial: tegra: Fix a mask operation that is always true
Colin Ian King
2021-05-13
1
-1
/
+1
|
|
|
/
|
*
|
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
2021-05-13
1
-2
/
+4
|
*
|
Revert "serial: max310x: pass return value of spi_register_driver"
Greg Kroah-Hartman
2021-05-13
1
-2
/
+2
|
*
|
Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"
Greg Kroah-Hartman
2021-05-13
1
-3
/
+0
|
|
/
*
/
firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
Shawn Guo
2021-05-13
1
-1
/
+1
|
/
*
Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2021-04-27
1
-15
/
+8
|
\
|
*
Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Rafael J. Wysocki
2021-04-12
1
-15
/
+8
|
|
\
[prev]
[next]