summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-37/+34
2021-01-26serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray1-5/+5
2021-01-26serial: stm32: Use of_device_get_match_data()Stephen Boyd1-37/+34
2021-01-07serial: stm32: update transmission complete error message in shutdownErwan Le Ray1-1/+2
2021-01-07serial: stm32: clean probe and remove port deinitErwan Le Ray1-2/+7
2021-01-07serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray1-1/+4
2021-01-07serial: stm32: add authorErwan Le Ray1-1/+2
2021-01-07serial: stm32: add "_usart" prefix in functions nameErwan Le Ray1-171/+177
2021-01-07serial: stm32: fix code cleaning warnings and checksErwan Le Ray1-18/+15
2021-01-07serial: stm32: fix DMA initialization error handlingErwan Le Ray1-7/+17
2020-11-06tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones1-4/+2
2020-09-04serial: stm32: Add RS485 RTS GPIO control againMarek Vasut1-8/+25
2020-08-18serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann1-1/+1
2020-07-30serial: stm32: Add RS485 RTS GPIO controlMarek Vasut1-0/+8
2020-07-01serial: stm32: Use generic DT binding for announcing RTS/CTS linesErwan Le Ray1-2/+3
2020-05-19serial: stm32: add no_console_suspend supportErwan Le Ray1-1/+12
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-4/+4
2020-05-15tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam1-2/+51
2019-12-18tty/serial: Migrate stm32-usart to use has_sysrqDmitry Safonov1-4/+1
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