summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: stm32: add RX and TX FIFO flushErwan Le Ray2019-06-211-5/+15
* serial: stm32: add support of RX FIFO thresholdErwan Le Ray2019-06-211-2/+19
* serial: stm32: add support of TX FIFO thresholdErwan Le Ray2019-06-211-9/+42
* serial: stm32: update PIO transmissionErwan Le Ray2019-06-211-14/+13Star
* serial: stm32: add support of timeout interrupt for RXErwan Le Ray2019-06-211-6/+25
* Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman2019-06-131-4/+0Star
* serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak2019-06-101-3/+0Star
* serial: stm32: Make stm32_get_databits staticYueHaibing2019-06-101-1/+1
* serial: stm32: select pinctrl state in each suspend/resume functionBich Hemon2019-06-101-0/+4
* serial: stm32: fix the get_irq error caseErwan Le Ray2019-05-241-8/+26
* serial: stm32: fix wakeup source initializationErwan Le Ray2019-05-241-13/+15
* serial: stm32: Add support of TC bit status checkErwan Le Ray2019-05-241-17/+15Star
* serial: stm32: fix transmit_chars when tx is stoppedErwan Le Ray2019-05-241-8/+3Star
* serial: stm32: fix rx data length when parity enabledErwan Le Ray2019-05-241-4/+8
* serial: stm32: fix rx error handlingErwan Le Ray2019-05-241-19/+35
* serial: stm32: fix word length configurationErwan Le Ray2019-05-241-7/+49
* serial: stm32: fix initialization of RS485 modeBich HEMON2018-03-151-0/+4
* serial: stm32: add support for RS485 hardware control modeBich HEMON2018-03-141-1/+129
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-1/+0Star
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* Arm: dts: stm32: remove extra compatible string from DT & driverVikas Manocha2017-10-041-3/+0Star
* serial: stm32-usart: Avoid using irq_wake flagAndy Shevchenko2017-08-281-1/+1
* serial: stm32: fix pio transmit timeoutGerald Baeza2017-08-281-1/+1
* serial: stm32: add fifo supportGerald Baeza2017-07-301-0/+7
* serial: stm32: add wakeup mechanismFabrice Gasnier2017-07-301-1/+89
* serial: stm32: fix error handling in probeFabrice Gasnier2017-07-301-2/+9
* serial: stm32: add RTS supportBich HEMON2017-07-301-1/+1
* serial: stm32: fix multi-ports managementGerald Baeza2017-07-301-5/+7
* serial: stm32: fix copyrightBich HEMON2017-07-301-0/+1
* serial: stm32: mark symbols static where possibleBaoyou Xie2016-09-271-3/+4
* serial: stm32: use mapbase instead of membase for DMAArnd Bergmann2016-09-271-2/+2
* serial: stm32: fix uart enable managementAlexandre TORGUE2016-09-221-1/+5
* serial: stm32: fix spin_lock managementAlexandre TORGUE2016-09-221-0/+4
* serial: stm32: adding dma supportAlexandre TORGUE2016-09-221-25/+364
* serial: stm32: clock disabling managementAlexandre TORGUE2016-09-221-2/+3
* serial: stm32: correct flow control property spellingAlexandre TORGUE2016-09-221-1/+1
* serial: stm32: disable tx and rx during shutdownAlexandre TORGUE2016-09-221-1/+1
* serial: stm32: header file creationAlexandre TORGUE2016-09-221-208/+1Star
* serial: stm32: adding support for stm32f7Alexandre TORGUE2016-09-221-50/+219
* tty/serial: st-asc: drop the use of IRQF_NO_SUSPENDSudeep Holla2015-10-041-2/+1Star
* serial: stm32-usart: Fix SysRq supportMaxime Coquelin2015-07-241-1/+1
* serial: stm32-usart: Add STM32 USART DriverMaxime Coquelin2015-06-111-0/+739