]> git.ipfire.org Git - thirdparty/linux.git/commit
regcache: maple: Split ->populate() from ->init()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 31 Oct 2025 08:03:20 +0000 (09:03 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 31 Oct 2025 12:01:55 +0000 (12:01 +0000)
commited5d499b5c9cc11dd3edae1a7a55db7dfa4f1bdc
treec36e55476c7c27b72121c40845dcc1c7115f8562
parent44c1a444b030647803d900e60f5a8af31a782f0e
regcache: maple: Split ->populate() from ->init()

Split ->populate() implementation from ->init() code.
This decoupling will help for the further changes.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251031080540.3970776-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regcache-maple.c