summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2021-07-20tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET1-1/+10
2021-07-20serial: fsl_lpuart: disable DMA for console and fix sysrqMichael Walle1-0/+6
2021-07-20tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun1-0/+3
2021-07-14serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár1-3/+8
2021-07-14serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár1-3/+2
2021-07-14serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra1-1/+19
2021-07-14serial: 8250: 8250_omap: Disable RX interrupt after DMA enableVignesh Raghavendra1-1/+41
2021-07-14serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki1-3/+16
2021-07-14serial: 8250_omap: fix a timeout loop conditionDan Carpenter1-1/+1
2021-07-14serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()Michael Walle1-11/+1
2021-07-14serial: fsl_lpuart: don't modify arbitrary data on lpuart32Michael Walle1-1/+1
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-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-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-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