On Sun, May 22, 2022 at 08:26:21PM -0700, Li Chen wrote: > From: Li Chen > > This series proposes to add simple bit operations for setting, clearing > and testing specific bits with regmap_field. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-field-bit-helpers for you to fetch changes up to f67be8b7ee90c292948c3ec6395673963cccaee6: regmap: provide regmap_field helpers for simple bit operations (2022-06-15 11:17:45 +0100) ---------------------------------------------------------------- regmap: Add regmap_field helpers for simple bit operations Add simple bit operations for setting, clearing and testing specific bits with regmap_field. ---------------------------------------------------------------- Li Chen (1): regmap: provide regmap_field helpers for simple bit operations drivers/base/regmap/regmap.c | 22 ++++++++++++++++++++++ include/linux/regmap.h | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+)