summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2024-02-05tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCI...Crescent CY Hsieh1-1/+57
2024-01-31serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve1-5/+6
2024-01-31serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve1-44/+41
2024-01-31serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe errorHugo Villeneuve1-26/+18
2024-01-31serial: sc16is7xx: fix unconditional activation of THRI interruptHugo Villeneuve1-5/+2
2024-01-31serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve1-6/+11
2024-01-31serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve1-23/+26
2024-01-31serial: sc16is7xx: remove unused line structure memberHugo Villeneuve1-2/+0
2024-01-31serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve1-6/+9
2024-01-31serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve1-6/+8
2024-01-31serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve1-62/+81
2024-01-25serial: apbuart: fix console prompt on qemuSam Ravnborg1-1/+1
2024-01-25serial: imx: Correct clock error message in function probe()Christoph Niedermaier1-1/+1
2024-01-25serial: imx: fix tx statemachine deadlockPaul Geurts1-2/+2
2024-01-25serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König1-1/+1
2024-01-25serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve1-1/+2
2024-01-25serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve1-1/+4
2024-01-25serial: omap: do not override settings for RS485 supportLino Sanfilippo1-13/+14
2024-01-25serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo1-2/+3
2024-01-25serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier1-11/+12
2024-01-25serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo2-7/+3
2024-01-25serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren1-0/+2
2024-01-25serial: core: set missing supported flag for RX during TX GPIOLino Sanfilippo1-0/+2
2024-01-25serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo1-1/+1
2024-01-25serial: core: fix sanitizing check for RTS settingsLino Sanfilippo1-10/+18
2024-01-25serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo3-12/+26
2023-12-07serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko1-0/+1
2023-12-07serial: ma35d1: Validate console index before assignmentAndi Shyti1-1/+9
2023-11-23ARM: PL011: Fix DMA supportArnd Bergmann1-58/+54
2023-11-23serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack1-0/+12
2023-11-23serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl1-2/+2
2023-11-23serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl1-0/+1
2023-11-23serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl1-4/+6
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds85-1541/+3081
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-24serial: core: Fix runtime PM handling for pending txTony Lindgren1-1/+1
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik1-15/+1
2023-10-21tty: 8250: Add note for PX-835Cameron Williams1-1/+1
2023-10-21tty: 8250: Fix IS-200 PCI ID commentCameron Williams1-1/+1
2023-10-21tty: 8250: Add Brainboxes Oxford Semiconductor-based quirksCameron Williams1-0/+147
2023-10-21tty: 8250: Add support for Intashield IX cardsCameron Williams1-0/+21
2023-10-21tty: 8250: Add support for additional Brainboxes PX cardsCameron Williams1-0/+29
2023-10-21tty: 8250: Fix up PX-803/PX-857Cameron Williams1-3/+3
2023-10-21tty: 8250: Fix port count of PX-257Cameron Williams1-1/+1
2023-10-21tty: 8250: Add support for Intashield IS-100Cameron Williams1-0/+6
2023-10-21tty: 8250: Add support for Brainboxes UP cardsCameron Williams1-0/+60
2023-10-21tty: 8250: Add support for additional Brainboxes UC cardsCameron Williams1-0/+57
2023-10-21tty: 8250: Remove UC-257 and UC-431Cameron Williams1-8/+1
2023-10-21serial: 8250_omap: Set the console genpd always on if no console suspendThomas Richard1-5/+28