* [GIT PULL] regmap updates for v6.14
@ 2025-01-20 15:04 Mark Brown
2025-01-22 19:07 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2025-01-20 15:04 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Mark Brown
The following changes since commit 9d89551994a430b50c4fffcb1e617a057fa76e20:
Linux 6.13-rc6 (2025-01-05 14:13:40 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.14
for you to fetch changes up to d406b354df909155ff0122acf80f3bc7410fa27e:
Expand SoundWire MBQ register map support (2025-01-07 23:28:07 +0000)
----------------------------------------------------------------
regmap: Updates for v6.14
There's one big bit of work this time around, the addition of support for
a greater range of MBQ access sizes to SoundWire devices together with
support for deferred read/write. The MBQ register maps generally have
variable register sizes, the variable regiseter size support allows them
to be handled much more naturally within regmap with less open coding in
drivers. The deferred read/write support avoids spurious errors when
devices make use of a bus feature allowing them to indicate they're
busy. These changes pull in a supporting SoundWire change, and there's
an ASoC change building off the new code.
The remainder of the changes are code cleanups.
----------------------------------------------------------------
Andy Shevchenko (5):
regmap: cache: Use BITS_TO_BYTES()
regmap: Use BITS_TO_BYTES()
regmap: place foo / 8 and foo % 8 closer to each other
regmap: cache: mapple: use kmalloc_array() to replace kmalloc()
regmap: cache: rbtree: use krealloc_array() to replace krealloc()
Charles Keepax (4):
soundwire: SDCA: Add additional SDCA address macros
ASoC: SDCA: Update list of entity_0 controls
regmap: sdw-mbq: Add support for further MBQ register sizes
regmap: sdw-mbq: Add support for SDCA deferred controls
Mark Brown (3):
regmap: Cleanup and microoptimization
regmap: Merge up v6.12-rc2
Expand SoundWire MBQ register map support
Richard Fitzgerald (1):
regmap: regmap_multi_reg_read(): make register list const
drivers/base/regmap/regcache-maple.c | 7 +-
drivers/base/regmap/regcache-rbtree.c | 10 +-
drivers/base/regmap/regcache.c | 2 +-
drivers/base/regmap/regmap-sdw-mbq.c | 219 ++++++++++++++++++++++++++++----
drivers/base/regmap/regmap.c | 13 +-
include/linux/regmap.h | 64 +++++++++-
include/linux/soundwire/sdw_registers.h | 30 +++--
include/sound/sdca_function.h | 33 +++--
8 files changed, 319 insertions(+), 59 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] regmap updates for v6.14
2025-01-20 15:04 [GIT PULL] regmap updates for v6.14 Mark Brown
@ 2025-01-22 19:07 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-01-22 19:07 UTC (permalink / raw)
To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown
The pull request you sent on Mon, 20 Jan 2025 15:04:20 +0000:
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v6.14
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6f10810ccd6de53ff158d3b16013591c8d7442b3
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:[~2025-01-22 19:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20 15:04 [GIT PULL] regmap updates for v6.14 Mark Brown
2025-01-22 19:07 ` 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