aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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