Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Oct 2023 18:57:37 +0000 (11:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Oct 2023 18:57:37 +0000 (11:57 -0700)
commitcdcb5d194f192ed07f4e4bb85b866cdc8f420ee6
tree15bafb9f37dccd10a9ac6078ae6dc671628aaba5
parent5e62ed3b1c8a397185af53d6b94f04b9ff21ec7d
parent7a795ac8d49e2433e1b97caf5e99129daf8e1b08
Merge tag 'regmap-fix-v6.6-rc4' of git://git./linux/kernel/git/broonie/regmap

Pull regmap fix from Mark Brown:
 "A fix for a long standing issue where when we create a new node in an
  rbtree register cache we were failing to convert the register address
  of the new register into a bitmask correctly and marking the wrong
  register as being present in the newly created node.

  This would only have affected devices with a register stride other
  than 1 but would corrupt data on those devices"

* tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: rbtree: Fix wrong register marked as in-cache when creating new node