summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/stm32-usart.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen1-0/+2
2022-06-14serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen1-3/+12
2022-03-08serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron1-0/+12
2022-02-01serial: stm32: fix software flow control transferValentin Caron1-1/+1
2021-06-10serial: stm32: fix threaded interrupt handlingJohan Hovold1-10/+12
2021-05-14serial: stm32: fix tx_empty conditionErwan Le Ray1-1/+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 Boyd1-37/+34
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-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
2020-09-04serial: stm32: Add RS485 RTS GPIO control againMarek Vasut1-8/+25
2020-08-18serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann1-1/+1
2020-07-30serial: stm32: Add RS485 RTS GPIO controlMarek Vasut1-0/+8
2020-07-01serial: stm32: Use generic DT binding for announcing RTS/CTS linesErwan Le Ray1-2/+3
2020-05-19serial: stm32: add no_console_suspend supportErwan Le Ray1-1/+12
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-4/+4
2020-05-15tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam1-2/+51
2019-12-18tty/serial: Migrate stm32-usart to use has_sysrqDmitry Safonov1-4/+1
2019-11-21serial: stm32: fix clearing interrupt error flagsFabrice Gasnier1-3/+3
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-13/+4
2019-09-04serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray1-5/+4
2019-09-04serial: stm32: add pm_runtime supportErwan Le Ray1-3/+38
2019-09-04serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray1-0/+5
2019-06-21serial: stm32: add RX and TX FIFO flushErwan Le Ray1-5/+15
2019-06-21serial: stm32: add support of RX FIFO thresholdErwan Le Ray1-2/+19
2019-06-21serial: stm32: add support of TX FIFO thresholdErwan Le Ray1-9/+42
2019-06-21serial: stm32: update PIO transmissionErwan Le Ray1-14/+13
2019-06-21serial: stm32: add support of timeout interrupt for RXErwan Le Ray1-6/+25
2019-06-13Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman1-4/+0
2019-06-10serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak1-3/+0
2019-06-10serial: stm32: Make stm32_get_databits staticYueHaibing1-1/+1
2019-06-10serial: stm32: select pinctrl state in each suspend/resume functionBich Hemon1-0/+4
2019-05-24serial: stm32: fix the get_irq error caseErwan Le Ray1-8/+26
2019-05-24serial: stm32: fix wakeup source initializationErwan Le Ray1-13/+15
2019-05-24serial: stm32: Add support of TC bit status checkErwan Le Ray1-17/+15
2019-05-24serial: stm32: fix transmit_chars when tx is stoppedErwan Le Ray1-8/+3
2019-05-24serial: stm32: fix rx data length when parity enabledErwan Le Ray1-4/+8
2019-05-24serial: stm32: fix rx error handlingErwan Le Ray1-19/+35