* [GIT PULL] regmap updates for v6.19
@ 2025-12-01 20:16 Mark Brown
2025-12-04 19:27 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2025-12-01 20:16 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Mark Brown
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] regmap updates for v6.19
2025-12-01 20:16 [GIT PULL] regmap updates for v6.19 Mark Brown
@ 2025-12-04 19:27 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-12-04 19:27 UTC (permalink / raw)
To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown
The pull request you sent on Mon, 01 Dec 2025 20:16:53 +0000:
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.19
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ba1401f9cced493948a691a670308832588e8f60
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-04 19:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 20:16 [GIT PULL] regmap updates for v6.19 Mark Brown
2025-12-04 19:27 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox