summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/stm32-usart.c
AgeCommit message (Expand)Author
2024-02-19serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo
2024-01-04serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo
2023-11-23serial: stm32: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: stm32: Use port lock wrappersThomas Gleixner
2023-09-18serial: stm32: add support for break controlErwan Le Ray
2023-08-22serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay
2023-08-22serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron
2023-08-22serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron
2023-08-22serial: stm32: use DMAT as a configuration bitValentin Caron
2023-08-22serial: stm32: avoid clearing DMAT bit during transferValentin Caron
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-05-13serial: stm32: Ignore return value of uart_remove_one_port() in .remove()Uwe Kleine-König
2023-03-09serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...Marek Vasut
2023-03-09serial: stm32: Remove unused struct stm32_port txdone elementMarek Vasut
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman
2023-01-31serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut
2023-01-19serial: stm32: Add support for rs485 RX_DURING_TX output GPIOChristoph Niedermaier
2022-11-22serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron
2022-11-03serial: stm32: Use uart_xmit_advance()Ilpo Järvinen
2022-09-30serial: stm32: Fix unused-variable warningRen Zhijie
2022-09-22serial: stm32: Deassert Transmit Enable on ->rs485_config()Lukas Wunner
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-30serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: stm32: Fill in rs485_supportedIlpo Järvinen
2022-05-19serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen
2022-05-05serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut
2022-05-05serial: stm32: Factor out GPIO RTS toggling into separate functionMarek Vasut
2022-04-22serial: stm32: add earlycon supportValentin Caron
2022-04-22serial: stm32: add KGDB supportValentin Caron
2022-04-22serial: stm32: remove infinite loop possibility in putchar functionValentin Caron
2022-04-15serial: stm32: remove redundant code in rs485_configLino Sanfilippo
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-08serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sourcesErwan Le Ray
2022-01-26serial: stm32: fix software flow control transferValentin Caron
2022-01-26serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron
2022-01-06serial: stm32: correct loop for dma error handlingValentin Caron
2022-01-06serial: stm32: fix flow control transfer in DMA modeValentin Caron
2022-01-06serial: stm32: rework TX DMA state conditionValentin Caron
2022-01-06serial: stm32: move tx dma terminate DMA to shutdownValentin Caron
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