index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-14
Merge 5.17-rc4 into tty-next
Greg Kroah-Hartman
3
-4
/
+5
2022-02-11
tty: serial: imx: Add fast path when rs485 delays are 0
Harald Seiler
1
-4
/
+14
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
tty: Drop duplicate NULL check in TTY port functions
Andy Shevchenko
1
-7
/
+4
2022-02-04
amiserial: Drop duplicate NULL check in shutdown()
Andy Shevchenko
1
-4
/
+2
2022-02-04
vt_ioctl: add array_index_nospec to VT_ACTIVATE
Jakob Koschel
1
-0
/
+1
2022-02-04
vt_ioctl: fix array_index_nospec in vt_setactivate
Jakob Koschel
1
-1
/
+1
2022-02-04
serial: 8250_pericom: Revert "Re-enable higher baud rates"
Andy Shevchenko
1
-1
/
+1
2022-01-31
n_tty: wake up poll(POLLRDNORM) on receiving data
TATSUKAWA KOSUKE (立川 江介)
1
-2
/
+2
2022-01-31
serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cards
Andy Shevchenko
1
-24
/
+13
2022-01-31
tty: Replace acpi_bus_get_device()
Rafael J. Wysocki
1
-5
/
+2
2022-01-30
Merge tag 'v5.17-rc2' into tty-next
Greg Kroah-Hartman
8
-106
/
+169
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
mxser: switch from xmit_buf to kfifo
Jiri Slaby
1
-47
/
+27
2022-01-26
mxser: use tty_port xmit_buf helpers
Jiri Slaby
1
-15
/
+9
2022-01-26
mxser: fix xmit_buf leak in activate when LSR == 0xff
Jiri Slaby
1
-4
/
+11
2022-01-26
tty: tty_port_open, document shutdown vs failed activate
Jiri Slaby
1
-0
/
+3
2022-01-26
tty: add kfifo to tty_port
Jiri Slaby
1
-1
/
+5
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
tty: n_gsm: fix SW flow control encoding/handling
daniel.starke@siemens.com
1
-1
/
+3
2022-01-26
serial: 8250: of: Fix mapped region size when using reg-offset property
Robert Hancock
1
-1
/
+10
2022-01-26
tty: rpmsg: Fix race condition releasing tty port
Arnaud Pouliquen
1
-14
/
+26
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
[next]