]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2022 22:02:58 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 May 2022 22:02:58 +0000 (15:02 -0700)
commitf38ebd5f1f2f493b624f07ee18511f60f11e6671
treebefaeb3c2eabab1e7769210eb71144a990e549e2
parent84f4776e0a2e56b6cb103b6f1a593e475113d235
parent554ddbb1a0fbad07730592aa170569bf96148bb1
Merge tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap updates from Mark Brown:
 "The main change here is Marek's addition of bulk read/write callbacks
  for individual regmaps, we've supported single register operations for
  a while but there's enough hardware out there which can use bulk
  equivalents to make it worthwhile"

* tag 'regmap-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: Add missing map->bus check
  regmap: Add bulk read/write callbacks into regmap_config
  regmap: cache: set max_register with reg_stride
  regmap: Constify static regmap_bus structs