All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] regcache: Split out ->populate() and use it
@ 2025-10-31  8:03 Andy Shevchenko
  2025-10-31  8:03 ` [PATCH v3 1/5] regcache: Add ->populate() callback to separate from ->init() Andy Shevchenko
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Andy Shevchenko @ 2025-10-31  8:03 UTC (permalink / raw)
  To: Mark Brown, Christophe JAILLET, Sander Vanheule, Andy Shevchenko,
	linux-kernel
  Cc: Greg Kroah-Hartman, Rafael J. Wysocki, Danilo Krummrich

This is a refactoring series to decouple cache initialisation and population.
On its own it has no functional impact but will be used in the further
development. Besides that I found this split useful on its own (from the design
perspective). That's why I decided to send it out as is separately from a bigger
(and ongoing) work.

Changelog v3:
- added missing space (Mark)
- collected tags (Sander)

Changelog v2:
v2: https://lore.kernel.org/r/20251030173915.3886882-1-andriy.shevchenko@linux.intel.com
- rebased on top of the recent regcache changes (Mark)
- a new clean up patch induced by the previous

v1: https://lore.kernel.org/r/20251029073131.3004660-1-andriy.shevchenko@linux.intel.com

Andy Shevchenko (5):
  regcache: Add ->populate() callback to separate from ->init()
  regcache: rbtree: Split ->populate() from ->init()
  regcache: flat: Remove unneeded check and error message for -ENOMEM
  regcache: flat: Split ->populate() from ->init()
  regcache: maple: Split ->populate() from ->init()

 drivers/base/regmap/internal.h        |  1 +
 drivers/base/regmap/regcache-flat.c   | 37 +++++++++++----------
 drivers/base/regmap/regcache-maple.c  | 47 ++++++++++++---------------
 drivers/base/regmap/regcache-rbtree.c | 31 ++++++++++--------
 drivers/base/regmap/regcache.c        | 16 +++++++++
 5 files changed, 74 insertions(+), 58 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2025-10-31 14:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31  8:03 [PATCH v3 0/5] regcache: Split out ->populate() and use it Andy Shevchenko
2025-10-31  8:03 ` [PATCH v3 1/5] regcache: Add ->populate() callback to separate from ->init() Andy Shevchenko
2025-10-31 10:48   ` Charles Keepax
2025-10-31 12:49     ` Andy Shevchenko
2025-10-31  8:03 ` [PATCH v3 2/5] regcache: rbtree: Split ->populate() " Andy Shevchenko
2025-10-31 10:49   ` Charles Keepax
2025-10-31  8:03 ` [PATCH v3 3/5] regcache: flat: Remove unneeded check and error message for -ENOMEM Andy Shevchenko
2025-10-31 10:51   ` Charles Keepax
2025-10-31  8:03 ` [PATCH v3 4/5] regcache: flat: Split ->populate() from ->init() Andy Shevchenko
2025-10-31 10:52   ` Charles Keepax
2025-10-31  8:03 ` [PATCH v3 5/5] regcache: maple: " Andy Shevchenko
2025-10-31 10:53   ` Charles Keepax
2025-10-31 14:48 ` [PATCH v3 0/5] regcache: Split out ->populate() and use it Mark Brown

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.