aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-06-27tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()Jiri Slaby1-5/+4
2022-06-27tty/vt: consolemap: use ARRAY_SIZE(), part II.Jiri Slaby1-2/+2
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-2/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-2/+0
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko1-2/+2
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman5-5/+11
2022-06-15serial: qcom_geni_serial: Disable MMIO tracing for geni serialSai Prakash Ranjan1-0/+3
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-10tty: Use flow-control char function on closing pathIlpo Järvinen1-9/+4
2022-06-10tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen3-25/+146
2022-06-10serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen1-16/+2
2022-06-10serial: sc16is7xx: Remove serial_rs485 assignmentIlpo Järvinen1-1/+0
2022-06-10serial: mcf: Remove serial_rs485 assignmentIlpo Järvinen1-1/+0
2022-06-10serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen1-2/+0
2022-06-10serial: max310x: Remove serial_rs485 sanitizationIlpo Järvinen1-2/+0
2022-06-10serial: imx: Remove serial_rs485 sanitizationIlpo Järvinen1-4/+0
2022-06-10serial: fsl_lpuart: Call core's sanitization and remove custom oneIlpo Järvinen1-17/+0
2022-06-10serial: pl011: Remove serial_rs485 sanitizationIlpo Järvinen1-5/+0
2022-06-10serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen1-14/+0
2022-06-10serial: 8250: lpc18xx: Remove serial_rs485 sanitizationIlpo Järvinen1-13/+0
2022-06-10serial: 8250_fintek: Remove serial_rs485 sanitizationIlpo Järvinen1-14/+0
2022-06-10serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen1-10/+0
2022-06-10serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen1-0/+24
2022-06-10serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen1-1/+11
2022-06-10serial: Sanitize rs485_structIlpo Järvinen1-4/+29
2022-06-10serial: stm32: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-06-10serial: sc16is7xx: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: omap: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-06-10serial: mcf: Fill in rs485_supportedIlpo Järvinen1-0/+6
2022-06-10serial: max310x: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: imx: Fill in rs485_supportedIlpo Järvinen1-0/+13
2022-06-10serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen1-0/+6
2022-06-10serial: atmel: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: ar933x: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: pl011: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-06-10serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen1-0/+6
2022-06-10serial: 8250_of: Use serial8250_em485_supportedIlpo Järvinen1-0/+1
2022-06-10serial: 8250_lpc18cc: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: 8250_fintek: Fill in rs485_supportedIlpo Järvinen1-0/+15
2022-06-10serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen1-0/+12
2022-06-10serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: 8250_bcm2835aux: Use serial8250_em485_supportedIlpo Järvinen1-0/+1
2022-06-10serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen2-0/+9
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+1
2022-06-10serial: Move serial_rs485 sanitization into separate functionIlpo Järvinen1-25/+30
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen5-7/+11
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen1-2/+2
2022-06-10serial: 8250: Adjust misleading LSR related commentIlpo Järvinen1-3/+5
2022-06-10serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen1-1/+1