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
2024-04-09
serial: max3100: Switch to use dev_err_probe()
Andy Shevchenko
-9
/
+3
2024-04-09
serial: max3100: Remove duplicating irq field
Andy Shevchenko
-12
/
+10
2024-04-09
serial: max3100: Get crystal frequency via device property
Andy Shevchenko
-29
/
+20
2024-04-09
serial: max3100: Enable TIOCM_LOOP
Andy Shevchenko
-12
/
+14
2024-04-09
serial: core: Clearing the circular buffer before NULLifying it
Andy Shevchenko
-0
/
+1
2024-04-09
tty: serial: sc16is7xx: convert to use maple tree register cache
wangkaiyuan
-1
/
+1
2024-04-09
tty: serial: max310x: convert to use maple tree register cache
wangkaiyuan
-2
/
+2
2024-04-09
serial/pmac_zilog: Remove flawed mitigation for rx irq flood
Finn Thain
-14
/
+0
2024-04-09
serial: 8250_pci: Remove redundant PCI IDs
Andy Shevchenko
-6
/
+0
2024-04-09
serial: core: Fix regression when runtime PM is not enabled
Tony Lindgren
-1
/
+1
2024-04-09
serial: mxs-auart: add spinlock around changing cts state
Emil Kronborg
-2
/
+6
2024-04-09
serial: 8250_dw: Revert: Do not reclock if already at correct rate
Hans de Goede
-3
/
+3
2024-04-09
serial: 8250_lpc18xx: disable clks on error in probe()
Dan Carpenter
-1
/
+1
2024-04-09
serial: max3100: Update Kconfig entry
Andy Shevchenko
-2
/
+5
2024-04-09
serial: max3100: Remove unneeded forward declaration
Andy Shevchenko
-16
/
+14
2024-04-09
serial: max3100: Replace custom polling timeout with standard one
Andy Shevchenko
-20
/
+5
2024-04-09
serial: max3100: Remove custom HW shutdown support
Andy Shevchenko
-35
/
+7
2024-04-09
serial: max3100: Make struct plat_max3100 local
Andy Shevchenko
-20
/
+18
2024-04-09
serial: max3100: Fix bitwise types
Andy Shevchenko
-1
/
+4
2024-04-09
serial: max3100: Update uart_driver_registered on driver removal
Andy Shevchenko
-1
/
+3
2024-04-09
serial: max3100: Lock port->lock when calling uart_handle_cts_change()
Andy Shevchenko
-1
/
+12
2024-04-09
serial: 8250_of: Add clock_notifier
Bastien Curutchet
-0
/
+37
2024-04-09
serial: pmac_zilog: Drop usage of platform_driver_probe()
Uwe Kleine-König
-4
/
+5
2024-04-09
serial: ami: Mark driver struct with __refdata to prevent section mismatch
Uwe Kleine-König
-1
/
+7
2024-04-09
tty: vt: conmakehash: Don't mention the full path of the input in output
Uwe Kleine-König
-2
/
+13
2024-04-09
tty: n_gsm: replace deprecated strncpy with strscpy
Justin Stitt
-1
/
+1
2024-04-09
tty: hvc: Remove second semicolon
Colin Ian King
-1
/
+1
2024-04-09
serial: sifive: Remove 0 from fu540-c000-uart0 binding.
Sebastian Andrzej Siewior
-2
/
+2
2024-04-09
serial: pic32_uart: Replace of_gpio.h by proper one
Andy Shevchenko
-1
/
+1
2024-04-09
serial: 8250_omap: Remove unused of_gpio.h
Andy Shevchenko
-1
/
+0
2024-04-09
serial: 8250: Add preferred console in serial8250_isa_init_ports()
Tony Lindgren
-0
/
+34
2024-04-09
serial: core: Handle serial console options
Tony Lindgren
-0
/
+49
2024-04-09
serial: core: Add support for DEVNAME:0.0 style naming for kernel console
Tony Lindgren
-0
/
+86
2024-04-09
tty: atmel_serial: use single DMA mapping for RX
Jiri Slaby (SUSE)
-34
/
+22
2024-04-09
tty: atmel_serial: define macro for RX size
Jiri Slaby (SUSE)
-5
/
+5
2024-04-09
tty: atmel_serial: use single DMA mapping for TX
Jiri Slaby (SUSE)
-21
/
+14
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
-762
/
+657
2024-04-09
tty: msm_serial: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
-37
/
+49
2024-04-09
tty: 8250_omap: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
-3
/
+6
2024-04-09
tty: 8250_dma: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
-4
/
+8
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-2018
/
+2440
2024-03-15
Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-5
/
+2
2024-03-15
Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
-1
/
+1
2024-03-07
powerpc/macio: Make remove callback of macio driver void returned
Dawei Li
-5
/
+2
2024-03-06
serial: 8250_dw: Replace ACPI device check by a quirk
Andy Shevchenko
-25
/
+26
2024-03-05
Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"
Douglas Anderson
-4
/
+6
2024-03-05
tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabled
Sherry Sun
-2
/
+5
2024-03-05
serial: Lock console when calling into driver before registration
Peter Collingbourne
-6
/
+12
2024-03-05
serial: 8250_uniphier: Switch to use uart_read_port_properties()
Andy Shevchenko
-13
/
+4
2024-03-05
serial: 8250_tegra: Switch to use uart_read_port_properties()
Andy Shevchenko
-17
/
+9
[prev]
[next]