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
Age
Commit message (
Expand
)
Author
Lines
2025-01-13
tty: xilinx_uartps: split sysrq handling
Sean Anderson
-5
/
+3
2025-01-13
Merge 6.13-rc7 into tty-next
Greg Kroah-Hartman
-4
/
+7
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
-4
/
+7
2025-01-12
drivers: remove get_task_comm() and print task comm directly
Yafang Shao
-2
/
+1
2025-01-10
serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()"
John Ogness
-0
/
+3
2025-01-10
serial: 8250: Switch to nbcon console
John Ogness
-39
/
+176
2025-01-10
serial: 8250: Provide flag for IER toggling for RS485
John Ogness
-16
/
+20
2025-01-10
serial: 8250: Use high-level writing function for FIFO
John Ogness
-4
/
+10
2025-01-10
serial: 8250: Use frame time to determine timeout
John Ogness
-2
/
+10
2025-01-10
serial: 8250: Adjust the timeout for FIFO mode
John Ogness
-6
/
+26
2025-01-10
tty: atmel_serial: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
-14
/
+4
2025-01-10
serial: sc16is7xx: Add polling mode if no IRQ pin is available
Andre Werner
-0
/
+37
2025-01-10
tty: serial: atmel: make it selectable for ARCH_LAN969X
Robert Marko
-1
/
+1
2025-01-10
tty: mips_ejtag_fdc: fix one more u8 warning
Jiri Slaby (SUSE)
-2
/
+2
2025-01-07
tty: n_gsm: Fix control dlci ADM mode processing
Ivaylo Dimitrov
-7
/
+7
2025-01-07
tty: n_gsm: wait until channel 0 is ready
Ivaylo Dimitrov
-8
/
+23
2025-01-07
tty: serial: fsl_lpuart: flush RX and TX FIFO when lpuart shutdown
Sherry Sun
-0
/
+5
2025-01-07
tty: serial: fsl_lpuart: increase maximum uart_nr to 12
Sherry Sun
-1
/
+1
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
-2
/
+2
2024-12-23
serial: amba-pl011: Fix RTS handling in RS485 mode
Miroslav Ondra
-30
/
+96
2024-12-23
serial: stm32: use port lock wrappers for break control
Ben Wolsieffer
-2
/
+2
2024-12-23
serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()
Xiaolei Wang
-2
/
+2
2024-12-23
tty: serial: 8250: Fix another runtime PM usage counter underflow
Ilpo Järvinen
-0
/
+3
2024-12-23
serial: 8250: Explain the role of @read_status_mask
John Ogness
-0
/
+12
2024-12-23
serial: 8250: Never adjust UART_LSR_DR in @read_status_mask
John Ogness
-3
/
+0
2024-12-23
serial: 8250: Do not set UART_LSR_THRE in @read_status_mask
John Ogness
-2
/
+2
2024-12-23
serial: 8250: Use @ier bits to determine if Rx is stopped
John Ogness
-1
/
+1
2024-12-23
8250: microchip: pci1xxxx: Add workaround for RTS bit toggle
Rengarajan S
-1
/
+59
2024-12-16
Merge 6.13-rc3 into tty-next
Greg Kroah-Hartman
-2
/
+32
2024-12-14
Merge tag 'tty-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-1
/
+31
2024-12-14
tty: Make sysctl table const
Ricardo B. Marliere
-1
/
+1
2024-12-14
tty: serial: extract uart_change_port() from uart_set_info()
Jiri Slaby (SUSE)
-56
/
+58
2024-12-14
tty: serial: get rid of exit label from uart_set_info()
Jiri Slaby (SUSE)
-65
/
+51
2024-12-14
tty: serial_core: use more guard(mutex)
Jiri Slaby (SUSE)
-52
/
+31
2024-12-14
serial: altera_uart: Use KBUILD_MODNAME
Tobias Klauser
-4
/
+3
2024-12-06
tty: serial: Work around warning backtrace in serial8250_set_defaults
Guenter Roeck
-1
/
+2
2024-12-04
serial: sh-sci: Check if TX data was written to device in .tx_empty()
Claudiu Beznea
-0
/
+29
2024-12-04
serial: 8250_pci: Share WCH IDs with parport_serial driver
Andy Shevchenko
-8
/
+2
2024-12-04
serial: 8250_pci: Resolve WCH vendor ID ambiguity
Andy Shevchenko
-41
/
+41
2024-12-04
serial: mpc52xx: Fix typo in mpc52xx_uart.c
Zhu Jun
-1
/
+1
2024-12-04
serial: 8250_port: Assign UPIO_UNKNOWN instead of its direct value
Andy Shevchenko
-1
/
+1
2024-12-04
serial: sh-sci: Use plain struct copy in early_console_setup()
Geert Uytterhoeven
-1
/
+1
2024-12-04
serial: altera_jtaguart: Use KBUILD_MODNAME
Tobias Klauser
-5
/
+3
2024-12-04
serial: altera_jtaguart: Use device name when requesting IRQ
Tobias Klauser
-1
/
+1
2024-12-03
module: Convert default symbol namespace to string literal
Masahiro Yamada
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-9
/
+9
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
-3
/
+3
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-217
/
+328
2024-11-30
Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"
Greg Kroah-Hartman
-28
/
+0
2024-11-26
Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-5
/
+7
[prev]
[next]