[PATCH v1 0/4] regcache: Split out ->populate()

Andy Shevchenko posted 4 patches 1 month, 2 weeks ago
drivers/base/regmap/internal.h        |  1 +
drivers/base/regmap/regcache-flat.c   | 28 +++++++++-------
drivers/base/regmap/regcache-maple.c  | 47 ++++++++++++---------------
drivers/base/regmap/regcache-rbtree.c | 31 ++++++++++--------
drivers/base/regmap/regcache.c        | 16 +++++++++
5 files changed, 71 insertions(+), 52 deletions(-)
[PATCH v1 0/4] regcache: Split out ->populate()
Posted by Andy Shevchenko 1 month, 2 weeks ago
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.

Andy Shevchenko (4):
  regcache: Add ->populate() callback to separate from ->init()
  regcache: rbtree: Split ->populate() from ->init()
  regcache: flat: Split ->populate() from ->init()
  regcache: maple: Split ->populate() from ->init()

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

-- 
2.50.1
Re: [PATCH v1 0/4] regcache: Split out ->populate()
Posted by Mark Brown 1 month, 2 weeks ago
On Wed, Oct 29, 2025 at 08:28:57AM +0100, Andy Shevchenko wrote:
> 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.

This looks fine but needs a rebase onto the latest code.
Re: [PATCH v1 0/4] regcache: Split out ->populate()
Posted by Andy Shevchenko 1 month, 2 weeks ago
On Thu, Oct 30, 2025 at 11:36:27AM +0000, Mark Brown wrote:
> On Wed, Oct 29, 2025 at 08:28:57AM +0100, Andy Shevchenko wrote:
> > 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.
> 
> This looks fine but needs a rebase onto the latest code.

Will do, thanks!

-- 
With Best Regards,
Andy Shevchenko