The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PULL] regmap updates for v5.20
@ 2022-08-01 12:37 Mark Brown
  2022-08-02 18:02 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2022-08-01 12:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] regmap updates for v5.20
  2022-08-01 12:37 [GIT PULL] regmap updates for v5.20 Mark Brown
@ 2022-08-02 18:02 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-02 18:02 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown

The pull request you sent on Mon, 01 Aug 2022 13:37:40 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2e7a95156d64667a8ded606829d57c6fc92e41df

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-02 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-01 12:37 [GIT PULL] regmap updates for v5.20 Mark Brown
2022-08-02 18:02 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox