The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] regmap updates for v5.20
Date: Mon, 01 Aug 2022 13:37:40 +0100	[thread overview]
Message-ID: <20220801123757.A82E9C433D6@smtp.kernel.org> (raw)

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(-)

             reply	other threads:[~2022-08-01 12:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 12:37 Mark Brown [this message]
2022-08-02 18:02 ` [GIT PULL] regmap updates for v5.20 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220801123757.A82E9C433D6@smtp.kernel.org \
    --to=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox