开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
2024-04-17
serial: stm32: Reset .throttled state in .startup()
Uwe Kleine-König
2024-04-17
serial: stm32: Return IRQ_NONE in the ISR if no handling happend
Uwe Kleine-König
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-02-27
Merge 6.8-rc6 into tty-next
Greg Kroah-Hartman
2024-02-19
serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled
Lino Sanfilippo
2024-01-27
serial: stm32: get FIFO size from hwcfg register
Valentin Caron
2024-01-27
serial: stm32: implement prescaler tuning to compute low baudrate
Valentin Caron
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
[next]