summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-03-02vt: fix unicode buffer corruption when deleting charactersNicolas Pitre
2024-03-02serial: port: Don't suspend if the port is still busyYicong Yang
2024-03-02serial: 8250_dw: Do not reclock if already at correct ratePeter Collingbourne
2024-03-02tty: serial: imx: Fix broken RS485Rickard x Andersson
2024-03-02serial: pch: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: pch: Remove eg20t_port::lock.Sebastian Andrzej Siewior
2024-03-02serial: pch: Don't initialize uart_port's spin_lock.Sebastian Andrzej Siewior
2024-03-02serial: pch: Don't disable interrupts while acquiring lock in ISR.Sebastian Andrzej Siewior
2024-03-02serial: pch: Make push_rx() return void.Sebastian Andrzej Siewior
2024-03-02serial: pch: Invoke handle_rx_to() directly.Sebastian Andrzej Siewior
2024-03-02serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2024-03-02serial: sunplus: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: omap: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: msm: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: bcm63xx: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: ar933x: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2024-03-02serial: 8250_dw: Emit an error message if getting the baudclk failedUwe Kleine-König
2024-03-02serial: 8250: Use serial8250_do_set_termios for uartclk updatingSerge Semin
2024-03-02serial: st-asc: don't get/put GPIOs in atomic contextBartosz Golaszewski
2024-03-02serial: samsung: honor fifosize from dts at firstTamseel Shams
2024-03-02drivers/tty/serial: Remove unused function early_mcf_setupThomas Huth
2024-03-02serial: 8250_pci1xxxx: Drop quirk from 8250_portAndy Shevchenko
2024-03-02serial: 8250_exar: Don't use "proxy" headersAndy Shevchenko
2024-03-02serial: 8250_exar: Use 8250 PCI library to map and assign resourcesAndy Shevchenko
2024-03-02serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2024-03-02serial: 8250_exar: Use generic function to set firmware nodeAndy Shevchenko
2024-03-02serial: 8250_exar: Clear interrupts before registering handlerAndy Shevchenko
2024-03-02serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacksAndy Shevchenko
2024-03-02serial: 8250_exar: Don't remove GPIO device on suspendAndy Shevchenko
2024-02-27Merge 6.8-rc6 into tty-nextGreg Kroah-Hartman
2024-02-23tty: mips_ejtag_fdc: Fix passing incompatible pointer type warningSerge Semin
2024-02-19serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo
2024-02-19serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo
2024-02-19tty: hvc: Don't enable the RISC-V SBI console by defaultPalmer Dabbelt
2024-02-19serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-19tty: goldfish: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-19tty: amiserial: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-19Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman
2024-02-18tty: Don't include tty_buffer.h in tty.hIlpo Järvinen
2024-02-18serial: 8250_of: Drop quirk fot NPCM from 8250_portAndy Shevchenko
2024-02-18tty: jsm: Remove redundant assignment to variable linestatusColin Ian King
2024-02-18serial: lpc32xx_hs: remove redundant check and assignment of hsu_rateColin Ian King
2024-02-18serial: 8250_bcm7271: Replace custom unit definitionsAndy Shevchenko
2024-02-17serial: 8250_pci1xxxx: Don't use "proxy" headersAndy Shevchenko