All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] some serial rx buffer patches
@ 2024-10-03 14:10 Rasmus Villemoes
  2024-10-03 14:10 ` [PATCH 1/4] serial: fix circular rx buffer edge case Rasmus Villemoes
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Rasmus Villemoes @ 2024-10-03 14:10 UTC (permalink / raw)
  To: u-boot; +Cc: Stefan Roese, Tom Rini, Rasmus Villemoes

Some small improvements to the serial rx buffer feature.

CI seems happy: https://github.com/u-boot/u-boot/pull/674

Rasmus Villemoes (4):
  serial: fix circular rx buffer edge case
  serial: do not overwrite not-consumed characters in rx buffer
  serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZE
  serial: embed the rx buffer in struct serial_dev_priv

 drivers/serial/serial-uclass.c | 23 ++++++++++++-----------
 include/serial.h               |  8 +++++---
 2 files changed, 17 insertions(+), 14 deletions(-)

-- 
2.46.2


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

end of thread, other threads:[~2024-10-17 23:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-03 14:10 [PATCH 0/4] some serial rx buffer patches Rasmus Villemoes
2024-10-03 14:10 ` [PATCH 1/4] serial: fix circular rx buffer edge case Rasmus Villemoes
2024-10-09  1:51   ` Simon Glass
2024-10-09 11:03     ` Rasmus Villemoes
2024-10-17 23:23       ` Simon Glass
2024-10-03 14:10 ` [PATCH 2/4] serial: do not overwrite not-consumed characters in rx buffer Rasmus Villemoes
2024-10-09  1:51   ` Simon Glass
2024-10-03 14:10 ` [PATCH 3/4] serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZE Rasmus Villemoes
2024-10-09  1:51   ` Simon Glass
2024-10-03 14:10 ` [PATCH 4/4] serial: embed the rx buffer in struct serial_dev_priv Rasmus Villemoes
2024-10-09  1:51   ` Simon Glass
2024-10-17  2:22 ` [PATCH 0/4] some serial rx buffer patches Tom Rini

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.