[GIT PULL] regmap updates for v5.13
From: Mark Brown
Date: Mon Apr 26 2021 - 10:40:33 EST
The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:
Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v5.13
for you to fetch changes up to ccac12acc0c0d66b26ce7834e2dcf54ae159e63a:
Merge remote-tracking branch 'regmap/for-5.13' into regmap-next (2021-04-07 21:22:41 +0100)
----------------------------------------------------------------
regmap: Updates for v5.13
A couple of fixes in this release, plus a couple of new features for
regmap-irq - we now support sub-irq blocks at arbatrary addresses and
can remap configuration bitfields for interrupts split over multiple
registers to the Linux configurations.
----------------------------------------------------------------
Colin Ian King (1):
regmap-irq: Fix dereference of a potentially null d->virt_buf
Guru Das Srinagesh (3):
regmap-irq: Extend sub-irq to support non-fixed reg strides
regmap-irq: Introduce virtual regs to handle more config regs
regmap-irq: Add driver callback to configure virtual regs
Mark Brown (2):
Merge remote-tracking branch 'regmap/for-5.12' into regmap-linus
Merge remote-tracking branch 'regmap/for-5.13' into regmap-next
Meng Li (1):
regmap: set debugfs_name to NULL after it is freed
drivers/base/regmap/regmap-debugfs.c | 1 +
drivers/base/regmap/regmap-irq.c | 126 +++++++++++++++++++++++++++--------
include/linux/regmap.h | 16 +++++
3 files changed, 114 insertions(+), 29 deletions(-)