On Mon, Apr 13, 2020 at 02:13:20PM +0800, Baolin Wang wrote: > Add reg_update_bits() support in case some platforms use a special method > to update bits of registers. The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-add-bus-update-bits for you to fetch changes up to 80215f133d59310fdfce5ee4398aeb7076c2e99f: regmap: Add bus reg_update_bits() support (2020-04-14 16:05:35 +0100) ---------------------------------------------------------------- regmap: Allow bus update_bits() operation Allow buses that provide custom operations to provide a custom update_bits() operation. ---------------------------------------------------------------- Baolin Wang (1): regmap: Add bus reg_update_bits() support drivers/base/regmap/regmap.c | 1 + 1 file changed, 1 insertion(+)