]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'regmap-fix-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 May 2026 23:39:56 +0000 (16:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 May 2026 23:39:56 +0000 (16:39 -0700)
commit230ff934f744a4c2e4b74893ccf6734f6556db90
tree0479ce6ed10b277e82f1f0509a3781dfa2ea8498
parentf3be0c984ecbcb82b0bec408022c4ef738cb3843
parent006c66d1d52f1905e6ccfb615cf27235e4e6e745
Merge tag 'regmap-fix-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap fix from Mark Brown:
 "Some other fixing in an API user turned up the fact that we weren't
  correctly applying cache only mode to volatile registers in
  regmap_update_bits(), causing us to try to access hardware that was
  powered off or otherwise not in a state to accept I/O. This fix
  returns an error instead, avoiding more serious consequences"

* tag 'regmap-fix-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: reject volatile update_bits() in cache-only mode