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
2024-01-04
serial: Do not hold the port lock when setting rx-during-tx GPIO
Lino Sanfilippo
1
-6
/
+2
2023-11-23
serial: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-18
serial: stm32: Use port lock wrappers
Thomas Gleixner
1
-19
/
+19
2023-09-18
serial: stm32: add support for break control
Erwan Le Ray
1
-1
/
+12
2023-08-22
serial: stm32: synchronize RX DMA channel in shutdown
Amelie Delaunay
1
-1
/
+3
2023-08-22
serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
Valentin Caron
1
-94
/
+106
2023-08-22
serial: stm32: group dma pause/resume error handling into single function
Valentin Caron
1
-45
/
+82
2023-08-22
serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
Valentin Caron
1
-8
/
+8
2023-08-22
serial: stm32: use DMAT as a configuration bit
Valentin Caron
1
-5
/
+3
2023-08-22
serial: stm32: avoid clearing DMAT bit during transfer
Valentin Caron
1
-32
/
+44
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
1
-3
/
+2
2023-05-13
serial: stm32: Ignore return value of uart_remove_one_port() in .remove()
Uwe Kleine-König
1
-4
/
+1
2023-03-09
serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...
Marek Vasut
1
-2
/
+3
2023-03-09
serial: stm32: Remove unused struct stm32_port txdone element
Marek Vasut
1
-1
/
+0
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
1
-28
/
+5
2023-01-31
serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
Marek Vasut
1
-28
/
+5
2023-01-19
serial: stm32: Add support for rs485 RX_DURING_TX output GPIO
Christoph Niedermaier
1
-1
/
+5
2022-11-22
serial: stm32: move dma_request_chan() before clk_prepare_enable()
Valentin Caron
1
-24
/
+23
2022-11-03
serial: stm32: Use uart_xmit_advance()
Ilpo Järvinen
1
-4
/
+3
2022-09-30
serial: stm32: Fix unused-variable warning
Ren Zhijie
1
-3
/
+3
2022-09-22
serial: stm32: Deassert Transmit Enable on ->rs485_config()
Lukas Wunner
1
-47
/
+53
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+78
2022-07-28
serial: stm32: make info structs static to avoid sparse warnings
Ben Dooks
1
-0
/
+69
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
1
-1
/
+1
2022-06-30
serial: stm32: Clear prev values before setting RTS delays
Ilpo Järvinen
1
-0
/
+2
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
1
-1
/
+1
2022-06-10
serial: stm32: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+8
2022-05-19
serial: stm32-usart: Correct CSIZE, bits, and parity
Ilpo Järvinen
1
-3
/
+12
2022-05-05
serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
Marek Vasut
1
-2
/
+40
2022-05-05
serial: stm32: Factor out GPIO RTS toggling into separate function
Marek Vasut
1
-21
/
+38
2022-04-22
serial: stm32: add earlycon support
Valentin Caron
1
-0
/
+51
2022-04-22
serial: stm32: add KGDB support
Valentin Caron
1
-2
/
+35
2022-04-22
serial: stm32: remove infinite loop possibility in putchar function
Valentin Caron
1
-3
/
+9
2022-04-15
serial: stm32: remove redundant code in rs485_config
Lino Sanfilippo
1
-7
/
+2
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2022-02-08
serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sources
Erwan Le Ray
1
-1
/
+2
2022-01-26
serial: stm32: fix software flow control transfer
Valentin Caron
1
-1
/
+1
2022-01-26
serial: stm32: prevent TDR register overwrite when sending x_char
Valentin Caron
1
-0
/
+12
2022-01-06
serial: stm32: correct loop for dma error handling
Valentin Caron
1
-3
/
+2
2022-01-06
serial: stm32: fix flow control transfer in DMA mode
Valentin Caron
1
-0
/
+3
2022-01-06
serial: stm32: rework TX DMA state condition
Valentin Caron
1
-18
/
+48
2022-01-06
serial: stm32: move tx dma terminate DMA to shutdown
Valentin Caron
1
-1
/
+5
2021-10-26
serial: stm32: push DMA RX data before suspending
Erwan Le Ray
1
-27
/
+53
2021-10-26
serial: stm32: terminate / restart DMA transfer at suspend / resume
Erwan Le Ray
1
-43
/
+84
2021-10-26
serial: stm32: rework RX dma initialization and release
Erwan Le Ray
1
-28
/
+41
2021-10-21
serial: stm32: update throttle and unthrottle ops for dma mode
Erwan Le Ray
1
-4
/
+33
2021-10-21
serial: stm32: rework RX over DMA
Erwan Le Ray
1
-48
/
+158
2021-10-21
serial: stm32: re-introduce an irq flag condition in usart_receive_chars
Erwan Le Ray
1
-8
/
+13
2021-08-16
serial: stm32: use devm_platform_get_and_ioremap_resource()
Tang Bin
1
-2
/
+1
[next]