summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/stm32-usart.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-27serial: stm32: move tx dma terminate DMA to shutdownValentin Caron1-1/+5
2021-08-16serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin1-2/+1
2021-08-16serial: stm32: use the defined variable to simplify codeTang Bin1-2/+2
2021-08-13serial: stm32: fix the conditional expression writingTang Bin1-2/+2
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-31/+1
2021-06-15serial: stm32: defer probe for dma devicesErwan Le Ray1-86/+77
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-1/+1
2021-04-22serial: stm32: add FIFO threshold configurationFabrice Gasnier1-6/+47
2021-04-22serial: stm32: defer sysrq processingJohan Hovold1-10/+6
2021-04-22serial: stm32: fix threaded interrupt handlingJohan Hovold1-10/+12
2021-04-05tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera1-1/+10
2021-03-23serial: stm32: update wakeup IRQ managementAlexandre Torgue1-21/+11
2021-03-23serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray1-2/+0
2021-03-23serial: stm32: rework wakeup managementErwan Le Ray1-3/+3
2021-03-10serial: stm32: add support for "flush_buffer" opsErwan Le Ray1-0/+14
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray1-1/+4
2021-03-10serial: stm32: add FIFO flush when port is closedErwan Le Ray1-0/+5
2021-03-10serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray1-3/+3
2021-03-10serial: stm32: call stm32_transmit_chars lockedErwan Le Ray1-0/+3
2021-03-10serial: stm32: fix tx dma completion, release channelErwan Le Ray1-0/+1
2021-03-10serial: stm32: fix a deadlock in set_termiosErwan Le Ray1-6/+6
2021-03-10serial: stm32: fix wake-up flag handlingErwan Le Ray1-13/+19
2021-03-10serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray1-12/+15
2021-03-10serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray1-14/+9
2021-03-10serial: stm32: fix incorrect characters on consoleErwan Le Ray1-1/+11
2021-03-10serial: stm32: fix startup by enabling usart for receptionErwan Le Ray1-1/+2
2021-03-10serial: stm32: fix probe and remove order for dmaErwan Le Ray1-13/+44
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-37/+34
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray1-5/+5
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd1-37/+34
2021-01-07serial: stm32: update transmission complete error message in shutdownErwan Le Ray1-1/+2
2021-01-07serial: stm32: clean probe and remove port deinitErwan Le Ray1-2/+7
2021-01-07serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray1-1/+4
2021-01-07serial: stm32: add authorErwan Le Ray1-1/+2
2021-01-07serial: stm32: add "_usart" prefix in functions nameErwan Le Ray1-171/+177
2021-01-07serial: stm32: fix code cleaning warnings and checksErwan Le Ray1-18/+15
2021-01-07serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2020-11-06tty: 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