]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'regmap-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 May 2019 14:24:07 +0000 (07:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 May 2019 14:24:07 +0000 (07:24 -0700)
commit2e4e7255a794001b2a8c7e5ac195e7bcd889eaac
treed8c8fe2b695ffa5efa0b8b0fdcdbee628c233690
parentc29f201ea595d460645aeaf721cdab5277ae36ed
parent7ce9c8ef32c58935b9ef5705381c722f7426cd5b
Merge tag 'regmap-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap updates from Mark Brown:
 "A larger than usual set of changes, though mainly small:

   - An optimization to the debugfs code to greatly improve performance
     when dumping extremely sparse register maps from Lucas Tanure.

   - Stricter enforcement of writability checks from Han Nandor.

   - A fix for default interrupt mode configuration from Srinivas
     Kandagatla.

   - SPDX header conversion from Greg Kroah-Hartman"

* tag 'regmap-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: add proper SPDX identifiers on files that did not have them.
  regmap: verify if register is writeable before writing operations
  regmap: regmap-irq: fix getting type default values
  regmap: debugfs: Jump to the next readable register
  regmap: debugfs: Replace code by already existing function