linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regmap updates for v5.19
@ 2022-05-23 13:11 Mark Brown
  2022-05-24 22:27 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2022-05-23 13:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5c422f0b970d287efa864b8390a02face404db5d:

  regmap: Add missing map->bus check (2022-05-09 12:48:45 +0100)

----------------------------------------------------------------
regmap: Updates for v5.19

The main change here is Marek's addition of bulk read/write callbacks
for individual regmaps, we've supported single register operations for a
while but there's enough hardware out there which can use bulk equivalents
to make it worthwhile.

----------------------------------------------------------------
Jeongtae Park (1):
      regmap: cache: set max_register with reg_stride

Marek Vasut (2):
      regmap: Add bulk read/write callbacks into regmap_config
      regmap: Add missing map->bus check

Mark Brown (1):
      regmap: Custom bulk operations for regmaps

Rikard Falkeborn (1):
      regmap: Constify static regmap_bus structs

 drivers/base/regmap/internal.h       |  4 ++
 drivers/base/regmap/regcache.c       |  4 +-
 drivers/base/regmap/regmap-i3c.c     |  2 +-
 drivers/base/regmap/regmap-sccb.c    |  2 +-
 drivers/base/regmap/regmap-sdw-mbq.c |  2 +-
 drivers/base/regmap/regmap-sdw.c     |  2 +-
 drivers/base/regmap/regmap-slimbus.c |  2 +-
 drivers/base/regmap/regmap-w1.c      |  6 +--
 drivers/base/regmap/regmap.c         | 78 +++++++++++++++++++-----------------
 include/linux/regmap.h               | 12 ++++++
 10 files changed, 67 insertions(+), 47 deletions(-)

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

* Re: [GIT PULL] regmap updates for v5.19
  2022-05-23 13:11 [GIT PULL] regmap updates for v5.19 Mark Brown
@ 2022-05-24 22:27 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-05-24 22:27 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown

The pull request you sent on Mon, 23 May 2022 14:11:56 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5d23bb5f25ed9cbf530b99640f4f17f59b79de9e

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-05-24 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 13:11 [GIT PULL] regmap updates for v5.19 Mark Brown
2022-05-24 22:27 ` 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;
as well as URLs for NNTP newsgroup(s).