summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/stm32-usart.h
AgeCommit message (Expand)Author
2024-01-27serial: stm32: get FIFO size from hwcfg registerValentin Caron
2024-01-27serial: stm32: change register's offset type from u8 to u16Valentin Caron
2024-01-27serial: stm32: extend max number of U(S)ART to 9Valentin Caron
2024-01-27serial: stm32: implement prescaler tuning to compute low baudrateValentin Caron
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron
2023-03-09serial: stm32: Remove unused struct stm32_port txdone elementMarek Vasut
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks
2022-05-05serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut
2022-04-22serial: stm32: remove infinite loop possibility in putchar functionValentin Caron
2022-01-06serial: stm32: rework TX DMA state conditionValentin Caron
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-04-22serial: stm32: add FIFO threshold configurationFabrice Gasnier
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-10serial: stm32: fix tx_empty conditionErwan Le Ray
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd
2020-05-15tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-21serial: stm32: add support of RX FIFO thresholdErwan Le Ray
2019-06-21serial: stm32: add support of TX FIFO thresholdErwan Le Ray
2019-06-21serial: stm32: add support of timeout interrupt for RXErwan Le Ray
2019-05-24serial: stm32: fix rx data length when parity enabledErwan Le Ray
2019-05-24serial: stm32: fix rx error handlingErwan Le Ray
2019-05-24serial: stm32: fix word length configurationErwan Le Ray
2018-03-14serial: stm32: add support for RS485 hardware control modeBich HEMON
2017-12-15serial: stm32: fix name conflict with 8250Ludovic Barre
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-07-30serial: stm32: add fifo supportGerald Baeza
2017-07-30serial: stm32: add wakeup mechanismFabrice Gasnier
2017-07-30serial: stm32: Increase maximum number of portsGerald Baeza
2017-07-30serial: stm32: fix multi-ports managementGerald Baeza
2017-07-30serial: stm32: fix copyrightBich HEMON
2016-10-27serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven
2016-09-22serial: stm32: adding dma supportAlexandre TORGUE
2016-09-22serial: stm32: header file creationAlexandre TORGUE