summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin2021-08-161-2/+1
* serial: stm32: use the defined variable to simplify codeTang Bin2021-08-161-2/+2
* serial: stm32: fix the conditional expression writingTang Bin2021-08-131-2/+2
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-31/+1
* serial: stm32: defer probe for dma devicesErwan Le Ray2021-06-151-86/+77
* serial: drop irq-flags initialisationsJohan Hovold2021-05-201-1/+1
* serial: stm32: add FIFO threshold configurationFabrice Gasnier2021-04-221-6/+47
* serial: stm32: defer sysrq processingJohan Hovold2021-04-221-10/+6
* serial: stm32: fix threaded interrupt handlingJohan Hovold2021-04-221-10/+12
* tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera2021-04-051-1/+10
* serial: stm32: update wakeup IRQ managementAlexandre Torgue2021-03-231-21/+11
* serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray2021-03-231-2/+0
* serial: stm32: rework wakeup managementErwan Le Ray2021-03-231-3/+3
* serial: stm32: add support for "flush_buffer" opsErwan Le Ray2021-03-101-0/+14
* serial: stm32: fix tx_empty conditionErwan Le Ray2021-03-101-1/+4
* serial: stm32: add FIFO flush when port is closedErwan Le Ray2021-03-101-0/+5
* serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray2021-03-101-3/+3
* serial: stm32: call stm32_transmit_chars lockedErwan Le Ray2021-03-101-0/+3
* serial: stm32: fix tx dma completion, release channelErwan Le Ray2021-03-101-0/+1
* serial: stm32: fix a deadlock in set_termiosErwan Le Ray2021-03-101-6/+6
* serial: stm32: fix wake-up flag handlingErwan Le Ray2021-03-101-13/+19
* serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray2021-03-101-12/+15
* serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray2021-03-101-14/+9
* serial: stm32: fix incorrect characters on consoleErwan Le Ray2021-03-101-1/+11
* serial: stm32: fix startup by enabling usart for receptionErwan Le Ray2021-03-101-1/+2
* serial: stm32: fix probe and remove order for dmaErwan Le Ray2021-03-101-13/+44
* Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-37/+34
|\
| * serial: stm32: Use of_device_get_match_data()Stephen Boyd2021-01-261-37/+34
* | serial: stm32: improve platform_get_irq condition handling in init_portErwan Le Ray2021-01-261-5/+5
* | serial: stm32: update transmission complete error message in shutdownErwan Le Ray2021-01-071-1/+2
* | serial: stm32: clean probe and remove port deinitErwan Le Ray2021-01-071-2/+7
* | serial: stm32: update conflicting RTS/CTS config commentErwan Le Ray2021-01-071-1/+4
* | serial: stm32: add authorErwan Le Ray2021-01-071-1/+2
* | serial: stm32: add "_usart" prefix in functions nameErwan Le Ray2021-01-071-171/+177
* | serial: stm32: fix code cleaning warnings and checksErwan Le Ray2021-01-071-18/+15
* | serial: stm32: fix DMA initialization error handlingErwan Le Ray2021-01-071-7/+17
|/
* tty: serial: stm32-usart: Remove set but unused 'cookie' variablesLee Jones2020-11-061-4/+2
* serial: stm32: Add RS485 RTS GPIO control againMarek Vasut2020-09-041-8/+25
* serial: stm32: avoid kernel warning on absence of optional IRQHolger Assmann2020-08-181-1/+1
* serial: stm32: Add RS485 RTS GPIO controlMarek Vasut2020-07-301-0/+8
* serial: stm32: Use generic DT binding for announcing RTS/CTS linesErwan Le Ray2020-07-011-2/+3
* serial: stm32: add no_console_suspend supportErwan Le Ray2020-05-191-1/+12
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-4/+4
* tty: serial: Add modem control gpio support for STM32 UARTManivannan Sadhasivam2020-05-151-2/+51
* tty/serial: Migrate stm32-usart to use has_sysrqDmitry Safonov2019-12-181-4/+1
* serial: stm32: fix clearing interrupt error flagsFabrice Gasnier2019-11-211-3/+3
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-13/+4
* serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray2019-09-041-5/+4
* serial: stm32: add pm_runtime supportErwan Le Ray2019-09-041-3/+38
* serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray2019-09-041-0/+5