index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
stm32-usart.c
Age
Commit message (
Expand
)
Author
2021-03-23
serial: stm32: rework wakeup management
Erwan Le Ray
2021-03-10
serial: stm32: add support for "flush_buffer" ops
Erwan Le Ray
2021-03-10
serial: stm32: fix tx_empty condition
Erwan Le Ray
2021-03-10
serial: stm32: add FIFO flush when port is closed
Erwan Le Ray
2021-03-10
serial: stm32: fix FIFO flush in startup and set_termios
Erwan Le Ray
2021-03-10
serial: stm32: call stm32_transmit_chars locked
Erwan Le Ray
2021-03-10
serial: stm32: fix tx dma completion, release channel
Erwan Le Ray
2021-03-10
serial: stm32: fix a deadlock in set_termios
Erwan Le Ray
2021-03-10
serial: stm32: fix wake-up flag handling
Erwan Le Ray
2021-03-10
serial: stm32: fix a deadlock condition with wakeup event
Erwan Le Ray
2021-03-10
serial: stm32: fix TX and RX FIFO thresholds
Erwan Le Ray
2021-03-10
serial: stm32: fix incorrect characters on console
Erwan Le Ray
2021-03-10
serial: stm32: fix startup by enabling usart for reception
Erwan Le Ray
2021-03-10
serial: stm32: fix probe and remove order for dma
Erwan Le Ray
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-01-26
serial: stm32: improve platform_get_irq condition handling in init_port
Erwan Le Ray
2021-01-26
serial: stm32: Use of_device_get_match_data()
Stephen Boyd
2021-01-07
serial: stm32: update transmission complete error message in shutdown
Erwan Le Ray
2021-01-07
serial: stm32: clean probe and remove port deinit
Erwan Le Ray
2021-01-07
serial: stm32: update conflicting RTS/CTS config comment
Erwan Le Ray
2021-01-07
serial: stm32: add author
Erwan Le Ray
2021-01-07
serial: stm32: add "_usart" prefix in functions name
Erwan Le Ray
2021-01-07
serial: stm32: fix code cleaning warnings and checks
Erwan Le Ray
2021-01-07
serial: stm32: fix DMA initialization error handling
Erwan Le Ray
2020-11-06
tty: serial: stm32-usart: Remove set but unused 'cookie' variables
Lee Jones
2020-09-04
serial: stm32: Add RS485 RTS GPIO control again
Marek Vasut
2020-08-18
serial: stm32: avoid kernel warning on absence of optional IRQ
Holger Assmann
2020-07-30
serial: stm32: Add RS485 RTS GPIO control
Marek Vasut
2020-07-01
serial: stm32: Use generic DT binding for announcing RTS/CTS lines
Erwan Le Ray
2020-05-19
serial: stm32: add no_console_suspend support
Erwan Le Ray
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-05-15
tty: serial: Add modem control gpio support for STM32 UART
Manivannan Sadhasivam
2019-12-18
tty/serial: Migrate stm32-usart to use has_sysrq
Dmitry Safonov
2019-11-21
serial: stm32: fix clearing interrupt error flags
Fabrice Gasnier
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-09-04
serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Erwan Le Ray
2019-09-04
serial: stm32: add pm_runtime support
Erwan Le Ray
2019-09-04
serial: stm32: select pinctrl state in each suspend/resume function
Erwan Le Ray
2019-06-21
serial: stm32: add RX and TX FIFO flush
Erwan Le Ray
2019-06-21
serial: stm32: add support of RX FIFO threshold
Erwan Le Ray
2019-06-21
serial: stm32: add support of TX FIFO threshold
Erwan Le Ray
2019-06-21
serial: stm32: update PIO transmission
Erwan Le Ray
2019-06-21
serial: stm32: add support of timeout interrupt for RX
Erwan Le Ray
2019-06-13
Revert "serial: stm32: select pinctrl state in each suspend/resume function"
Greg Kroah-Hartman
2019-06-10
serial: stm32: fix a recursive locking in stm32_config_rs485
Borut Seljak
2019-06-10
serial: stm32: Make stm32_get_databits static
YueHaibing
2019-06-10
serial: stm32: select pinctrl state in each suspend/resume function
Bich Hemon
2019-05-24
serial: stm32: fix the get_irq error case
Erwan Le Ray
2019-05-24
serial: stm32: fix wakeup source initialization
Erwan Le Ray
2019-05-24
serial: stm32: Add support of TC bit status check
Erwan Le Ray
[prev]
[next]