开源镜像站
帮助
动态
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
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
2021-08-16
serial: stm32: use the defined variable to simplify code
Tang Bin
2021-08-13
serial: stm32: fix the conditional expression writing
Tang Bin
2021-06-15
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
2021-06-15
serial: stm32: defer probe for dma devices
Erwan Le Ray
2021-05-20
serial: drop irq-flags initialisations
Johan Hovold
2021-04-22
serial: stm32: add FIFO threshold configuration
Fabrice Gasnier
2021-04-22
serial: stm32: defer sysrq processing
Johan Hovold
2021-04-22
serial: stm32: fix threaded interrupt handling
Johan Hovold
2021-04-05
tty/serial: Add rx-tx-swap OF option to stm32-usart
Martin Devera
2021-03-23
serial: stm32: update wakeup IRQ management
Alexandre Torgue
2021-03-23
serial: stm32: clean wakeup handling in serial_suspend
Erwan Le Ray
2021-03-23
serial: stm32: rework wakeup management
Erwan Le Ray
2021-03-10
serial: stm32: add support for "flush_buffer" ops
Erwan Le Ray
2021-03-10
serial: stm32: fix tx_empty condition
Erwan Le Ray
2021-03-10
serial: stm32: add FIFO flush when port is closed
Erwan Le Ray
2021-03-10
serial: stm32: fix FIFO flush in startup and set_termios
Erwan Le Ray
2021-03-10
serial: stm32: call stm32_transmit_chars locked
Erwan Le Ray
2021-03-10
serial: stm32: fix tx dma completion, release channel
Erwan Le Ray
2021-03-10
serial: stm32: fix a deadlock in set_termios
Erwan Le Ray
2021-03-10
serial: stm32: fix wake-up flag handling
Erwan Le Ray
2021-03-10
serial: stm32: fix a deadlock condition with wakeup event
Erwan Le Ray
2021-03-10
serial: stm32: fix TX and RX FIFO thresholds
Erwan Le Ray
2021-03-10
serial: stm32: fix incorrect characters on console
Erwan Le Ray
2021-03-10
serial: stm32: fix startup by enabling usart for reception
Erwan Le Ray
2021-03-10
serial: stm32: fix probe and remove order for dma
Erwan Le Ray
2021-02-22
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-01-26
serial: stm32: improve platform_get_irq condition handling in init_port
Erwan Le Ray
2021-01-26
serial: stm32: Use of_device_get_match_data()
Stephen Boyd
2021-01-07
serial: stm32: update transmission complete error message in shutdown
Erwan Le Ray
2021-01-07
serial: stm32: clean probe and remove port deinit
Erwan Le Ray
2021-01-07
serial: stm32: update conflicting RTS/CTS config comment
Erwan Le Ray
2021-01-07
serial: stm32: add author
Erwan Le Ray
2021-01-07
serial: stm32: add "_usart" prefix in functions name
Erwan Le Ray
2021-01-07
serial: stm32: fix code cleaning warnings and checks
Erwan Le Ray
2021-01-07
serial: stm32: fix DMA initialization error handling
Erwan Le Ray
2020-11-06
tty: serial: stm32-usart: Remove set but unused 'cookie' variables
Lee Jones
2020-09-04
serial: stm32: Add RS485 RTS GPIO control again
Marek Vasut
[next]