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
2022-06-20
Merge tag 'v5.19-rc3' into tty-next
Greg Kroah-Hartman
-5
/
+11
2022-06-15
serial: qcom_geni_serial: Disable MMIO tracing for geni serial
Sai Prakash Ranjan
-0
/
+3
2022-06-10
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
-0
/
+2
2022-06-10
tty: Use flow-control char function on closing path
Ilpo Järvinen
-9
/
+4
2022-06-10
tty: Implement lookahead to process XON/XOFF timely
Ilpo Järvinen
-25
/
+146
2022-06-10
serial: 8250: Remove serial_rs485 sanitization from em485
Ilpo Järvinen
-16
/
+2
2022-06-10
serial: sc16is7xx: Remove serial_rs485 assignment
Ilpo Järvinen
-1
/
+0
2022-06-10
serial: mcf: Remove serial_rs485 assignment
Ilpo Järvinen
-1
/
+0
2022-06-10
serial: 8250_exar: Remove serial_rs485 assignment
Ilpo Järvinen
-2
/
+0
2022-06-10
serial: max310x: Remove serial_rs485 sanitization
Ilpo Järvinen
-2
/
+0
2022-06-10
serial: imx: Remove serial_rs485 sanitization
Ilpo Järvinen
-4
/
+0
2022-06-10
serial: fsl_lpuart: Call core's sanitization and remove custom one
Ilpo Järvinen
-17
/
+0
2022-06-10
serial: pl011: Remove serial_rs485 sanitization
Ilpo Järvinen
-5
/
+0
2022-06-10
serial: 8250_pci: Remove serial_rs485 sanitization
Ilpo Järvinen
-14
/
+0
2022-06-10
serial: 8250: lpc18xx: Remove serial_rs485 sanitization
Ilpo Järvinen
-13
/
+0
2022-06-10
serial: 8250_fintek: Remove serial_rs485 sanitization
Ilpo Järvinen
-14
/
+0
2022-06-10
serial: 8250_dwlib: Remove serial_rs485 sanitization
Ilpo Järvinen
-10
/
+0
2022-06-10
serial: return -EINVAL for non-legacy RS485 flags
Ilpo Järvinen
-0
/
+24
2022-06-10
serial: Clear rs485 struct when non-RS485 mode is set
Ilpo Järvinen
-1
/
+11
2022-06-10
serial: Sanitize rs485_struct
Ilpo Järvinen
-4
/
+29
2022-06-10
serial: stm32: Fill in rs485_supported
Ilpo Järvinen
-0
/
+8
2022-06-10
serial: sc16is7xx: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: omap: Fill in rs485_supported
Ilpo Järvinen
-0
/
+8
2022-06-10
serial: mcf: Fill in rs485_supported
Ilpo Järvinen
-0
/
+6
2022-06-10
serial: max310x: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: imx: Fill in rs485_supported
Ilpo Järvinen
-0
/
+13
2022-06-10
serial: fsl_lpuart: Fill in rs485_supported
Ilpo Järvinen
-0
/
+6
2022-06-10
serial: atmel: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: ar933x: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: pl011: Fill in rs485_supported
Ilpo Järvinen
-0
/
+8
2022-06-10
serial: 8250_pci: Fill in rs485_supported for pci_fintek
Ilpo Järvinen
-0
/
+6
2022-06-10
serial: 8250_of: Use serial8250_em485_supported
Ilpo Järvinen
-0
/
+1
2022-06-10
serial: 8250_lpc18cc: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: 8250_fintek: Fill in rs485_supported
Ilpo Järvinen
-0
/
+15
2022-06-10
serial: 8250_exar: Fill in rs485_supported
Ilpo Järvinen
-0
/
+12
2022-06-10
serial: 8250_dwlib: Fill in rs485_supported
Ilpo Järvinen
-0
/
+7
2022-06-10
serial: 8250_bcm2835aux: Use serial8250_em485_supported
Ilpo Järvinen
-0
/
+1
2022-06-10
serial: 8250: Create serial8250_em485_supported for em485 users
Ilpo Järvinen
-0
/
+9
2022-06-10
serial: Add rs485_supported to uart_port
Ilpo Järvinen
-0
/
+1
2022-06-10
serial: Move serial_rs485 sanitization into separate function
Ilpo Järvinen
-25
/
+30
2022-06-10
serial: Add uart_rs485_config()
Ilpo Järvinen
-7
/
+11
2022-06-10
serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()
Ilpo Järvinen
-0
/
+3
2022-06-10
serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()
Ilpo Järvinen
-2
/
+2
2022-06-10
serial: 8250: Adjust misleading LSR related comment
Ilpo Järvinen
-3
/
+5
2022-06-10
serial: 8250: Get preserved flags using serial_lsr_in()
Ilpo Järvinen
-1
/
+1
2022-06-10
serial: 8250: Create serial_lsr_in()
Ilpo Järvinen
-13
/
+25
2022-06-10
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
-0
/
+2
2022-06-10
serial: 8250: handle __start_tx() call in start_tx()
Ilpo Järvinen
-11
/
+10
2022-06-10
serial: 8250: kill __do_stop_tx()
Ilpo Järvinen
-7
/
+3
2022-06-10
tty: vt: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
-2
/
+2
[prev]
[next]