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
2022-02-25
tty: serial: amba-pl010: use more uart_port pointers
Jiri Slaby
1
-90
/
+84
2022-02-25
tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helper
Jiri Slaby
1
-6
/
+4
2022-02-25
tty: serial: serial_txx9: remove info print from init
Jiri Slaby
1
-5
/
+0
2022-02-25
tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned
Jiri Slaby
1
-11
/
+11
2022-02-25
serial: 8250_lpss: Balance reference count for PCI DMA device
Andy Shevchenko
1
-6
/
+22
2022-02-25
serial: 8250_mid: Balance reference count for PCI DMA device
Andy Shevchenko
1
-4
/
+15
2022-02-25
serial: 8250_aspeed_vuart: replace snprintf with sysfs_emit
Yang Guang
1
-3
/
+3
2022-02-25
serial: 8250: Correct Kconfig help text for blacklisted PCI devices
Maciej W. Rozycki
1
-7
/
+9
2022-02-25
serial: mvebu-uart: implement support for baudrates higher than 230400 Bd
Pali Rohár
1
-18
/
+65
2022-02-25
serial: mvebu-uart: implement UART clock driver for configuring UART base clock
Pali Rohár
2
-2
/
+520
2022-02-25
sc16is7xx: Separate GPIOs from modem control lines
Lech Perczak
1
-4
/
+10
2022-02-25
sc16is7xx: Update status lines in single call
Lech Perczak
1
-10
/
+15
2022-02-25
sc16is7xx: Preserve EFR bits on update
Lech Perczak
1
-5
/
+19
2022-02-25
serial: 8250: Return early in .start_tx() if there are no chars to send
Steffen Trumtrar
1
-0
/
+3
2022-02-23
remove the h8300 architecture
Christoph Hellwig
1
-3
/
+2
2022-02-21
sc16is7xx: Fix for incorrect data being transmitted
Phil Elwell
1
-0
/
+3
2022-02-21
serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
Zev Weiss
2
-1
/
+9
2022-02-21
serial: 8250_mid: Remove unneeded test for ->setup() presence
Andy Shevchenko
1
-5
/
+3
2022-02-21
serial: 8250_mid: Get rid of custom MID_DEVICE() macro
Andy Shevchenko
1
-9
/
+7
2022-02-21
serial: sh-sci: Simplify multiplication/shift logic
Geert Uytterhoeven
1
-1
/
+1
2022-02-21
tty: serial: atmel: add earlycon support
Michael Walle
2
-0
/
+25
2022-02-15
Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
1
-1
/
+1
2022-02-14
serial: parisc: GSC: fix build when IOSAPIC is not set
Randy Dunlap
1
-1
/
+1
2022-02-14
Merge 5.17-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2022-02-11
tty: serial: imx: Add fast path when rs485 delays are 0
Harald Seiler
1
-4
/
+14
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
3
-8
/
+4
2022-02-08
serial: 8250_bcm2835aux: Add ACPI support
Adrien Thierry
1
-6
/
+46
2022-02-08
serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sources
Erwan Le Ray
1
-1
/
+2
2022-02-08
serial: mctrl_gpio: add a new API to enable / disable wake_irq
Erwan Le Ray
2
-0
/
+56
2022-02-04
serial: core: Drop duplicate NULL check in uart_*shutdown()
Andy Shevchenko
1
-4
/
+2
2022-02-04
serial: 8250_pericom: Revert "Re-enable higher baud rates"
Andy Shevchenko
1
-1
/
+1
2022-01-31
serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cards
Andy Shevchenko
1
-24
/
+13
2022-01-30
Merge tag 'v5.17-rc2' into tty-next
Greg Kroah-Hartman
6
-91
/
+140
2022-01-26
serial: mcf: use helpers in mcf_tx_chars()
Jiri Slaby
1
-4
/
+3
2022-01-26
serial: fsl_linflexuart: don't call uart_write_wakeup() twice
Jiri Slaby
1
-4
/
+0
2022-01-26
serial: fsl_linflexuart: deduplicate character sending
Jiri Slaby
1
-25
/
+17
2022-01-26
serial: atmel_serial: include circ_buf.h
Jiri Slaby
1
-0
/
+1
2022-01-26
serial: core: clean up EXPORT_SYMBOLs
Jiri Slaby
1
-11
/
+7
2022-01-26
tty: serial: fsl_lpuart: count tty buffer overruns
Sherry Sun
1
-7
/
+13
2022-01-26
serial: imx: reduce RX interrupt frequency
Tomasz Moń
1
-1
/
+1
2022-01-26
tty: serial: max3100: Remove redundant 'flush_workqueue()' calls
Xu Wang
1
-1
/
+0
2022-01-26
serial: core: Initialize rs485 RTS polarity already on probe
Lukas Wunner
2
-36
/
+13
2022-01-26
serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl
Jochen Mades
1
-2
/
+6
2022-01-26
serial: stm32: fix software flow control transfer
Valentin Caron
1
-1
/
+1
2022-01-26
serial: stm32: prevent TDR register overwrite when sending x_char
Valentin Caron
1
-0
/
+12
2022-01-26
serial: 8250: of: Fix mapped region size when using reg-offset property
Robert Hancock
1
-1
/
+10
2022-01-26
tty: Add support for Brainboxes UC cards.
Cameron Williams
1
-2
/
+98
2022-01-26
Revert "tty: serial: Use fifo in 8250 console driver"
Greg Kroah-Hartman
1
-55
/
+6
2022-01-14
Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-2
/
+13
2022-01-06
serial: core: Keep mctrl register state and cached copy in sync
Lukas Wunner
1
-1
/
+2
[prev]
[next]