index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-21
serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'
Zheyu Ma
1
-35
/
+17
2021-05-21
Revert "serial: sh-sci: Add support for RZ/G2L SoC"
Greg Kroah-Hartman
2
-12
/
+0
2021-05-20
serial: 8250_pci: Add support for new HPE serial device
Randy Wright
1
-0
/
+18
2021-05-20
serial: 8250: 8250_omap: Fix possible interrupt storm
Vignesh Raghavendra
1
-0
/
+12
2021-05-20
serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*
Andrew Jeffery
1
-16
/
+17
2021-05-20
serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART
Andrew Jeffery
3
-0
/
+14
2021-05-20
tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb()
Lee Jones
1
-1
/
+1
2021-05-20
tty: serial: st-asc: Demote a kernel-doc formatting abuse
Lee Jones
1
-1
/
+1
2021-05-20
tty/serial: make port of serial8250_register_8250_port const
Jiri Slaby
1
-2
/
+2
2021-05-20
tty/serial: clean up uart_match_port
Jiri Slaby
1
-7
/
+9
2021-05-20
serial: liteuart: Add support for earlycon
Stafford Horne
2
-0
/
+22
2021-05-20
serial: sc16is7xx: Use devm_clk_get_optional()
Andy Shevchenko
1
-13
/
+13
2021-05-20
serial: max310x: Try to get crystal clock rate from property
Andy Shevchenko
1
-14
/
+26
2021-05-20
serial: drop irq-flags initialisations
Johan Hovold
7
-15
/
+15
2021-05-20
serial: kgdb_nmi: remove redundant initialization of variable c
Colin Ian King
1
-1
/
+1
2021-05-20
serial: sh-sci: Add support for RZ/G2L SoC
Biju Das
2
-0
/
+12
2021-05-20
tty: serial: meson: retrieve port FIFO size from DT
Neil Armstrong
1
-1
/
+4
2021-05-13
tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: mux: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: icom: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>
Zihao Tang
1
-1
/
+1
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_buffer_space_avail return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
serial: max310x: unregister uart driver in case of failure and abort
Atul Gopinathan
1
-2
/
+4
2021-05-13
Revert "serial: max310x: pass return value of spi_register_driver"
Greg Kroah-Hartman
1
-2
/
+2
2021-05-13
Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"
Greg Kroah-Hartman
1
-3
/
+0
2021-05-13
serial: 8250_dw: Add device HID for new AMD UART controller
Maximilian Luz
1
-0
/
+1
2021-05-13
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
Geert Uytterhoeven
1
-2
/
+2
2021-05-13
serial: core: fix suspicious security_locked_down() call
Ondrej Mosnacek
1
-3
/
+5
2021-05-13
serial: tegra: Fix a mask operation that is always true
Colin Ian King
1
-1
/
+1
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2
-3
/
+3
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2
-2
/
+2
2021-05-13
serial: 8250_omap: fix a timeout loop condition
Dan Carpenter
1
-1
/
+1
2021-05-13
serial: 8250: Add an empty line and remove some useless {}
Christophe JAILLET
1
-2
/
+3
2021-05-13
serial: 8250: Use 'hlist_for_each_entry' to simplify code
Christophe JAILLET
1
-14
/
+4
2021-05-13
serial: meson: remove redundant initialization of variable id
Colin Ian King
1
-1
/
+2
2021-05-13
serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271
Jim Quinlan
1
-0
/
+4
2021-05-13
serial: qcom_geni_serial: redundant initialization to variable line
Colin Ian King
1
-1
/
+1
2021-05-13
serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping
Zev Weiss
1
-8
/
+3
2021-05-13
serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()
Zev Weiss
1
-3
/
+2
2021-05-13
serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper functions
Zev Weiss
1
-14
/
+24
2021-05-13
firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
Shawn Guo
1
-1
/
+1
[prev]
[next]