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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
serial: 8250: use THRE & __stop_tx also with DMA
Ilpo Järvinen
2
-5
/
+7
2022-04-26
serial: Store character timing information to uart_port
Ilpo Järvinen
1
-6
/
+8
2022-04-26
serial: 8250: dw: Improve RZN1 support
Phil Edworthy
1
-0
/
+2
2022-04-26
serial: 8250: dw: Add support for DMA flow controlling devices
Phil Edworthy
1
-0
/
+64
2022-04-26
serial: 8250: dw: Move the IO accessors to 8250_dwlib.h
Miquel Raynal
2
-16
/
+16
2022-04-26
serial: 8250: dw: Introduce an rx_timeout variable in the IRQ path
Miquel Raynal
1
-1
/
+2
2022-04-26
serial: 8250: dma: Allow driver operations before starting DMA transfers
Miquel Raynal
2
-0
/
+22
2022-04-26
serial: 8250: dw: Allow to use a fallback CPR value if not synthesized
Miquel Raynal
2
-3
/
+8
2022-04-26
serial: 8250: dw: Move the USR register to pdata
Miquel Raynal
2
-4
/
+9
2022-04-26
serial: 8250: dw: Create a generic platform data structure
Emil Renner Berthing
2
-8
/
+39
2022-04-26
serial: 8250: dw: Move definitions to the shared header
Phil Edworthy
2
-21
/
+26
2022-04-26
sysrq: do not omit current cpu when showing backtrace of all active CPUs
Changbin Du
1
-4
/
+9
2022-04-26
tty: hvcs: simplify if-if to if-else
Wan Jiabing
1
-3
/
+2
2022-04-26
tty/hvc_opal: simplify if-if to if-else
Wan Jiabing
1
-2
/
+2
2022-04-26
tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()
Daniel Starke
1
-6
/
+9
2022-04-22
printk: add functions to prefer direct printing
John Ogness
1
-0
/
+2
2022-04-22
serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device
Maciej W. Rozycki
1
-4
/
+4
2022-04-22
serial: 8250: Also set sticky MCR bits in console restoration
Maciej W. Rozycki
1
-1
/
+1
2022-04-22
tty: n_gsm: fix software flow control handling
Daniel Starke
1
-0
/
+16
2022-04-22
tty: n_gsm: fix invalid use of MSC in advanced option
Daniel Starke
1
-8
/
+117
2022-04-22
tty: n_gsm: fix broken virtual tty handling
Daniel Starke
1
-72
/
+15
2022-04-22
Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"
Hui Wang
1
-4
/
+2
2022-04-22
serial: stm32: add earlycon support
Valentin Caron
2
-0
/
+52
2022-04-22
serial: stm32: add KGDB support
Valentin Caron
1
-2
/
+35
2022-04-22
serial: stm32: remove infinite loop possibility in putchar function
Valentin Caron
2
-3
/
+11
2022-04-22
tty: Add function for handling flow control chars
Ilpo Järvinen
1
-11
/
+18
2022-04-22
serial: core: fix tcdrain() with CTS enabled
Tomasz Moń
1
-12
/
+14
2022-04-22
serial/8250: Use fifo in 8250 console driver
Wander Lairson Costa
1
-6
/
+65
2022-04-22
drivers: tty: serial: Fix deadlock in sa1100_set_termios()
Duoming Zhou
1
-2
/
+2
2022-04-22
tty/sysrq: change the definition of sysrq_key_table's element to make it more readable
Junwen Wu
1
-8
/
+6
2022-04-22
tty: serial: fsl_lpuart: remove the count initialization as it is not needed
Sherry Sun
1
-1
/
+1
2022-04-22
serial: allow COMPILE_TEST for some drivers
Jiri Slaby
2
-3
/
+5
2022-04-22
serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=y
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: qcom: use check for empty instead of pending
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: zs: use NULL as a pointer, not 0
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()
Jiri Slaby
1
-10
/
+7
2022-04-22
serial: xilinx_uartps: return early in cdns_uart_handle_tx()
Jiri Slaby
1
-29
/
+18
2022-04-22
serial: sunplus-uart: change sunplus_console_ports from global to static
Tom Rix
1
-1
/
+1
2022-04-22
tty: serial: meson: Added S4 SOC compatibility
Yu Tu
1
-0
/
+8
2022-04-22
tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in order to meet the baud rate requirements of special BT modules
Yu Tu
1
-2
/
+15
2022-04-22
serial: icom: remove unused struct icom_port members
Jiri Slaby
1
-19
/
+0
2022-04-22
serial: icom: delete empty serial hooks
Jiri Slaby
1
-11
/
+0
2022-04-22
serial: icom: use list_for_each_entry()
Jiri Slaby
1
-10
/
+6
2022-04-22
serial: icom: make icom_acfg_baud const and unsigned
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: icom: use ARRAY_SIZE
Jiri Slaby
1
-1
/
+1
2022-04-22
serial: icom: move header content to .c
Jiri Slaby
2
-276
/
+265
2022-04-22
serial: icom: use proper __le types and functions
Jiri Slaby
2
-32
/
+29
2022-04-22
serial: icom: remove to_icom_adapter() and icom_kref_release()
Jiri Slaby
1
-10
/
+3
2022-04-22
serial: icom: switch vague casts to container_of
Jiri Slaby
1
-90
/
+106
2022-04-22
serial: icom: remove ICOM_VERSION_STR macro
Jiri Slaby
1
-1
/
+0
[prev]
[next]