[GIT PULL] regmap updates for v5.20

From: Mark Brown
Date: Mon Aug 01 2022 - 08:47:25 EST


The following changes since commit 3f05010f243be06478a9b11cfce0ce994f5a0890:

regmap-irq: Fix offset/index mismatch in read_sub_irq_data() (2022-06-22 11:59:52 +0100)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v5.20

for you to fetch changes up to 739f872e48d47c97fa17a86a7b3356771b75240c:

regmap: permit to set reg_update_bits with bulk implementation (2022-07-18 13:45:28 +0100)

----------------------------------------------------------------
regmap: Updates for v5.20

The big thing this release is a big cleanup of the interrupt code from
Aidan MacDonald, plus a few new API updates:

- Rework of the interrupt code, making it much simpler and easier to
extend.
- Support for device specific update bits operations with devices that
otherwise use bitstream interfaces.
- Support for bit operations on fields as well as whole registers.

----------------------------------------------------------------
Aidan MacDonald (13):
regmap-irq: Convert bool bitfields to unsigned int
regmap-irq: Remove unused type_reg_stride field
regmap-irq: Cleanup sizeof(...) use in memory allocation
regmap-irq: Remove an unnecessary restriction on type_in_mask
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()
regmap-irq: Refactor checks for status bulk read support
regmap-irq: Introduce config registers for irq types
regmap-irq: Deprecate type registers and virtual registers
regmap-irq: Fix inverted handling of unmask registers
regmap-irq: Add get_irq_reg() callback
regmap-irq: Deprecate the not_fixed_stride flag
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()

Christian Marangi (1):
regmap: permit to set reg_update_bits with bulk implementation

Li Chen (1):
regmap: provide regmap_field helpers for simple bit operations

Mark Brown (4):
Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-5.20
regmap: Don't warn about cache only mode for devices with no cache
regmap: Merge up fixes
regmap-irq cleanups and refactoring

Matt Ranostay (1):
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()

Schspa Shi (1):
regmap: cache: Add extra parameter check in regcache_init

Xiang wangx (1):
regmap: cache: Fix syntax errors in comments

drivers/base/regmap/regcache.c | 11 +-
drivers/base/regmap/regmap-irq.c | 432 ++++++++++++++++++++++++++-------------
drivers/base/regmap/regmap.c | 27 +++
include/linux/regmap.h | 141 ++++++++++---
4 files changed, 440 insertions(+), 171 deletions(-)