summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-05-14serial: omap: fix rs485 half-duplex filteringDario Binacchi1-15/+24
2021-05-14serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi1-8/+4
2021-05-14serial: core: return early on unsupported ioctlsJohan Hovold1-3/+3
2021-05-14tty: fix return value for unsupported termiox ioctlsJohan Hovold1-2/+2
2021-05-14tty: fix return value for unsupported ioctlsJohan Hovold1-4/+4
2021-05-14serial: stm32: fix tx_empty conditionErwan Le Ray2-4/+4
2021-05-14serial: stm32: add FIFO flush when port is closedErwan Le Ray1-0/+5
2021-05-14serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray1-3/+3
2021-05-14serial: stm32: call stm32_transmit_chars lockedErwan Le Ray1-0/+3
2021-05-14serial: stm32: fix tx dma completion, release channelErwan Le Ray1-0/+1
2021-05-14serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun1-2/+2
2021-05-14serial: stm32: fix a deadlock in set_termiosErwan Le Ray1-6/+6
2021-05-14serial: stm32: fix wake-up flag handlingErwan Le Ray1-13/+19
2021-05-14serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray1-12/+15
2021-05-14serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray1-14/+9
2021-05-14serial: stm32: fix incorrect characters on consoleErwan Le Ray1-1/+11
2021-05-14serial: stm32: fix startup by enabling usart for receptionErwan Le Ray1-1/+2
2021-05-14serial: stm32: Use of_device_get_match_data()Stephen Boyd2-38/+35
2021-05-14serial: stm32: fix probe and remove order for dmaErwan Le Ray1-13/+44
2021-05-14serial: stm32: add "_usart" prefix in functions nameErwan Le Ray1-171/+177
2021-05-14serial: stm32: fix code cleaning warnings and checksErwan Le Ray1-18/+15
2021-05-14sc16is7xx: Defer probe if device read failsAnnaliese McDermond1-1/+1
2021-05-14tty: moxa: fix TIOCSSERIAL permission checkJohan Hovold1-5/+11
2021-05-14tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold1-0/+1
2021-05-14tty: moxa: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-2/+2
2021-05-12tty: fix memory leak in vc_deallocatePavel Skripkin1-0/+1
2021-05-12tty: n_gsm: check error while registering tty devicesHillf Danton1-2/+12
2021-04-07soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi1-7/+0
2021-03-17Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan1-24/+5
2021-03-07tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds1-7/+19
2021-03-07tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds1-10/+42
2021-03-07tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds1-20/+9
2021-03-07tty: fix up hung_up_tty_read() conversionLinus Torvalds1-4/+5
2021-03-07tty: fix up iterate_tty_read() EOVERFLOW handlingLinus Torvalds1-6/+13
2021-03-07vt/consolemap: do font sum unsignedJiri Slaby1-1/+1
2021-03-04tty: implement read_iterLinus Torvalds1-18/+18
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds8-80/+150
2021-03-04serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2021-02-23tty: protect tty_write from odd low-level tty disciplinesLinus Torvalds1-1/+4
2021-01-30tty: avoid using vfs_iocb_iter_write() for redirected console writesLinus Torvalds1-3/+17
2021-01-25Commit 9bb48c82aced ("tty: implement write_iter") converted the ttySami Tolvanen2-7/+2
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-24/+37
2021-01-22tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-21Merge 9bb48c82aced ("tty: implement write_iter") into tty-linusGreg Kroah-Hartman1-22/+26
2021-01-21tty: implement write_iterLinus Torvalds1-22/+26
2021-01-16Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek3-19/+16
2021-01-08riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2020-12-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár1-1/+9
2020-12-18Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds3-0/+437