public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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 v7.1
Date: Mon, 13 Apr 2026 17:08:25 +0100	[thread overview]
Message-ID: <4c05835250f72a21200e7f495925b0db@kernel.org> (raw)

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(-)

             reply	other threads:[~2026-04-13 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-13 16:08 Mark Brown [this message]
2026-04-15 22:01 ` [GIT PULL] regmap updates for v7.1 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=4c05835250f72a21200e7f495925b0db@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