All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] serial: stm32: add earlycon and polling mode
@ 2022-04-08 12:26 ` Valentin Caron
  0 siblings, 0 replies; 14+ messages in thread
From: Valentin Caron @ 2022-04-08 12:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jonathan Corbet
  Cc: Jiri Slaby, Maxime Coquelin, Alexandre Torgue, Erwan Le Ray,
	Valentin Caron, linux-serial, linux-stm32, linux-arm-kernel,
	linux-kernel, linux-doc

- Add support of early console and polling mode in stm32-usart driver.
- Avoid a possible infinite loop in putchar function.

Changes since v1:
- Fix warning "unused variable 'ret'"

Valentin Caron (3):
  serial: stm32: remove infinite loop possibility in putchar function
  serial: stm32: add KGDB support
  serial: stm32: add earlycon support

 .../admin-guide/kernel-parameters.txt         |   6 ++
 drivers/tty/serial/Kconfig                    |   1 +
 drivers/tty/serial/stm32-usart.c              | 100 +++++++++++++++++-
 drivers/tty/serial/stm32-usart.h              |   2 +
 4 files changed, 104 insertions(+), 5 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-04-14 12:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 12:26 [PATCH V2 0/3] serial: stm32: add earlycon and polling mode Valentin Caron
2022-04-08 12:26 ` Valentin Caron
2022-04-08 12:26 ` [PATCH V2 1/3] serial: stm32: remove infinite loop possibility in putchar function Valentin Caron
2022-04-08 12:26   ` Valentin Caron
2022-04-08 12:26 ` [PATCH V2 2/3] serial: stm32: add KGDB support Valentin Caron
2022-04-08 12:26   ` Valentin Caron
2022-04-08 12:26 ` [PATCH V2 3/3] serial: stm32: add earlycon support Valentin Caron
2022-04-08 12:26   ` Valentin Caron
2022-04-11 14:59   ` Geert Uytterhoeven
2022-04-11 14:59     ` Geert Uytterhoeven
2022-04-14 12:17     ` Valentin CARON
2022-04-14 12:17       ` Valentin CARON
2022-04-14 12:24       ` Geert Uytterhoeven
2022-04-14 12:24         ` Geert Uytterhoeven

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.