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: 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
*
serial: stm32: add support for "flush_buffer" ops
Erwan Le Ray
2021-03-10
1
-0
/
+14
*
serial: stm32: fix tx_empty condition
Erwan Le Ray
2021-03-10
1
-1
/
+4
*
serial: stm32: add FIFO flush when port is closed
Erwan Le Ray
2021-03-10
1
-0
/
+5
*
serial: stm32: fix FIFO flush in startup and set_termios
Erwan Le Ray
2021-03-10
1
-3
/
+3
*
serial: stm32: call stm32_transmit_chars locked
Erwan Le Ray
2021-03-10
1
-0
/
+3
*
serial: stm32: fix tx dma completion, release channel
Erwan Le Ray
2021-03-10
1
-0
/
+1
*
serial: stm32: fix a deadlock in set_termios
Erwan Le Ray
2021-03-10
1
-6
/
+6
*
serial: stm32: fix wake-up flag handling
Erwan Le Ray
2021-03-10
1
-13
/
+19
*
serial: stm32: fix a deadlock condition with wakeup event
Erwan Le Ray
2021-03-10
1
-12
/
+15
*
serial: stm32: fix TX and RX FIFO thresholds
Erwan Le Ray
2021-03-10
1
-14
/
+9
*
serial: stm32: fix incorrect characters on console
Erwan Le Ray
2021-03-10
1
-1
/
+11
*
serial: stm32: fix startup by enabling usart for reception
Erwan Le Ray
2021-03-10
1
-1
/
+2
*
serial: stm32: fix probe and remove order for dma
Erwan Le Ray
2021-03-10
1
-13
/
+44
*
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-02-22
1
-37
/
+34
|
\
|
*
serial: stm32: Use of_device_get_match_data()
Stephen Boyd
2021-01-26
1
-37
/
+34
*
|
serial: stm32: improve platform_get_irq condition handling in init_port
Erwan Le Ray
2021-01-26
1
-5
/
+5
*
|
serial: stm32: update transmission complete error message in shutdown
Erwan Le Ray
2021-01-07
1
-1
/
+2
*
|
serial: stm32: clean probe and remove port deinit
Erwan Le Ray
2021-01-07
1
-2
/
+7
*
|
serial: stm32: update conflicting RTS/CTS config comment
Erwan Le Ray
2021-01-07
1
-1
/
+4
*
|
serial: stm32: add author
Erwan Le Ray
2021-01-07
1
-1
/
+2
*
|
serial: stm32: add "_usart" prefix in functions name
Erwan Le Ray
2021-01-07
1
-171
/
+177
*
|
serial: stm32: fix code cleaning warnings and checks
Erwan Le Ray
2021-01-07
1
-18
/
+15
*
|
serial: stm32: fix DMA initialization error handling
Erwan Le Ray
2021-01-07
1
-7
/
+17
|
/
*
tty: serial: stm32-usart: Remove set but unused 'cookie' variables
Lee Jones
2020-11-06
1
-4
/
+2
*
serial: stm32: Add RS485 RTS GPIO control again
Marek Vasut
2020-09-04
1
-8
/
+25
*
serial: stm32: avoid kernel warning on absence of optional IRQ
Holger Assmann
2020-08-18
1
-1
/
+1
*
serial: stm32: Add RS485 RTS GPIO control
Marek Vasut
2020-07-30
1
-0
/
+8
*
serial: stm32: Use generic DT binding for announcing RTS/CTS lines
Erwan Le Ray
2020-07-01
1
-2
/
+3
*
serial: stm32: add no_console_suspend support
Erwan Le Ray
2020-05-19
1
-1
/
+12
*
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-05-15
1
-4
/
+4
*
tty: serial: Add modem control gpio support for STM32 UART
Manivannan Sadhasivam
2020-05-15
1
-2
/
+51
*
tty/serial: Migrate stm32-usart to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
serial: stm32: fix clearing interrupt error flags
Fabrice Gasnier
2019-11-21
1
-3
/
+3
*
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-09-04
1
-13
/
+4
*
serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Erwan Le Ray
2019-09-04
1
-5
/
+4
*
serial: stm32: add pm_runtime support
Erwan Le Ray
2019-09-04
1
-3
/
+38
*
serial: stm32: select pinctrl state in each suspend/resume function
Erwan Le Ray
2019-09-04
1
-0
/
+5
[next]