summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2021-04-22serial: lpc32xx_hs: drop low-latency workaroundJohan Hovold
2021-04-22serial: icom: drop low-latency workaroundJohan Hovold
2021-04-22serial: bcm63xx: drop low-latency workaroundJohan Hovold
2021-04-22serial: atmel_serial: drop low-latency workaroundJohan Hovold
2021-04-22serial: arc_uart: drop low-latency workaroundJohan Hovold
2021-04-22serial: ar933x: drop low-latency workaroundJohan Hovold
2021-04-22serial: apbuart: drop low-latency workaroundJohan Hovold
2021-04-22serial: amba-pl011: drop low-latency workaroundJohan Hovold
2021-04-22serial: amba-pl010: drop low-latency workaroundJohan Hovold
2021-04-22serial: altera_uart: drop low-latency workaroundJohan Hovold
2021-04-22serial: altera_jtaguart: drop low-latency workaroundJohan Hovold
2021-04-22serial: omap: fix rs485 half-duplex filteringDario Binacchi
2021-04-22serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi
2021-04-22serial: stm32: defer sysrq processingJohan Hovold
2021-04-22serial: stm32: fix threaded interrupt handlingJohan Hovold
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold
2021-04-15serial: sh-sci: remove obsolete latency workaroundUlrich Hecht
2021-04-15serial: 8250_aspeed_vuart: add aspeed, lpc-io-reg and aspeed, lpc-interrupts ...Zev Weiss
2021-04-15serial: 8250_aspeed_vuart: refactor sirq and lpc address setting codeZev Weiss
2021-04-10serial: Add missing MODULE_DEVICE_TABLEBixuan Cui
2021-04-10serial: core: return early on unsupported ioctlsJohan Hovold
2021-04-10serial: core: drop redundant TIOCGSERIAL memsetJohan Hovold
2021-04-05sc16is7xx: Defer probe if device read failsAnnaliese McDermond
2021-04-05tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman
2021-04-03Merge tag 'tty-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-04-02serial: 8250: Make symbol 'brcmuart_debugfs_root' staticZucheng Zheng
2021-04-02serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun
2021-03-28serial: 8250_of: Add nuvoton,wpcm450-uartJonathan Neuschäfer
2021-03-26serial: 8250: Add new 8250-core based Broadcom STB driverAl Cooper
2021-03-26soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi
2021-03-23serial: imx: drop workaround for forced irq threadingJohan Hovold
2021-03-23serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun
2021-03-23serial: stm32: update wakeup IRQ managementAlexandre Torgue
2021-03-23serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray
2021-03-23serial: stm32: rework wakeup managementErwan Le Ray
2021-03-23drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing
2021-03-23tty: max310x: fix flexible_array.cocci warningskernel test robot
2021-03-23tty: serial: 8250: delete redundant printing of return valueWang Qing
2021-03-23tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman
2021-03-10serial: stm32: add support for "flush_buffer" opsErwan Le Ray
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray
2021-03-10serial: stm32: add FIFO flush when port is closedErwan Le Ray
2021-03-10serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray
2021-03-10serial: stm32: call stm32_transmit_chars lockedErwan Le Ray
2021-03-10serial: stm32: fix tx dma completion, release channelErwan Le Ray
2021-03-10serial: stm32: fix a deadlock in set_termiosErwan Le Ray
2021-03-10serial: stm32: fix wake-up flag handlingErwan Le Ray