Following patches bring the new feature for register mapping. Changes are
split into two patches to make it more readible.
Krystian Garbaciak (4):
regmap: Reorganise internal read/write functions.
regmap: Make internal read/write functions reentrant from themselves.
regmap: Add support for register indirect addressing.
regmap: Minor optimisation for _regmap_raw_write().
drivers/base/regmap/internal.h | 17 +++
drivers/base/regmap/regmap.c | 266 +++++++++++++++++++++++++++++++++-------
include/linux/regmap.h | 37 ++++++
3 files changed, 276 insertions(+), 44 deletions(-)