index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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
2022-01-26
serial: stm32: prevent TDR register overwrite when sending x_char
Valentin Caron
1
-0
/
+12
2022-01-06
serial: stm32: correct loop for dma error handling
Valentin Caron
1
-3
/
+2
2022-01-06
serial: stm32: fix flow control transfer in DMA mode
Valentin Caron
1
-0
/
+3
2022-01-06
serial: stm32: rework TX DMA state condition
Valentin Caron
1
-18
/
+48
2022-01-06
serial: stm32: move tx dma terminate DMA to shutdown
Valentin Caron
1
-1
/
+5
2021-10-26
serial: stm32: push DMA RX data before suspending
Erwan Le Ray
1
-27
/
+53
2021-10-26
serial: stm32: terminate / restart DMA transfer at suspend / resume
Erwan Le Ray
1
-43
/
+84
2021-10-26
serial: stm32: rework RX dma initialization and release
Erwan Le Ray
1
-28
/
+41
2021-10-21
serial: stm32: update throttle and unthrottle ops for dma mode
Erwan Le Ray
1
-4
/
+33
2021-10-21
serial: stm32: rework RX over DMA
Erwan Le Ray
1
-48
/
+158
2021-10-21
serial: stm32: re-introduce an irq flag condition in usart_receive_chars
Erwan Le Ray
1
-8
/
+13
2021-08-16
serial: stm32: use devm_platform_get_and_ioremap_resource()
Tang Bin
1
-2
/
+1
2021-08-16
serial: stm32: use the defined variable to simplify code
Tang Bin
1
-2
/
+2
2021-08-13
serial: stm32: fix the conditional expression writing
Tang Bin
1
-2
/
+2
2021-06-15
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
1
-31
/
+1
2021-06-15
serial: stm32: defer probe for dma devices
Erwan Le Ray
1
-86
/
+77
2021-05-20
serial: drop irq-flags initialisations
Johan Hovold
1
-1
/
+1
2021-04-22
serial: stm32: add FIFO threshold configuration
Fabrice Gasnier
1
-6
/
+47
2021-04-22
serial: stm32: defer sysrq processing
Johan Hovold
1
-10
/
+6
2021-04-22
serial: stm32: fix threaded interrupt handling
Johan Hovold
1
-10
/
+12
2021-04-05
tty/serial: Add rx-tx-swap OF option to stm32-usart
Martin Devera
1
-1
/
+10
2021-03-23
serial: stm32: update wakeup IRQ management
Alexandre Torgue
1
-21
/
+11
2021-03-23
serial: stm32: clean wakeup handling in serial_suspend
Erwan Le Ray
1
-2
/
+0
2021-03-23
serial: stm32: rework wakeup management
Erwan Le Ray
1
-3
/
+3
2021-03-10
serial: stm32: add support for "flush_buffer" ops
Erwan Le Ray
1
-0
/
+14
2021-03-10
serial: stm32: fix tx_empty condition
Erwan Le Ray
1
-1
/
+4
2021-03-10
serial: stm32: add FIFO flush when port is closed
Erwan Le Ray
1
-0
/
+5
2021-03-10
serial: stm32: fix FIFO flush in startup and set_termios
Erwan Le Ray
1
-3
/
+3
2021-03-10
serial: stm32: call stm32_transmit_chars locked
Erwan Le Ray
1
-0
/
+3
2021-03-10
serial: stm32: fix tx dma completion, release channel
Erwan Le Ray
1
-0
/
+1
2021-03-10
serial: stm32: fix a deadlock in set_termios
Erwan Le Ray
1
-6
/
+6
[next]