index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
stm32-usart.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...
Marek Vasut
2023-03-09
1
-2
/
+3
*
serial: stm32: Remove unused struct stm32_port txdone element
Marek Vasut
2023-03-09
1
-1
/
+0
*
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
2023-02-06
1
-28
/
+5
|
\
|
*
serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
Marek Vasut
2023-01-31
1
-28
/
+5
*
|
serial: stm32: Add support for rs485 RX_DURING_TX output GPIO
Christoph Niedermaier
2023-01-19
1
-1
/
+5
|
/
*
serial: stm32: move dma_request_chan() before clk_prepare_enable()
Valentin Caron
2022-11-22
1
-24
/
+23
*
serial: stm32: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-4
/
+3
*
serial: stm32: Fix unused-variable warning
Ren Zhijie
2022-09-30
1
-3
/
+3
*
serial: stm32: Deassert Transmit Enable on ->rs485_config()
Lukas Wunner
2022-09-22
1
-47
/
+53
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-08-08
1
-1
/
+78
|
\
|
*
serial: stm32: make info structs static to avoid sparse warnings
Ben Dooks
2022-07-28
1
-0
/
+69
|
*
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-07-08
1
-1
/
+1
|
*
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-27
1
-1
/
+1
|
*
serial: stm32: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+8
*
|
serial: stm32: Clear prev values before setting RTS delays
Ilpo Järvinen
2022-06-30
1
-0
/
+2
|
/
*
serial: stm32-usart: Correct CSIZE, bits, and parity
Ilpo Järvinen
2022-05-19
1
-3
/
+12
*
serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 mode
Marek Vasut
2022-05-05
1
-2
/
+40
*
serial: stm32: Factor out GPIO RTS toggling into separate function
Marek Vasut
2022-05-05
1
-21
/
+38
*
serial: stm32: add earlycon support
Valentin Caron
2022-04-22
1
-0
/
+51
*
serial: stm32: add KGDB support
Valentin Caron
2022-04-22
1
-2
/
+35
*
serial: stm32: remove infinite loop possibility in putchar function
Valentin Caron
2022-04-22
1
-3
/
+9
*
serial: stm32: remove redundant code in rs485_config
Lino Sanfilippo
2022-04-15
1
-7
/
+2
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sources
Erwan Le Ray
2022-02-08
1
-1
/
+2
*
serial: stm32: fix software flow control transfer
Valentin Caron
2022-01-26
1
-1
/
+1
*
serial: stm32: prevent TDR register overwrite when sending x_char
Valentin Caron
2022-01-26
1
-0
/
+12
*
serial: stm32: correct loop for dma error handling
Valentin Caron
2022-01-06
1
-3
/
+2
*
serial: stm32: fix flow control transfer in DMA mode
Valentin Caron
2022-01-06
1
-0
/
+3
*
serial: stm32: rework TX DMA state condition
Valentin Caron
2022-01-06
1
-18
/
+48
*
serial: stm32: move tx dma terminate DMA to shutdown
Valentin Caron
2022-01-06
1
-1
/
+5
*
serial: stm32: push DMA RX data before suspending
Erwan Le Ray
2021-10-26
1
-27
/
+53
*
serial: stm32: terminate / restart DMA transfer at suspend / resume
Erwan Le Ray
2021-10-26
1
-43
/
+84
*
serial: stm32: rework RX dma initialization and release
Erwan Le Ray
2021-10-26
1
-28
/
+41
*
serial: stm32: update throttle and unthrottle ops for dma mode
Erwan Le Ray
2021-10-21
1
-4
/
+33
*
serial: stm32: rework RX over DMA
Erwan Le Ray
2021-10-21
1
-48
/
+158
*
serial: stm32: re-introduce an irq flag condition in usart_receive_chars
Erwan Le Ray
2021-10-21
1
-8
/
+13
*
serial: stm32: use devm_platform_get_and_ioremap_resource()
Tang Bin
2021-08-16
1
-2
/
+1
*
serial: stm32: use the defined variable to simplify code
Tang Bin
2021-08-16
1
-2
/
+2
*
serial: stm32: fix the conditional expression writing
Tang Bin
2021-08-13
1
-2
/
+2
*
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
2021-06-15
1
-31
/
+1
*
serial: stm32: defer probe for dma devices
Erwan Le Ray
2021-06-15
1
-86
/
+77
*
serial: drop irq-flags initialisations
Johan Hovold
2021-05-20
1
-1
/
+1
*
serial: stm32: add FIFO threshold configuration
Fabrice Gasnier
2021-04-22
1
-6
/
+47
*
serial: stm32: defer sysrq processing
Johan Hovold
2021-04-22
1
-10
/
+6
*
serial: stm32: fix threaded interrupt handling
Johan Hovold
2021-04-22
1
-10
/
+12
*
tty/serial: Add rx-tx-swap OF option to stm32-usart
Martin Devera
2021-04-05
1
-1
/
+10
*
serial: stm32: update wakeup IRQ management
Alexandre Torgue
2021-03-23
1
-21
/
+11
*
serial: stm32: clean wakeup handling in serial_suspend
Erwan Le Ray
2021-03-23
1
-2
/
+0
*
serial: stm32: rework wakeup management
Erwan Le Ray
2021-03-23
1
-3
/
+3
[next]