index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2016-09-22
serial: stm32: disable tx and rx during shutdown
Alexandre TORGUE
1
-1
/
+1
2016-09-22
serial: stm32: header file creation
Alexandre TORGUE
1
-208
/
+1
2016-09-22
serial: stm32: adding support for stm32f7
Alexandre TORGUE
1
-50
/
+219
2015-10-04
tty/serial: st-asc: drop the use of IRQF_NO_SUSPEND
Sudeep Holla
1
-2
/
+1
2015-07-24
serial: stm32-usart: Fix SysRq support
Maxime Coquelin
1
-1
/
+1
2015-06-11
serial: stm32-usart: Add STM32 USART Driver
Maxime Coquelin
1
-0
/
+739