From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] regmap updates for v6.19
Date: Mon, 01 Dec 2025 20:16:53 +0000 [thread overview]
Message-ID: <0ccc3ede03e242e9e47ee926e87a5727@kernel.org> (raw)
The following changes since commit dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa:
Linux 6.18-rc3 (2025-10-26 15:59:49 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.19
for you to fetch changes up to 6985defd1d832f1dd9d1977a6a2cc2cef7632704:
regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing (2025-11-07 14:07:04 +0000)
----------------------------------------------------------------
regmap: Updates for v6.19
Another small update for regmap, we have one new feature plus a little
bit of cleanup:
- Support for sparseness information in the flat cache, allowing users
that really need the performance properties it provides to benefit
from the interface and startup time improvements that sparsness provides
without needing to go all the way to a more fancy data structure.
- Cleanup work from Andy Shevchenko, refactoring the cache interface
in preparation for some future stuff he's working on.
----------------------------------------------------------------
Andy Shevchenko (6):
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()
regmap: i3c: Use ARRAY_SIZE()
Charles Keepax (1):
regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing
Sander Vanheule (2):
regmap: add flat cache with sparse validity
regmap: warn users about uninitialized flat cache
drivers/base/regmap/internal.h | 2 +
drivers/base/regmap/regcache-flat.c | 107 +++++++++++++++++++++++++++++-----
drivers/base/regmap/regcache-maple.c | 47 +++++++--------
drivers/base/regmap/regcache-rbtree.c | 31 +++++-----
drivers/base/regmap/regcache.c | 17 ++++++
drivers/base/regmap/regmap-i3c.c | 5 +-
drivers/base/regmap/regmap-kunit.c | 22 +++++++
drivers/base/regmap/regmap-sdw-mbq.c | 3 +-
include/linux/regmap.h | 17 ++++--
9 files changed, 186 insertions(+), 65 deletions(-)
next reply other threads:[~2025-12-01 20:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-01 20:16 Mark Brown [this message]
2025-12-04 19:27 ` [GIT PULL] regmap updates for v6.19 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0ccc3ede03e242e9e47ee926e87a5727@kernel.org \
--to=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox