U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] lmb: Improve style
@ 2024-12-11  2:25 Sam Protsenko
  2024-12-11  2:25 ` [PATCH v2 1/4] lmb: Fix flags data type in lmb_add_region_flags() Sam Protsenko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sam Protsenko @ 2024-12-11  2:25 UTC (permalink / raw)
  To: Tom Rini
  Cc: Ilias Apalodimas, Sughosh Ganu, Heinrich Schuchardt, Simon Glass,
	Caleb Connolly, Marek Vasut, Laurent Pinchart, Patrick Delaunay,
	u-boot

This series is intended to be picked up for -next.

Cleanup the LMB code a bit, after fixing the false positive error
messages. No functional change. This series depends on [1] (which is
"lmb: Fix reserving the same region multiple times").

Changes in v2:
  - The original series was split by actual functional change patches
    [1] and cleanup patches (this series)
  - Collected review tags

[1] https://lists.denx.de/pipermail/u-boot/2024-December/574606.html

Sam Protsenko (4):
  lmb: Fix flags data type in lmb_add_region_flags()
  lmb: Make const flag_str[] in lmb_print_region_flags() more const
  lmb: Improve coding style
  lmb: Improve kernel-doc comments

 include/lmb.h | 125 ++++++++++++++++++++++++++++++--------------------
 lib/lmb.c     |  87 ++++++++---------------------------
 2 files changed, 94 insertions(+), 118 deletions(-)

-- 
2.39.5


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

end of thread, other threads:[~2024-12-30 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11  2:25 [PATCH v2 0/4] lmb: Improve style Sam Protsenko
2024-12-11  2:25 ` [PATCH v2 1/4] lmb: Fix flags data type in lmb_add_region_flags() Sam Protsenko
2024-12-11  2:25 ` [PATCH v2 2/4] lmb: Make const flag_str[] in lmb_print_region_flags() more const Sam Protsenko
2024-12-11  2:25 ` [PATCH v2 3/4] lmb: Improve coding style Sam Protsenko
2024-12-11  2:25 ` [PATCH v2 4/4] lmb: Improve kernel-doc comments Sam Protsenko
2024-12-30 21:52 ` [PATCH v2 0/4] lmb: Improve style Tom Rini

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