[GIT PULL] regmap updates for v7.1
From: Mark Brown
Date: Mon Apr 13 2026 - 12:20:39 EST
The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:
Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v7.1
for you to fetch changes up to 8ad7f3b265a87cd4e5052677545f90f14c855b10:
regmap: i3c: Add non-devm regmap_init_i3c() helper (2026-04-10 11:46:15 +0100)
----------------------------------------------------------------
regmap: Updates for v7.1
This has been quite a busy release for regmap, the user visible changes
are quite minor but there's some quite good work on internal code
improvements.
- Cleanup helper for __free()ing regmap_fields.
- Support non-devm I3C regmaps.
- A bunch of cleanup work, mostly from Andy Shevchenko.
- Fix for bootstrapping issues with hardware initialised regmaps, which
was the main inspiration for some of the cleanups.
----------------------------------------------------------------
Andy Shevchenko (9):
regcache: Remove duplicate check in regcache_hw_init()
regcache: Split regcache_count_cacheable_registers() helper
regcache: Define iterator inside for-loop and align their types
regcache: Amend printf() specifiers when printing registers
regcache: Factor out regcache_hw_exit() helper
regcache: Move count check and cache_bypass assignment to the caller
regcache: Allocate and free reg_defaults on the same level
regcache: Move HW readback after cache initialisation
regmap: Synchronize cache for the page selector
Krzysztof Kozlowski (1):
regmap: Simplify devres handling
Mark Brown (1):
regmap: Merge up v7.0-rc2
Pei Xiao (1):
regmap: i3c: Add non-devm regmap_init_i3c() helper
Sander Vanheule (2):
regmap: sort header includes
regmap: define cleanup helper for regmap_field
Zxyan Zhu (1):
regmap: debugfs: fix race condition in dummy name allocation
drivers/base/regmap/internal.h | 3 +-
drivers/base/regmap/regcache.c | 102 ++++++++++++++++++-----------------
drivers/base/regmap/regmap-debugfs.c | 21 ++++++--
drivers/base/regmap/regmap-i3c.c | 10 ++++
drivers/base/regmap/regmap.c | 53 ++++++++++++------
include/linux/regmap.h | 32 ++++++++---
6 files changed, 144 insertions(+), 77 deletions(-)