aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21serial: stm32: fix clearing interrupt error flagsFabrice Gasnier1-3/+3
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-13/+4
2019-09-04serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray1-5/+4
2019-09-04serial: stm32: add pm_runtime supportErwan Le Ray1-3/+38
2019-09-04serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray1-0/+5
2019-06-21serial: stm32: add RX and TX FIFO flushErwan Le Ray1-5/+15
2019-06-21serial: stm32: add support of RX FIFO thresholdErwan Le Ray1-2/+19
2019-06-21serial: stm32: add support of TX FIFO thresholdErwan Le Ray1-9/+42
2019-06-21serial: stm32: update PIO transmissionErwan Le Ray1-14/+13
2019-06-21serial: stm32: add support of timeout interrupt for RXErwan Le Ray1-6/+25
2019-06-13Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman1-4/+0
2019-06-10serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak1-3/+0
2019-06-10serial: stm32: Make stm32_get_databits staticYueHaibing1-1/+1
2019-06-10serial: stm32: select pinctrl state in each suspend/resume functionBich Hemon1-0/+4
2019-05-24serial: stm32: fix the get_irq error caseErwan Le Ray1-8/+26
2019-05-24serial: stm32: fix wakeup source initializationErwan Le Ray1-13/+15
2019-05-24serial: stm32: Add support of TC bit status checkErwan Le Ray1-17/+15
2019-05-24serial: stm32: fix transmit_chars when tx is stoppedErwan Le Ray1-8/+3
2019-05-24serial: stm32: fix rx data length when parity enabledErwan Le Ray1-4/+8
2019-05-24serial: stm32: fix rx error handlingErwan Le Ray1-19/+35
2019-05-24serial: stm32: fix word length configurationErwan Le Ray1-7/+49
2018-03-15serial: stm32: fix initialization of RS485 modeBich HEMON1-0/+4
2018-03-14serial: stm32: add support for RS485 hardware control modeBich HEMON1-1/+129
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-10-04Arm: dts: stm32: remove extra compatible string from DT & driverVikas Manocha1-3/+0
2017-08-28serial: stm32-usart: Avoid using irq_wake flagAndy Shevchenko1-1/+1
2017-08-28serial: stm32: fix pio transmit timeoutGerald Baeza1-1/+1
2017-07-30serial: stm32: add fifo supportGerald Baeza1-0/+7
2017-07-30serial: stm32: add wakeup mechanismFabrice Gasnier1-1/+89
2017-07-30serial: stm32: fix error handling in probeFabrice Gasnier1-2/+9
2017-07-30serial: stm32: add RTS supportBich HEMON1-1/+1
2017-07-30serial: stm32: fix multi-ports managementGerald Baeza1-5/+7
2017-07-30serial: stm32: fix copyrightBich HEMON1-0/+1
2016-09-27serial: stm32: mark symbols static where possibleBaoyou Xie1-3/+4
2016-09-27serial: stm32: use mapbase instead of membase for DMAArnd Bergmann1-2/+2
2016-09-22serial: stm32: fix uart enable managementAlexandre TORGUE1-1/+5
2016-09-22serial: stm32: fix spin_lock managementAlexandre TORGUE1-0/+4
2016-09-22serial: stm32: adding dma supportAlexandre TORGUE1-25/+364
2016-09-22serial: stm32: clock disabling managementAlexandre TORGUE1-2/+3
2016-09-22serial: stm32: correct flow control property spellingAlexandre TORGUE1-1/+1
2016-09-22serial: stm32: disable tx and rx during shutdownAlexandre TORGUE1-1/+1
2016-09-22serial: stm32: header file creationAlexandre TORGUE1-208/+1
2016-09-22serial: stm32: adding support for stm32f7Alexandre TORGUE1-50/+219
2015-10-04tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla1-2/+1
2015-07-23serial: stm32-usart: Fix SysRq supportMaxime Coquelin1-1/+1
2015-06-10serial: stm32-usart: Add STM32 USART DriverMaxime Coquelin1-0/+739