[GIT PULL] regmap fixes for v6.17-merge-window
From: Mark Brown
Date: Fri Aug 08 2025 - 13:02:18 EST
The following changes since commit ffc72771ff6ec9f5b431a86c4b00d8ef0fea958b:
regmap: Annotate that MMIO implies fast IO (2025-07-25 13:44:33 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.17-merge-window
for you to fetch changes up to 76b6e14aa7b081337d118a82397d919b5e072bb4:
regmap: irq: Avoid lockdep warnings with nested regmap-irq chips (2025-08-01 13:37:07 +0100)
----------------------------------------------------------------
regmap: Fixes for v6.17
These patches fix a lockdep issue Russell King reported with nested
regmap-irqs (unusual since regmap is generally for devices on slow buses
so devices don't get nested), plus add a missing mutex free which I
noticed while implementing a fix for that issue.
----------------------------------------------------------------
Mark Brown (2):
regmap: irq: Free the regmap-irq mutex
regmap: irq: Avoid lockdep warnings with nested regmap-irq chips
drivers/base/regmap/regmap-irq.c | 30 +++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)