index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
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
2025-03-20
serial: stm32: do not deassert RS485 RTS GPIO prematurely
Cheick Traore
1
-3
/
+1
2025-02-19
serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
Alexis Lothoré
1
-1
/
+1
2024-12-23
serial: stm32: use port lock wrappers for break control
Ben Wolsieffer
1
-2
/
+2
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
1
-2
/
+11
2024-04-17
serial: stm32: Reset .throttled state in .startup()
Uwe Kleine-König
1
-0
/
+1
2024-04-17
serial: stm32: Return IRQ_NONE in the ISR if no handling happend
Uwe Kleine-König
1
-2
/
+10
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-32
/
+20
2024-02-27
Merge 6.8-rc6 into tty-next
Greg Kroah-Hartman
1
-1
/
+3
2024-02-19
serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled
Lino Sanfilippo
1
-1
/
+3
2024-01-27
serial: stm32: get FIFO size from hwcfg register
Valentin Caron
1
-69
/
+89
2024-01-27
serial: stm32: implement prescaler tuning to compute low baudrate
Valentin Caron
1
-21
/
+50
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
[next]