index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
serial: 8250_dw: Use devm_add_action_or_reset()
Andy Shevchenko
1
-32
/
+31
2022-05-19
serial: 8250_dw: Update the list of OF headers used by driver
Andy Shevchenko
1
-2
/
+1
2022-05-19
serial: jsm: Use B0 instead of 0
Ilpo Järvinen
2
-2
/
+2
2022-05-19
serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTS
Ilpo Järvinen
1
-5
/
+3
2022-05-19
tty: remove IBSHIFT ifdefs
Ilpo Järvinen
1
-12
/
+3
2022-05-19
tty: remove BOTHER ifdefs
Ilpo Järvinen
3
-20
/
+7
2022-05-19
tty: remove CMSPAR ifdefs
Ilpo Järvinen
5
-18
/
+0
2022-05-19
tty: serial: samsung_tty: Fix suspend/resume on S5L
Hector Martin
1
-0
/
+1
2022-05-19
serial: pmac_zilog: remove initial print
Jiri Slaby
1
-2
/
+0
2022-05-19
serial: pmac_zilog: remove tracing prints
Jiri Slaby
1
-25
/
+1
2022-05-19
serial: pmac_zilog: remove unused uart_pmac_port::termios_cache
Jiri Slaby
2
-4
/
+0
2022-05-19
serial: pmac_zilog: remove unfinished DBDMA support
Jiri Slaby
2
-46
/
+1
2022-05-19
serial: amba-pl011: move header content to .c
Jiri Slaby
2
-37
/
+30
2022-05-19
tty: n_gsm: Fix packet data hex dump output
Tony Lindgren
1
-8
/
+23
2022-05-16
Merge 5.18-rc7 into usb-next
Greg Kroah-Hartman
4
-29
/
+43
2022-05-05
fsl_lpuart: Don't enable interrupts too early
Indan Zupancic
1
-9
/
+9
2022-05-05
tty: n_gsm: fix invalid gsmtty_write_room() result
Daniel Starke
1
-4
/
+3
2022-05-05
tty: n_gsm: fix mux activation issues in gsm_config()
Daniel Starke
1
-4
/
+8
2022-05-05
tty: n_gsm: fix buffer over-read in gsm_dlci_data()
Daniel Starke
1
-0
/
+1
2022-05-05
serial: 8250_mtk: Fix register address for XON/XOFF character
AngeloGioacchino Del Regno
1
-2
/
+5
2022-05-05
serial: 8250_mtk: Make sure to select the right FEATURE_SEL
AngeloGioacchino Del Regno
1
-0
/
+7
2022-05-05
serial: 8250_mtk: Fix UART_EFR register address
AngeloGioacchino Del Regno
1
-7
/
+8
2022-05-05
tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()
Yang Yingliang
1
-3
/
+2
2022-05-05
tty: hvc: dcc: Bind driver to CPU core0 for reads and writes
Shanker Donthineni
2
-4
/
+209
2022-05-05
serial: pch: inline pop_tx() into handle_tx()
Jiri Slaby
1
-18
/
+7
2022-05-05
serial: pch: simplify pop_tx() even more
Jiri Slaby
1
-7
/
+5
2022-05-05
serial: pch: remove xmit circ_buf size double check
Jiri Slaby
1
-6
/
+1
2022-05-05
serial: pch: remove debug print from pop_tx
Jiri Slaby
1
-5
/
+1
2022-05-05
serial: pch: decomission pch_uart_hal_write()
Jiri Slaby
1
-33
/
+13
2022-05-05
serial: pch: don't overwrite xmit->buf[0] by x_char
Jiri Slaby
1
-20
/
+7
2022-05-05
serial: pch: move size check from pop_tx one level up
Jiri Slaby
1
-6
/
+8
2022-05-05
serial: pic32: restore disabled irqs in pic32_uart_startup()
Jiri Slaby
1
-0
/
+2
2022-05-05
serial: pic32: free up irq names correctly
Jiri Slaby
1
-3
/
+6
2022-05-05
serial: pic32: don't zero members of kzalloc-ated structure
Jiri Slaby
1
-1
/
+0
2022-05-05
serial: pic32: don't assign pic32_sport::cts_gpio twice
Jiri Slaby
1
-1
/
+0
2022-05-05
serial: pic32: convert to_pic32_sport() to an inline
Jiri Slaby
1
-1
/
+5
2022-05-05
serial: pic32: remove pic32_get_port() macro
Jiri Slaby
1
-12
/
+4
2022-05-05
serial: pic32: simplify pic32_sport::enable_tx_irq handling
Jiri Slaby
1
-7
/
+6
2022-05-05
serial: pic32: simplify clk handling
Jiri Slaby
1
-23
/
+5
2022-05-05
serial: pic32: remove constants from struct pic32_sport
Jiri Slaby
1
-12
/
+3
2022-05-05
serial: pic32: move header content to .c
Jiri Slaby
2
-117
/
+103
2022-05-05
serial: pic32: remove unused items from the header
Jiri Slaby
1
-9
/
+0
2022-05-05
serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
Marek Vasut
2
-2
/
+41
2022-05-05
serial: stm32: Factor out GPIO RTS toggling into separate function
Marek Vasut
1
-21
/
+38
2022-05-05
serial: sifive: Remove duplicate `clkin_rate' setting
Maciej W. Rozycki
1
-8
/
+6
2022-05-05
serial: sifive: Report actual baud base rather than fixed 115200
Maciej W. Rozycki
1
-1
/
+1
2022-05-05
serial: 8250: Add proper clock handling for OxSemi PCIe devices
Maciej W. Rozycki
1
-68
/
+271
2022-05-05
serial: 8250: Export ICR access helpers for internal use
Maciej W. Rozycki
2
-21
/
+22
2022-05-05
serial: 8250: Fold EndRun device support into OxSemi Tornado code
Maciej W. Rozycki
1
-51
/
+25
2022-05-05
serial: men_z135_uart: Drop duplicated iotype assignment
Ilpo Järvinen
1
-1
/
+0
[next]