aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-27serial: stm32: get FIFO size from hwcfg registerValentin Caron1-1/+5
2024-01-27serial: stm32: change register's offset type from u8 to u16Valentin Caron1-13/+13
2024-01-27serial: stm32: extend max number of U(S)ART to 9Valentin Caron1-1/+1
2024-01-27serial: stm32: implement prescaler tuning to compute low baudrateValentin Caron1-0/+6
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron1-0/+1
2023-03-09serial: stm32: Remove unused struct stm32_port txdone elementMarek Vasut1-1/+0
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks1-68/+0
2022-05-05serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut1-0/+1
2022-04-22serial: stm32: remove infinite loop possibility in putchar functionValentin Caron1-0/+2
2022-01-06serial: stm32: rework TX DMA state conditionValentin Caron1-1/+1
2021-10-21serial: stm32: update throttle and unthrottle ops for dma modeErwan Le Ray1-0/+1
2021-10-21serial: stm32: rework RX over DMAErwan Le Ray1-5/+7
2021-04-22serial: stm32: add FIFO threshold configurationFabrice Gasnier1-6/+2
2021-04-05tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera1-0/+4
2021-03-23serial: stm32: update wakeup IRQ managementAlexandre Torgue1-1/+1
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray1-3/+0
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd1-1/+1
2020-05-15tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam1-0/+1
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-06-21serial: stm32: add support of RX FIFO thresholdErwan Le Ray1-1/+6
2019-06-21serial: stm32: add support of TX FIFO thresholdErwan Le Ray1-0/+13
2019-06-21serial: stm32: add support of timeout interrupt for RXErwan Le Ray1-0/+1
2019-05-24serial: stm32: fix rx data length when parity enabledErwan Le Ray1-0/+1
2019-05-24serial: stm32: fix rx error handlingErwan Le Ray1-8/+2
2019-05-24serial: stm32: fix word length configurationErwan Le Ray1-2/+1
2018-03-14serial: stm32: add support for RS485 hardware control modeBich HEMON1-0/+3
2017-12-15serial: stm32: fix name conflict with 8250Ludovic Barre1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-1/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-07-30serial: stm32: add fifo supportGerald Baeza1-0/+4
2017-07-30serial: stm32: add wakeup mechanismFabrice Gasnier1-0/+29
2017-07-30serial: stm32: Increase maximum number of portsGerald Baeza1-1/+1
2017-07-30serial: stm32: fix multi-ports managementGerald Baeza1-0/+1
2017-07-30serial: stm32: fix copyrightBich HEMON1-0/+1
2016-10-27serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven1-1/+1
2016-09-22serial: stm32: adding dma supportAlexandre TORGUE1-0/+14
2016-09-22serial: stm32: header file creationAlexandre TORGUE1-0/+215