index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
stm32-usart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
tty: serial: stm32-usart: Remove set but unused 'cookie' variables
Lee Jones
1
-4
/
+2
2020-09-04
serial: stm32: Add RS485 RTS GPIO control again
Marek Vasut
1
-8
/
+25
2020-08-18
serial: stm32: avoid kernel warning on absence of optional IRQ
Holger Assmann
1
-1
/
+1
2020-07-30
serial: stm32: Add RS485 RTS GPIO control
Marek Vasut
1
-0
/
+8
2020-07-01
serial: stm32: Use generic DT binding for announcing RTS/CTS lines
Erwan Le Ray
1
-2
/
+3
2020-05-19
serial: stm32: add no_console_suspend support
Erwan Le Ray
1
-1
/
+12
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
1
-4
/
+4
2020-05-15
tty: serial: Add modem control gpio support for STM32 UART
Manivannan Sadhasivam
1
-2
/
+51
2019-12-18
tty/serial: Migrate stm32-usart to use has_sysrq
Dmitry Safonov
1
-4
/
+1
2019-11-21
serial: stm32: fix clearing interrupt error flags
Fabrice Gasnier
1
-3
/
+3
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-13
/
+4
2019-09-04
serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Erwan Le Ray
1
-5
/
+4
2019-09-04
serial: stm32: add pm_runtime support
Erwan Le Ray
1
-3
/
+38
2019-09-04
serial: stm32: select pinctrl state in each suspend/resume function
Erwan Le Ray
1
-0
/
+5
2019-06-21
serial: stm32: add RX and TX FIFO flush
Erwan Le Ray
1
-5
/
+15
2019-06-21
serial: stm32: add support of RX FIFO threshold
Erwan Le Ray
1
-2
/
+19
2019-06-21
serial: stm32: add support of TX FIFO threshold
Erwan Le Ray
1
-9
/
+42
2019-06-21
serial: stm32: update PIO transmission
Erwan Le Ray
1
-14
/
+13
2019-06-21
serial: stm32: add support of timeout interrupt for RX
Erwan Le Ray
1
-6
/
+25
2019-06-13
Revert "serial: stm32: select pinctrl state in each suspend/resume function"
Greg Kroah-Hartman
1
-4
/
+0
2019-06-10
serial: stm32: fix a recursive locking in stm32_config_rs485
Borut Seljak
1
-3
/
+0
2019-06-10
serial: stm32: Make stm32_get_databits static
YueHaibing
1
-1
/
+1
2019-06-10
serial: stm32: select pinctrl state in each suspend/resume function
Bich Hemon
1
-0
/
+4
2019-05-24
serial: stm32: fix the get_irq error case
Erwan Le Ray
1
-8
/
+26
2019-05-24
serial: stm32: fix wakeup source initialization
Erwan Le Ray
1
-13
/
+15
2019-05-24
serial: stm32: Add support of TC bit status check
Erwan Le Ray
1
-17
/
+15
2019-05-24
serial: stm32: fix transmit_chars when tx is stopped
Erwan Le Ray
1
-8
/
+3
2019-05-24
serial: stm32: fix rx data length when parity enabled
Erwan Le Ray
1
-4
/
+8
2019-05-24
serial: stm32: fix rx error handling
Erwan Le Ray
1
-19
/
+35
2019-05-24
serial: stm32: fix word length configuration
Erwan Le Ray
1
-7
/
+49
2018-03-15
serial: stm32: fix initialization of RS485 mode
Bich HEMON
1
-0
/
+4
2018-03-14
serial: stm32: add support for RS485 hardware control mode
Bich HEMON
1
-1
/
+129
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-1
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-04
Arm: dts: stm32: remove extra compatible string from DT & driver
Vikas Manocha
1
-3
/
+0
2017-08-28
serial: stm32-usart: Avoid using irq_wake flag
Andy Shevchenko
1
-1
/
+1
2017-08-28
serial: stm32: fix pio transmit timeout
Gerald Baeza
1
-1
/
+1
2017-07-30
serial: stm32: add fifo support
Gerald Baeza
1
-0
/
+7
2017-07-30
serial: stm32: add wakeup mechanism
Fabrice Gasnier
1
-1
/
+89
2017-07-30
serial: stm32: fix error handling in probe
Fabrice Gasnier
1
-2
/
+9
2017-07-30
serial: stm32: add RTS support
Bich HEMON
1
-1
/
+1
2017-07-30
serial: stm32: fix multi-ports management
Gerald Baeza
1
-5
/
+7
2017-07-30
serial: stm32: fix copyright
Bich HEMON
1
-0
/
+1
2016-09-27
serial: stm32: mark symbols static where possible
Baoyou Xie
1
-3
/
+4
2016-09-27
serial: stm32: use mapbase instead of membase for DMA
Arnd Bergmann
1
-2
/
+2
2016-09-22
serial: stm32: fix uart enable management
Alexandre TORGUE
1
-1
/
+5
2016-09-22
serial: stm32: fix spin_lock management
Alexandre TORGUE
1
-0
/
+4
2016-09-22
serial: stm32: adding dma support
Alexandre TORGUE
1
-25
/
+364
2016-09-22
serial: stm32: clock disabling management
Alexandre TORGUE
1
-2
/
+3
2016-09-22
serial: stm32: correct flow control property spelling
Alexandre TORGUE
1
-1
/
+1
[next]