summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/stm32-usart.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-15serial: stm32: remove redundant code in rs485_configLino Sanfilippo1-7/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-08serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sourcesErwan Le Ray1-1/+2
2022-01-26serial: stm32: fix software flow control transferValentin Caron1-1/+1
2022-01-26serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron1-0/+12
2022-01-06serial: stm32: correct loop for dma error handlingValentin Caron1-3/+2
2022-01-06serial: stm32: fix flow control transfer in DMA modeValentin Caron1-0/+3
2022-01-06serial: stm32: rework TX DMA state conditionValentin Caron1-18/+48
2022-01-06serial: stm32: move tx dma terminate DMA to shutdownValentin Caron1-1/+5
2021-10-26serial: stm32: push DMA RX data before suspendingErwan Le Ray1-27/+53
2021-10-26serial: stm32: terminate / restart DMA transfer at suspend / resumeErwan Le Ray1-43/+84
2021-10-26serial: stm32: rework RX dma initialization and releaseErwan Le Ray1-28/+41
2021-10-21serial: stm32: update throttle and unthrottle ops for dma modeErwan Le Ray1-4/+33
2021-10-21serial: stm32: rework RX over DMAErwan Le Ray1-48/+158
2021-10-21serial: stm32: re-introduce an irq flag condition in usart_receive_charsErwan Le Ray1-8/+13
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