public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] serial: stm32: improve driver for stm32mp25
@ 2024-01-11 15:27 Valentin Caron
  2024-01-11 15:27 ` [PATCH 1/4] serial: stm32: implement prescaler tuning to compute low baudrate Valentin Caron
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Valentin Caron @ 2024-01-11 15:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby
  Cc: Alexandre Torgue, linux-kernel, linux-serial, linux-stm32,
	linux-arm-kernel, Valentin Caron

STM32MP25 got the same serial hardware block as STM32MP1x but with two improvements:
 - TX and RX FIFO have been extended to 64 bytes.
 - one instance more than in STM32MP1x series.

Valentin Caron (4):
  serial: stm32: implement prescaler tuning to compute low baudrate
  serial: stm32: extend max number of U(S)ART to 9
  serial: stm32: change register's offset type from u8 to u16
  serial: stm32: get FIFO size from hwcfg register

 drivers/tty/serial/stm32-usart.c | 222 +++++++++++++++++++------------
 drivers/tty/serial/stm32-usart.h |  38 ++++--
 2 files changed, 159 insertions(+), 101 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-01-12  6:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 15:27 [PATCH 0/4] serial: stm32: improve driver for stm32mp25 Valentin Caron
2024-01-11 15:27 ` [PATCH 1/4] serial: stm32: implement prescaler tuning to compute low baudrate Valentin Caron
2024-01-12  6:57   ` kernel test robot
2024-01-11 15:27 ` [PATCH 2/4] serial: stm32: extend max number of U(S)ART to 9 Valentin Caron
2024-01-11 15:27 ` [PATCH 3/4] serial: stm32: change register's offset type from u8 to u16 Valentin Caron
2024-01-11 15:27 ` [PATCH 4/4] serial: stm32: get FIFO size from hwcfg register Valentin Caron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox