summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/stm32-usart.c
AgeCommit message (Expand)Author
2021-10-26serial: stm32: push DMA RX data before suspendingErwan Le Ray
2021-10-26serial: stm32: terminate / restart DMA transfer at suspend / resumeErwan Le Ray
2021-10-26serial: stm32: rework RX dma initialization and releaseErwan Le Ray
2021-10-21serial: stm32: update throttle and unthrottle ops for dma modeErwan Le Ray
2021-10-21serial: stm32: rework RX over DMAErwan Le Ray
2021-10-21serial: stm32: re-introduce an irq flag condition in usart_receive_charsErwan Le Ray
2021-08-16serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin
2021-08-16serial: stm32: use the defined variable to simplify codeTang Bin
2021-08-13serial: stm32: fix the conditional expression writingTang Bin
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby
2021-06-15serial: stm32: defer probe for dma devicesErwan Le Ray
2021-05-20serial: drop irq-flags initialisationsJohan Hovold
2021-04-22serial: stm32: add FIFO threshold configurationFabrice Gasnier
2021-04-22serial: stm32: defer sysrq processingJohan Hovold
2021-04-22serial: stm32: fix threaded interrupt handlingJohan Hovold
2021-04-05tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera
2021-03-23serial: stm32: update wakeup IRQ managementAlexandre Torgue
2021-03-23serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray
2021-03-23serial: stm32: rework wakeup managementErwan Le Ray
2021-03-10serial: stm32: add support for "flush_buffer" opsErwan Le Ray
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray
2021-03-10serial: stm32: add FIFO flush when port is closedErwan Le Ray
2021-03-10serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray
2021-03-10serial: stm32: call stm32_transmit_chars lockedErwan Le Ray
2021-03-10serial: stm32: fix tx dma completion, release channelErwan Le Ray
2021-03-10serial: stm32: fix a deadlock in set_termiosErwan Le Ray
2021-03-10serial: stm32: fix wake-up flag handlingErwan Le Ray
2021-03-10serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray
2021-03-10serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray
2021-03-10serial: stm32: fix incorrect characters on consoleErwan Le Ray
2021-03-10serial: stm32: fix startup by enabling usart for receptionErwan Le Ray
2021-03-10serial: stm32: fix probe and remove order for dmaErwan Le Ray
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd
2021-01-07serial: stm32: update transmission complete error message in shutdownErwan Le Ray
2021-01-07serial: stm32: clean probe and remove port deinitErwan Le Ray
2021-01-07serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray
2021-01-07serial: stm32: add authorErwan Le Ray
2021-01-07serial: stm32: add "_usart" prefix in functions nameErwan Le Ray
2021-01-07serial: stm32: fix code cleaning warnings and checksErwan Le Ray
2021-01-07serial: stm32: fix DMA initialization error handlingErwan Le Ray
2020-11-06tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones
2020-09-04serial: stm32: Add RS485 RTS GPIO control againMarek Vasut
2020-08-18serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann
2020-07-30serial: stm32: Add RS485 RTS GPIO controlMarek Vasut
2020-07-01serial: stm32: Use generic DT binding for announcing RTS/CTS linesErwan Le Ray
2020-05-19serial: stm32: add no_console_suspend supportErwan Le Ray
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-05-15tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam