index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Lines
2024-01-04
tty: serial: Add RS422 flag to struct serial_rs485
Crescent CY Hsieh
-0
/
+6
2024-01-04
serial: core: Clean up uart_update_timeout() function
Vamshi Gajjela
-4
/
+3
2023-12-15
tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCI...
Crescent CY Hsieh
-1
/
+57
2023-12-15
tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probe
Théo Lebrun
-7
/
+18
2023-12-15
tty: serial: amba-pl011: unindent pl011_console_get_options function body
Théo Lebrun
-22
/
+21
2023-12-15
tty: serial: amba-pl011: fix miscellaneous checkpatch warnings
Théo Lebrun
-7
/
+6
2023-12-15
tty: serial: amba-pl011: fix formatting of conditions
Théo Lebrun
-12
/
+14
2023-12-15
tty: serial: amba-pl011: avoid quoted string split across lines
Théo Lebrun
-8
/
+8
2023-12-15
tty: serial: amba-pl011: replace TIOCMBIT macros by static functions
Théo Lebrun
-21
/
+24
2023-12-15
tty: serial: amba-pl011: fix whitespace formatting
Théo Lebrun
-52
/
+45
2023-12-15
serial: 8250-fsl: Only do the break workaround if IIR signals RLSI
Uwe Kleine-König
-1
/
+2
2023-12-15
serial: ma35d1: Fix spelling mistake "ononsole" -> "console"
Colin Ian King
-1
/
+1
2023-12-15
serial: sc16is7xx: fix unconditional activation of THRI interrupt
Hugo Villeneuve
-5
/
+2
2023-12-15
serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO
Hugo Villeneuve
-6
/
+11
2023-12-15
serial: sc16is7xx: change EFR lock to operate on each channels
Hugo Villeneuve
-23
/
+26
2023-12-15
serial: sc16is7xx: remove unused line structure member
Hugo Villeneuve
-2
/
+0
2023-12-15
serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
Hugo Villeneuve
-6
/
+9
2023-12-15
serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
Hugo Villeneuve
-6
/
+8
2023-12-15
serial: esp32_uart: Use device_get_match_data()
Rob Herring
-7
/
+3
2023-12-15
serial: esp32_acm: Add explicit platform_device.h include
Rob Herring
-1
/
+1
2023-12-12
tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
Peter Griffin
-0
/
+16
2023-12-11
Merge 6.7-rc5 into tty-next
Greg Kroah-Hartman
-65
/
+85
2023-12-08
tty: make tty_operations::send_xchar accept u8 char
Jiri Slaby (SUSE)
-1
/
+1
2023-12-08
serial: msm: Use OPP table for DVFS support
Stephan Gerhold
-2
/
+17
2023-12-08
serial: ucc_uart: Fix multiple address space type errors
Christophe Leroy
-14
/
+14
2023-12-08
serial: imx: fix tx statemachine deadlock
Paul Geurts
-2
/
+2
2023-12-07
serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART
Andy Shevchenko
-0
/
+1
2023-12-07
serial: ma35d1: Validate console index before assignment
Andi Shyti
-1
/
+9
2023-11-28
serial: 8250_dw: Decouple DLF register check from UCV
Vamshi Gajjela
-11
/
+11
2023-11-25
serial: max310x: change confusing comment about Tx FIFO
Hugo Villeneuve
-1
/
+1
2023-11-25
serial: sc16is7xx: change confusing comment about Tx FIFO
Hugo Villeneuve
-1
/
+1
2023-11-25
serial: core: Revert checks for tx runtime PM state
Tony Lindgren
-1
/
+1
2023-11-25
serial: core: Move tty and serdev to be children of serial core port device
Tony Lindgren
-3
/
+4
2023-11-25
serial: uartlite: Use dynamic allocation for major number when uart ports > 4
Manikanta Guntupalli
-0
/
+8
2023-11-25
serial: xilinx_uartps: Fix kernel doc about .remove()'s return code
Uwe Kleine-König
-2
/
+0
2023-11-23
ARM: PL011: Fix DMA support
Arnd Bergmann
-58
/
+54
2023-11-23
serial: sc16is7xx: address RX timeout interrupt errata
Daniel Mack
-0
/
+12
2023-11-23
serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
Ronald Wahl
-2
/
+2
2023-11-23
serial: 8250_omap: Add earlycon support for the AM654 UART controller
Ronald Wahl
-0
/
+1
2023-11-23
serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
Ronald Wahl
-4
/
+6
2023-11-23
serial: sh-sci: convert not to use dma_request_slave_channel()
Christophe JAILLET
-4
/
+3
2023-11-23
serial: mxs-auart: convert not to use dma_request_slave_channel()
Christophe JAILLET
-4
/
+10
2023-11-23
serial: amba-pl011: convert not to use dma_request_slave_channel()
Christophe JAILLET
-3
/
+3
2023-11-23
serial: imx: convert not to use dma_request_slave_channel()
Christophe JAILLET
-6
/
+11
2023-11-23
serial: atmel: convert not to use dma_request_slave_channel()
Christophe JAILLET
-4
/
+12
2023-11-23
serial: sc16is7xx: improve regmap debugfs by using one regmap per port
Hugo Villeneuve
-62
/
+81
2023-11-23
serial: sunsab: remove trailing whitespaces
Hugo Villeneuve
-8
/
+8
2023-11-23
serial: sifive: Declare PM operations as static
Samuel Holland
-2
/
+2
2023-11-23
tty: serial: uartlite: Document uartlite_data in kernel-doc style
Sean Anderson
-5
/
+5
2023-11-23
tty: serial_cs: remove unused struct serial_cfg_mem
Jiri Slaby (SUSE)
-6
/
+0
[prev]
[next]