[GIT PULL] regmap updates for v6.12

From: Mark Brown
Date: Sun Sep 15 2024 - 19:26:38 EST


The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:

Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.12

for you to fetch changes up to c7edb7ac8472a57e0c56a3a95796db3af98b2383:

regmap: kunit: Add coverage of spinlocked regmaps (2024-09-02 12:56:16 +0100)

----------------------------------------------------------------
regmap: Updates for v6.12

The main update here is Matti's work allowing regmap irqdomains to be
given custom names (allowing multiple interrupt controllers associatd
with a single struct device), this pulls in some commits from Thomas'
tree which it depends on. Otherwise there's a bit of work on improving
handling of regmaps protected with spinlocks when used with complex
cache types, fixing some valid but harmless lockdep reports seen with
some new driver work.

----------------------------------------------------------------
Marek Szyprowski (1):
regcache: use map->alloc_flags also for allocating cache

Mark Brown (4):
regmap IRQ support for devices with multiple IRQs
regmap: Hold the regmap lock when allocating and freeing the cache
regmap: Use locking during kunit tests
regmap: kunit: Add coverage of spinlocked regmaps

Matti Vaittinen (3):
irqdomain: Simplify simple and legacy domain creation
irqdomain: Allow giving name suffix for domain
regmap: Allow setting IRQ domain name suffix

Thomas Gleixner (1):
irqdomain: Cleanup domain name allocation

drivers/base/regmap/regcache-flat.c | 2 +-
drivers/base/regmap/regcache-maple.c | 2 +-
drivers/base/regmap/regcache-rbtree.c | 2 +-
drivers/base/regmap/regcache.c | 4 +
drivers/base/regmap/regmap-irq.c | 37 +++++--
drivers/base/regmap/regmap-kunit.c | 19 +++-
drivers/base/regmap/regmap.c | 1 +
include/linux/irqdomain.h | 8 ++
include/linux/regmap.h | 4 +
kernel/irq/irqdomain.c | 198 +++++++++++++++++++---------------
10 files changed, 175 insertions(+), 102 deletions(-)