summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2024-01-31serial: sc16is7xx: fix unconditional activation of THRI interruptHugo Villeneuve
2024-01-31serial: sc16is7xx: Use port lock wrappersThomas Gleixner
2024-01-31serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve
2024-01-31serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve
2024-01-31serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe errorHugo Villeneuve
2024-01-31serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve
2024-01-31serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve
2024-01-31serial: sc16is7xx: remove unused line structure memberHugo Villeneuve
2024-01-31serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve
2024-01-31serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve
2024-01-31serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve
2024-01-25serial: imx: Correct clock error message in function probe()Christoph Niedermaier
2024-01-25serial: imx: fix tx statemachine deadlockPaul Geurts
2024-01-25serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König
2024-01-25serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve
2024-01-25serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve
2024-01-25serial: omap: do not override settings for RS485 supportLino Sanfilippo
2024-01-25serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo
2024-01-25serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier
2024-01-25serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo
2024-01-25serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren
2024-01-25serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo
2024-01-25serial: core: fix sanitizing check for RTS settingsLino Sanfilippo
2023-12-13serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl
2023-12-13serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl
2023-12-13serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl
2023-12-13serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack
2023-12-13ARM: PL011: Fix DMA supportArnd Bergmann
2023-12-13serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko
2023-12-08serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve
2023-12-08serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang
2023-11-28tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin
2023-11-08tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams
2023-11-08tty: 8250: Add support for Intashield IX cardsCameron Williams
2023-11-08tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams
2023-11-08tty: 8250: Fix up PX-803/PX-857Cameron Williams
2023-11-08tty: 8250: Fix port count of PX-257Cameron Williams
2023-11-08tty: 8250: Add support for Intashield IS-100Cameron Williams
2023-11-08tty: 8250: Add support for Brainboxes UP cardsCameron Williams
2023-11-08tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams
2023-11-08tty: 8250: Remove UC-257 and UC-431Cameron Williams
2023-10-25serial: 8250: omap: convert to modern PM opsArnd Bergmann
2023-10-25serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven
2023-10-25serial: 8250_omap: Fix errors with no_console_suspendTony Lindgren
2023-10-25serial: 8250: omap: Fix imprecise external abort for omap_8250_pm()Tony Lindgren
2023-10-25serial: Reduce spinlocked portion of uart_rs485_config()Lukas Wunner
2023-10-25serial: Rename uart_change_speed() to uart_change_line_settings()Ilpo Järvinen
2023-10-25serial: Move uart_change_speed() earlierIlpo Järvinen
2023-10-06serial: 8250_port: Check IRQ data before useAndy Shevchenko
2023-09-23serial: cpm_uart: Avoid suspicious lockingChristophe Leroy