summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2021-07-14serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary1-1/+0
2021-07-14serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary1-0/+1
2021-07-14serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda1-0/+8
2021-07-14serial: mvebu-uart: fix calculation of clock divisorPali Rohár1-1/+1
2021-06-10serial: stm32: fix threaded interrupt handlingJohan Hovold1-10/+12
2021-06-03serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan1-2/+4
2021-06-03Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman1-2/+2
2021-06-03serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'Zheyu Ma1-35/+17
2021-06-03serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven1-2/+2
2021-06-03serial: tegra: Fix a mask operation that is always trueColin Ian King1-1/+1
2021-06-03serial: 8250_pci: handle FL_NOIRQ board flagChristian Gmeiner1-12/+17
2021-06-03serial: 8250_pci: Add support for new HPE serial deviceRandy Wright1-0/+18
2021-06-03serial: 8250_dw: Add device HID for new AMD UART controllerMaximilian Luz1-0/+1
2021-06-03serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery3-0/+14
2021-06-03serial: core: fix suspicious security_locked_down() callOndrej Mosnacek1-3/+5
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2021-05-26vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki1-10/+47
2021-05-26Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman1-3/+0
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: Remove dead termiox codeJann Horn1-59/+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: 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-11tty: fix memory leak in vc_deallocatePavel Skripkin1-0/+1
2021-05-11tty: 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-25serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2021-03-25tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones1-4/+2
2021-03-17Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan1-24/+5