OSDN Git Service

Merge tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Jun 2023 17:25:43 +0000 (10:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Jun 2023 17:25:43 +0000 (10:25 -0700)
commite075d681a27eea6e3722749dda10cf3c4ddfc9fc
treec012872071dbdc23c7ab4ec7dec7cebf2bfd5f91
parent8ba90f5cc71701aa262f222effead02206b04227
parentc8e796895e2310b6130e7577248da1d771431a77
Merge tag 'regmap-fix-v6.4-rc7' of git://git./linux/kernel/git/broonie/regmap

Pull regmap fix from Mark Brown:
 "One more fix for v6.4

  The earlier fix to take account of the register data size when
  limiting raw register writes exposed the fact that the Intel AVMM bus
  was incorrectly specifying too low a limit on the maximum data
  transfer, it is only capable of transmitting one register so had set a
  transfer size limit that couldn't fit both the value and the the
  register address into a single message"

* tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: spi-avmm: Fix regmap_bus max_raw_write