summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-03-01serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo
2024-03-01serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo
2024-02-23serial: mxs-auart: fix txJiri Slaby (SUSE)
2024-02-23serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve
2024-02-23serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve
2024-02-23serial: max310x: improve crystal stable clock detectionHugo Villeneuve
2024-02-23serial: max310x: set default value when reading clock ready bitHugo Villeneuve
2024-02-23serial: core: Fix atomicity violation in uart_tiocmgetGui-Dong Han
2024-02-05tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCI...Crescent CY Hsieh
2024-02-05tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTOREAdrian Reber
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: fix unconditional activation of THRI interruptHugo 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: apbuart: fix console prompt on qemuSam Ravnborg
2024-01-25serial: imx: Correct clock error message in function probe()Christoph Niedermaier
2024-01-25usb: cdc-acm: return correct error code on unsupported breakOliver Neukum
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: set missing supported flag for RX during TX GPIOLino Sanfilippo
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
2024-01-25serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo
2023-12-07serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko
2023-12-07serial: ma35d1: Validate console index before assignmentAndi Shyti
2023-11-23ARM: PL011: Fix DMA supportArnd Bergmann
2023-11-23serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack
2023-11-23serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl
2023-11-23serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl
2023-11-23serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-27serdev: Replace custom code with device_match_acpi_handle()Andy Shevchenko