summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/stm32-usart.c
AgeCommit message (Expand)Author
2022-02-01serial: stm32: fix software flow control transferValentin Caron
2021-05-14serial: stm32: fix tx_empty conditionErwan Le Ray
2021-05-14serial: stm32: fix incorrect characters on consoleErwan Le Ray
2020-09-03serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann
2019-12-13serial: stm32: fix clearing interrupt error flagsFabrice Gasnier
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-09-04serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray
2019-09-04serial: stm32: add pm_runtime supportErwan Le Ray
2019-09-04serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray
2019-06-21serial: stm32: add RX and TX FIFO flushErwan Le Ray
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: update PIO transmissionErwan Le Ray
2019-06-21serial: stm32: add support of timeout interrupt for RXErwan Le Ray
2019-06-13Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman
2019-06-10serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak
2019-06-10serial: stm32: Make stm32_get_databits staticYueHaibing
2019-06-10serial: stm32: select pinctrl state in each suspend/resume functionBich Hemon
2019-05-24serial: stm32: fix the get_irq error caseErwan Le Ray
2019-05-24serial: stm32: fix wakeup source initializationErwan Le Ray
2019-05-24serial: stm32: Add support of TC bit status checkErwan Le Ray
2019-05-24serial: stm32: fix transmit_chars when tx is stoppedErwan 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-15serial: stm32: fix initialization of RS485 modeBich HEMON
2018-03-14serial: stm32: add support for RS485 hardware control modeBich HEMON
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-10-04Arm: dts: stm32: remove extra compatible string from DT & driverVikas Manocha
2017-08-28serial: stm32-usart: Avoid using irq_wake flagAndy Shevchenko
2017-08-28serial: stm32: fix pio transmit timeoutGerald Baeza
2017-07-30serial: stm32: add fifo supportGerald Baeza
2017-07-30serial: stm32: add wakeup mechanismFabrice Gasnier
2017-07-30serial: stm32: fix error handling in probeFabrice Gasnier
2017-07-30serial: stm32: add RTS supportBich HEMON
2017-07-30serial: stm32: fix multi-ports managementGerald Baeza
2017-07-30serial: stm32: fix copyrightBich HEMON
2016-09-27serial: stm32: mark symbols static where possibleBaoyou Xie
2016-09-27serial: stm32: use mapbase instead of membase for DMAArnd Bergmann
2016-09-22serial: stm32: fix uart enable managementAlexandre TORGUE
2016-09-22serial: stm32: fix spin_lock managementAlexandre TORGUE
2016-09-22serial: stm32: adding dma supportAlexandre TORGUE
2016-09-22serial: stm32: clock disabling managementAlexandre TORGUE
2016-09-22serial: stm32: correct flow control property spellingAlexandre TORGUE
2016-09-22serial: stm32: disable tx and rx during shutdownAlexandre TORGUE
2016-09-22serial: stm32: header file creationAlexandre TORGUE
2016-09-22serial: stm32: adding support for stm32f7Alexandre TORGUE
2015-10-04tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla
2015-07-23serial: stm32-usart: Fix SysRq supportMaxime Coquelin