summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sourcesErwan Le Ray2022-02-081-1/+2
* serial: stm32: fix software flow control transferValentin Caron2022-01-261-1/+1
* serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron2022-01-261-0/+12
* serial: stm32: correct loop for dma error handlingValentin Caron2022-01-061-3/+2
* serial: stm32: fix flow control transfer in DMA modeValentin Caron2022-01-061-0/+3
* serial: stm32: rework TX DMA state conditionValentin Caron2022-01-061-18/+48
* serial: stm32: move tx dma terminate DMA to shutdownValentin Caron2022-01-061-1/+5
* serial: stm32: push DMA RX data before suspendingErwan Le Ray2021-10-261-27/+53
* serial: stm32: terminate / restart DMA transfer at suspend / resumeErwan Le Ray2021-10-261-43/+84
* serial: stm32: rework RX dma initialization and releaseErwan Le Ray2021-10-261-28/+41
* serial: stm32: update throttle and unthrottle ops for dma modeErwan Le Ray2021-10-211-4/+33
* serial: stm32: rework RX over DMAErwan Le Ray2021-10-211-48/+158
* serial: stm32: re-introduce an irq flag condition in usart_receive_charsErwan Le Ray2021-10-211-8/+13
* serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin2021-08-161-2/+1
* serial: stm32: use the defined variable to simplify codeTang Bin2021-08-161-2/+2
* serial: stm32: fix the conditional expression writingTang Bin2021-08-131-2/+2
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-31/+1
* serial: stm32: defer probe for dma devicesErwan Le Ray2021-06-151-86/+77
* serial: drop irq-flags initialisationsJohan Hovold2021-05-201-1/+1
* serial: stm32: add FIFO threshold configurationFabrice Gasnier2021-04-221-6/+47
* serial: stm32: defer sysrq processingJohan Hovold2021-04-221-10/+6
* serial: stm32: fix threaded interrupt handlingJohan Hovold2021-04-221-10/+12
* tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera2021-04-051-1/+10
* serial: stm32: update wakeup IRQ managementAlexandre Torgue2021-03-231-21/+11
* serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray2021-03-231-2/+0
* serial: stm32: rework wakeup managementErwan Le Ray2021-03-231-3/+3
* serial: stm32: add support for "flush_buffer" opsErwan Le Ray2021-03-101-0/+14
* serial: stm32: fix tx_empty conditionErwan Le Ray2021-03-101-1/+4
* serial: stm32: add FIFO flush when port is closedErwan Le Ray2021-03-101-0/+5
* serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray2021-03-101-3/+3
* serial: stm32: call stm32_transmit_chars lockedErwan Le Ray2021-03-101-0/+3
* serial: stm32: fix tx dma completion, release channelErwan Le Ray2021-03-101-0/+1
* serial: stm32: fix a deadlock in set_termiosErwan Le Ray2021-03-101-6/+6
* serial: stm32: fix wake-up flag handlingErwan Le Ray2021-03-101-13/+19
* serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray2021-03-101-12/+15
* serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray2021-03-101-14/+9
* serial: stm32: fix incorrect characters on consoleErwan Le Ray2021-03-101-1/+11
* serial: stm32: fix startup by enabling usart for receptionErwan Le Ray2021-03-101-1/+2
* serial: stm32: fix probe and remove order for dmaErwan Le Ray2021-03-101-13/+44
* Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-37/+34
|\
| * serial: stm32: Use of_device_get_match_data()Stephen Boyd2021-01-261-37/+34
* | serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray2021-01-261-5/+5
* | serial: stm32: update transmission complete error message in shutdownErwan Le Ray2021-01-071-1/+2
* | serial: stm32: clean probe and remove port deinitErwan Le Ray2021-01-071-2/+7
* | serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray2021-01-071-1/+4
* | serial: stm32: add authorErwan Le Ray2021-01-071-1/+2
* | serial: stm32: add "_usart" prefix in functions nameErwan Le Ray2021-01-071-171/+177
* | serial: stm32: fix code cleaning warnings and checksErwan Le Ray2021-01-071-18/+15
* | serial: stm32: fix DMA initialization error handlingErwan Le Ray2021-01-071-7/+17
|/