summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2021-05-14serial: omap: fix rs485 half-duplex filteringDario Binacchi
2021-05-14serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi
2021-05-14serial: core: return early on unsupported ioctlsJohan Hovold
2021-05-14tty: fix return value for unsupported termiox ioctlsJohan Hovold
2021-05-14tty: fix return value for unsupported ioctlsJohan Hovold
2021-05-14serial: stm32: fix tx_empty conditionErwan Le Ray
2021-05-14serial: stm32: add FIFO flush when port is closedErwan Le Ray
2021-05-14serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray
2021-05-14serial: stm32: call stm32_transmit_chars lockedErwan Le Ray
2021-05-14serial: stm32: fix tx dma completion, release channelErwan Le Ray
2021-05-14serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun
2021-05-14serial: stm32: fix a deadlock in set_termiosErwan Le Ray
2021-05-14serial: stm32: fix wake-up flag handlingErwan Le Ray
2021-05-14serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray
2021-05-14serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray
2021-05-14serial: stm32: fix incorrect characters on consoleErwan Le Ray
2021-05-14serial: stm32: fix startup by enabling usart for receptionErwan Le Ray
2021-05-14serial: stm32: Use of_device_get_match_data()Stephen Boyd
2021-05-14serial: stm32: fix probe and remove order for dmaErwan Le Ray
2021-05-14serial: stm32: add "_usart" prefix in functions nameErwan Le Ray
2021-05-14serial: stm32: fix code cleaning warnings and checksErwan Le Ray
2021-05-14sc16is7xx: Defer probe if device read failsAnnaliese McDermond
2021-05-14tty: moxa: fix TIOCSSERIAL permission checkJohan Hovold
2021-05-14tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold
2021-05-14tty: moxa: fix TIOCSSERIAL jiffies conversionsJohan Hovold
2021-05-12tty: fix memory leak in vc_deallocatePavel Skripkin
2021-05-12tty: n_gsm: check error while registering tty devicesHillf Danton
2021-04-07soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi
2021-03-17Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan
2021-03-07tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds
2021-03-07tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds
2021-03-07tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds
2021-03-07tty: fix up hung_up_tty_read() conversionLinus Torvalds
2021-03-07tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds
2021-03-07vt/consolemap: do font sum unsignedJiri Slaby
2021-03-04tty: implement read_iterLinus Torvalds
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2021-03-04serial: stm32: fix DMA initialization error handlingErwan Le Ray
2021-02-23tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds
2021-01-29tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman
2021-01-20tty: implement write_iterLinus Torvalds
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek
2021-01-07riscv: Fix sifive serial driverDamien Le Moal
2020-12-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár
2020-12-17Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds