From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29F952C324D for ; Mon, 13 Apr 2026 16:08:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776096522; cv=none; b=HnIAxJlBQzYXQ7l1ubNJHaaZwrPkwM4zQj/iJaAQFb/WFq4nAiDHjQeSXU+6dj3y+To9j8JAc6TNUgpmlJBto30wLDl9ht9NR/niQQTDXmQm3x00xAsKh6a4b3Fs+hWhBU3uXB7usW0R3mhEB1mKoFpv5tAP99ZvfH1EEGgTBmk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776096522; c=relaxed/simple; bh=VSwOcP1BvjgJP79tbSR8eoBODi98NixpzqJGG53Ow7w=; h=Message-ID:From:To:Cc:Subject:Date; b=Ang56oehBiuJkmCMNoLGRU1GKkz7v8mWSCDauAHlIlK2VbJuON/hGt14brGtk/uAE7m4L6utlU1j/CEANtVWqgwXkQhXlOcqB5jj182leN1FCsONGM8kNB2U2mS/XizV3bl+aoD8UwlG99erVhuvmjwyH58ZVEyirBGFwxPGQ6E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aQTgLKNB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aQTgLKNB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D9F1C2BCB8; Mon, 13 Apr 2026 16:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776096521; bh=VSwOcP1BvjgJP79tbSR8eoBODi98NixpzqJGG53Ow7w=; h=From:To:Cc:Subject:Date:From; b=aQTgLKNB8kvx8Zwg+KLqvK3Cz69/+EIwGRyM0lxd6XHpTQ5uka0LmsmF1T4C5zylA 3f2xdU8+MzE4Qxx1Las73u5jEtQpWIjW2nOIjHDm7VcL94g/GHY3+IauiPS0aeP9qj 9V5djuWnSUBwm+d87zx5GvUxcqpL34qM5nCDV8ucn047m5/XcGsCvDAuzZL3WyNiQG xm1Z21h/8JW/mcgLfdQHbjAi6mE7AypWTQr75rW5JX8AMyvtvamVh5uMqvoOCydcPy Eig30KxeqWXujpVOXq51jDR+NTN3BwOUZCjnYR0utLQ9/5bCQi7Rp9NoRG9QONm3lb hmoxWWD6sxxcg== Message-ID: <4c05835250f72a21200e7f495925b0db@kernel.org> From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regmap updates for v7.1 Date: Mon, 13 Apr 2026 17:08:25 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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(-)