[GIT PULL] regmap updates for v5.17

From: Mark Brown
Date: Mon Jan 10 2022 - 08:29:14 EST


The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-v5.17

for you to fetch changes up to b56a7cbf40c895cbe8b67ce5649a26b7a7bc48be:

regmap: debugfs: Fix indentation (2022-01-07 19:16:23 +0000)

----------------------------------------------------------------
regmap: Updates for v5.17

A very quiet release for regmap:

- Allow a custom _update_bits() operation for devices with no bus.
- Fix an issue with creation of the debugfs directory when attaching a
device to an existing no device regmap.
- A trivial formatting fix.

----------------------------------------------------------------
Ansuel Smith (1):
regmap: allow to define reg_update_bits for no bus configuration

Fabio Estevam (1):
regmap: Call regmap_debugfs_exit() prior to _init()

Mark Brown (1):
regmap: debugfs: Fix indentation

drivers/base/regmap/regmap-debugfs.c | 2 +-
drivers/base/regmap/regmap.c | 2 ++
include/linux/regmap.h | 7 +++++++
3 files changed, 10 insertions(+), 1 deletion(-)