public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] regmap fixes for v6.4-rc6
@ 2023-06-15 11:43 Mark Brown
  2023-06-16  3:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2023-06-15 11:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Mark Brown

The following changes since commit 0cc6578048e0980d254aee345130cced4912f723:

  regmap: maple: Drop the RCU read lock while syncing registers (2023-05-24 11:21:52 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.4-rc6

for you to fetch changes up to 44e46572f0bae431a6092e3cfd2f47bff8b8d18c:

  regmap: regcache: Don't sync read-only registers (2023-06-13 13:15:00 +0100)

----------------------------------------------------------------
regmap: One more fix for v6.4

Another fix for the maple tree cache, Takashi noticed that unlike other
caches the maple tree cache didn't check for read only registers before
trying to sync which would result in spurious syncs for read only
registers where we don't have a default.  This was due to the check
being open coded in the caches, we now check in the shared "does this
register need sync" function so that is fixed for this and future
caches.

----------------------------------------------------------------
Takashi Iwai (1):
      regmap: regcache: Don't sync read-only registers

 drivers/base/regmap/regcache.c | 3 +++
 1 file changed, 3 insertions(+)

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

* Re: [GIT PULL] regmap fixes for v6.4-rc6
  2023-06-15 11:43 [GIT PULL] regmap fixes for v6.4-rc6 Mark Brown
@ 2023-06-16  3:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-06-16  3:10 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-kernel, Mark Brown

The pull request you sent on Thu, 15 Jun 2023 12:43:07 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.4-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/231a1e31574e3584cd2c297c98a5afb364715b3a

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:[~2023-06-16  3:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15 11:43 [GIT PULL] regmap fixes for v6.4-rc6 Mark Brown
2023-06-16  3:10 ` 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