index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
stm32-usart.c
Age
Commit message (
Expand
)
Author
2024-01-04
serial: Do not hold the port lock when setting rx-during-tx GPIO
Lino Sanfilippo
2023-11-23
serial: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-18
serial: stm32: Use port lock wrappers
Thomas Gleixner
2023-09-18
serial: stm32: add support for break control
Erwan Le Ray
2023-08-22
serial: stm32: synchronize RX DMA channel in shutdown
Amelie Delaunay
2023-08-22
serial: stm32: replace access to DMAR bit by dmaengine_pause/resume
Valentin Caron
2023-08-22
serial: stm32: group dma pause/resume error handling into single function
Valentin Caron
2023-08-22
serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled
Valentin Caron
2023-08-22
serial: stm32: use DMAT as a configuration bit
Valentin Caron
2023-08-22
serial: stm32: avoid clearing DMAT bit during transfer
Valentin Caron
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-05-13
serial: stm32: Ignore return value of uart_remove_one_port() in .remove()
Uwe Kleine-König
2023-03-09
serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...
Marek Vasut
2023-03-09
serial: stm32: Remove unused struct stm32_port txdone element
Marek Vasut
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
2023-01-31
serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
Marek Vasut
2023-01-19
serial: stm32: Add support for rs485 RX_DURING_TX output GPIO
Christoph Niedermaier
2022-11-22
serial: stm32: move dma_request_chan() before clk_prepare_enable()
Valentin Caron
2022-11-03
serial: stm32: Use uart_xmit_advance()
Ilpo Järvinen
2022-09-30
serial: stm32: Fix unused-variable warning
Ren Zhijie
2022-09-22
serial: stm32: Deassert Transmit Enable on ->rs485_config()
Lukas Wunner
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-07-28
serial: stm32: make info structs static to avoid sparse warnings
Ben Dooks
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-06-30
serial: stm32: Clear prev values before setting RTS delays
Ilpo Järvinen
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-10
serial: stm32: Fill in rs485_supported
Ilpo Järvinen
2022-05-19
serial: stm32-usart: Correct CSIZE, bits, and parity
Ilpo Järvinen
2022-05-05
serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
Marek Vasut
2022-05-05
serial: stm32: Factor out GPIO RTS toggling into separate function
Marek Vasut
2022-04-22
serial: stm32: add earlycon support
Valentin Caron
2022-04-22
serial: stm32: add KGDB support
Valentin Caron
2022-04-22
serial: stm32: remove infinite loop possibility in putchar function
Valentin Caron
2022-04-15
serial: stm32: remove redundant code in rs485_config
Lino Sanfilippo
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-02-08
serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sources
Erwan Le Ray
2022-01-26
serial: stm32: fix software flow control transfer
Valentin Caron
2022-01-26
serial: stm32: prevent TDR register overwrite when sending x_char
Valentin Caron
2022-01-06
serial: stm32: correct loop for dma error handling
Valentin Caron
2022-01-06
serial: stm32: fix flow control transfer in DMA mode
Valentin Caron
2022-01-06
serial: stm32: rework TX DMA state condition
Valentin Caron
2022-01-06
serial: stm32: move tx dma terminate DMA to shutdown
Valentin Caron
2021-10-26
serial: stm32: push DMA RX data before suspending
Erwan Le Ray
2021-10-26
serial: stm32: terminate / restart DMA transfer at suspend / resume
Erwan Le Ray
2021-10-26
serial: stm32: rework RX dma initialization and release
Erwan Le Ray
2021-10-21
serial: stm32: update throttle and unthrottle ops for dma mode
Erwan Le Ray
2021-10-21
serial: stm32: rework RX over DMA
Erwan Le Ray
2021-10-21
serial: stm32: re-introduce an irq flag condition in usart_receive_chars
Erwan Le Ray
2021-08-16
serial: stm32: use devm_platform_get_and_ioremap_resource()
Tang Bin
[next]