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
2021-04-22
serial: stm32: add FIFO threshold configuration
Fabrice Gasnier
1
-6
/
+47
2021-04-22
serial: stm32: defer sysrq processing
Johan Hovold
1
-10
/
+6
2021-04-22
serial: stm32: fix threaded interrupt handling
Johan Hovold
1
-10
/
+12
2021-04-05
tty/serial: Add rx-tx-swap OF option to stm32-usart
Martin Devera
1
-1
/
+10
2021-03-23
serial: stm32: update wakeup IRQ management
Alexandre Torgue
1
-21
/
+11
2021-03-23
serial: stm32: clean wakeup handling in serial_suspend
Erwan Le Ray
1
-2
/
+0
2021-03-23
serial: stm32: rework wakeup management
Erwan Le Ray
1
-3
/
+3
2021-03-10
serial: stm32: add support for "flush_buffer" ops
Erwan Le Ray
1
-0
/
+14
2021-03-10
serial: stm32: fix tx_empty condition
Erwan Le Ray
1
-1
/
+4
2021-03-10
serial: stm32: add FIFO flush when port is closed
Erwan Le Ray
1
-0
/
+5
2021-03-10
serial: stm32: fix FIFO flush in startup and set_termios
Erwan Le Ray
1
-3
/
+3
2021-03-10
serial: stm32: call stm32_transmit_chars locked
Erwan Le Ray
1
-0
/
+3
2021-03-10
serial: stm32: fix tx dma completion, release channel
Erwan Le Ray
1
-0
/
+1
2021-03-10
serial: stm32: fix a deadlock in set_termios
Erwan Le Ray
1
-6
/
+6
2021-03-10
serial: stm32: fix wake-up flag handling
Erwan Le Ray
1
-13
/
+19
2021-03-10
serial: stm32: fix a deadlock condition with wakeup event
Erwan Le Ray
1
-12
/
+15
2021-03-10
serial: stm32: fix TX and RX FIFO thresholds
Erwan Le Ray
1
-14
/
+9
2021-03-10
serial: stm32: fix incorrect characters on console
Erwan Le Ray
1
-1
/
+11
2021-03-10
serial: stm32: fix startup by enabling usart for reception
Erwan Le Ray
1
-1
/
+2
2021-03-10
serial: stm32: fix probe and remove order for dma
Erwan Le Ray
1
-13
/
+44
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-37
/
+34
2021-01-26
serial: stm32: improve platform_get_irq condition handling in init_port
Erwan Le Ray
1
-5
/
+5
2021-01-26
serial: stm32: Use of_device_get_match_data()
Stephen Boyd
1
-37
/
+34
2021-01-07
serial: stm32: update transmission complete error message in shutdown
Erwan Le Ray
1
-1
/
+2
2021-01-07
serial: stm32: clean probe and remove port deinit
Erwan Le Ray
1
-2
/
+7
2021-01-07
serial: stm32: update conflicting RTS/CTS config comment
Erwan Le Ray
1
-1
/
+4
2021-01-07
serial: stm32: add author
Erwan Le Ray
1
-1
/
+2
2021-01-07
serial: stm32: add "_usart" prefix in functions name
Erwan Le Ray
1
-171
/
+177
2021-01-07
serial: stm32: fix code cleaning warnings and checks
Erwan Le Ray
1
-18
/
+15
2021-01-07
serial: stm32: fix DMA initialization error handling
Erwan Le Ray
1
-7
/
+17
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
[next]