summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.h
Commit message (Expand)AuthorAgeFilesLines
* serial: stm32: get FIFO size from hwcfg registerValentin Caron2024-01-271-1/+5
* serial: stm32: change register's offset type from u8 to u16Valentin Caron2024-01-271-13/+13
* serial: stm32: extend max number of U(S)ART to 9Valentin Caron2024-01-271-1/+1
* serial: stm32: implement prescaler tuning to compute low baudrateValentin Caron2024-01-271-0/+6
* serial: stm32: group dma pause/resume error handling into single functionValentin Caron2023-08-221-0/+1
* serial: stm32: Remove unused struct stm32_port txdone elementMarek Vasut2023-03-091-1/+0
* serial: stm32: make info structs static to avoid sparse warningsBen Dooks2022-07-281-68/+0
* serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut2022-05-051-0/+1
* serial: stm32: remove infinite loop possibility in putchar functionValentin Caron2022-04-221-0/+2
* serial: stm32: rework TX DMA state conditionValentin Caron2022-01-061-1/+1
* serial: stm32: update throttle and unthrottle ops for dma modeErwan Le Ray2021-10-211-0/+1
* serial: stm32: rework RX over DMAErwan Le Ray2021-10-211-5/+7
* serial: stm32: add FIFO threshold configurationFabrice Gasnier2021-04-221-6/+2
* tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera2021-04-051-0/+4
* serial: stm32: update wakeup IRQ managementAlexandre Torgue2021-03-231-1/+1
* serial: stm32: fix tx_empty conditionErwan Le Ray2021-03-101-3/+0
* serial: stm32: Use of_device_get_match_data()Stephen Boyd2021-01-261-1/+1
* tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam2020-05-151-0/+1
* tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-071-1/+1
* serial: stm32: add support of RX FIFO thresholdErwan Le Ray2019-06-211-1/+6
* serial: stm32: add support of TX FIFO thresholdErwan Le Ray2019-06-211-0/+13
* serial: stm32: add support of timeout interrupt for RXErwan Le Ray2019-06-211-0/+1
* serial: stm32: fix rx data length when parity enabledErwan Le Ray2019-05-241-0/+1
* serial: stm32: fix rx error handlingErwan Le Ray2019-05-241-8/+2
* serial: stm32: fix word length configurationErwan Le Ray2019-05-241-2/+1
* serial: stm32: add support for RS485 hardware control modeBich HEMON2018-03-141-0/+3
* serial: stm32: fix name conflict with 8250Ludovic Barre2017-12-151-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-1/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: stm32: add fifo supportGerald Baeza2017-07-301-0/+4
* serial: stm32: add wakeup mechanismFabrice Gasnier2017-07-301-0/+29
* serial: stm32: Increase maximum number of portsGerald Baeza2017-07-301-1/+1
* serial: stm32: fix multi-ports managementGerald Baeza2017-07-301-0/+1
* serial: stm32: fix copyrightBich HEMON2017-07-301-0/+1
* serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven2016-10-271-1/+1
* serial: stm32: adding dma supportAlexandre TORGUE2016-09-221-0/+14
* serial: stm32: header file creationAlexandre TORGUE2016-09-221-0/+215