All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] STM32 uart cleanup and improvements
@ 2020-12-18 19:00 ` Erwan Le Ray
  0 siblings, 0 replies; 22+ messages in thread
From: Erwan Le Ray @ 2020-12-18 19:00 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Rob Herring, Maxime Coquelin,
	Alexandre Torgue
  Cc: linux-serial, devicetree, linux-stm32, linux-arm-kernel,
	linux-kernel, Erwan Le Ray, Fabrice Gasnier, Valentin Caron

This series brings various fixes, cleanups and improvements to stm32-usart
driver.

Erwan Le Ray (8):
  serial: stm32: fix -Wall W=1 compilation warnings
  serial: stm32: fix code cleaning warnings and checks
  serial: stm32: add "_usart" prefix in functions name
  serial: stm32: add author
  dt-bindings: serial: stm32: update rts-gpios and cts-gpios
  serial: stm32: update conflicting RTS/CTS config comment
  serial: stm32: clean probe and remove port deinit
  serial: stm32: update transmission complete error message in shutdown

 .../bindings/serial/st,stm32-uart.yaml        |  13 +-
 drivers/tty/serial/stm32-usart.c              | 417 +++++++++---------
 2 files changed, 227 insertions(+), 203 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-12-31 20:39 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 19:00 [PATCH 0/7] STM32 uart cleanup and improvements Erwan Le Ray
2020-12-18 19:00 ` Erwan Le Ray
2020-12-18 19:00 ` [PATCH 1/8] serial: stm32: fix -Wall W=1 compilation warnings Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-18 19:00 ` [PATCH 2/8] serial: stm32: fix code cleaning warnings and checks Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-18 19:00 ` [PATCH 3/8] serial: stm32: add "_usart" prefix in functions name Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-18 19:00 ` [PATCH 4/8] serial: stm32: add author Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-18 19:00 ` [PATCH 5/8] dt-bindings: serial: stm32: update rts-gpios and cts-gpios Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-31 20:37   ` Rob Herring
2020-12-31 20:37     ` Rob Herring
2020-12-18 19:00 ` [PATCH 6/8] serial: stm32: update conflicting RTS/CTS config comment Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-18 19:00 ` [PATCH 7/8] serial: stm32: clean probe and remove port deinit Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-18 19:00 ` [PATCH 8/8] serial: stm32: update transmission complete error message in shutdown Erwan Le Ray
2020-12-18 19:00   ` Erwan Le Ray
2020-12-28 15:17 ` [PATCH 0/7] STM32 uart cleanup and improvements Greg Kroah-Hartman
2020-12-28 15:17   ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.