With recent patch 922a9f936e40 ("regmap: mmio: Convert to regmap_bus
and fix accessor usage") nvmem providers based on regmap-mmio stopped
working, as nvmem core was using raw accessors.This patch series adds new regmap_can_raw_read() api to check if the regmap supports raw access. And the follow on nvmem patch uses this api to fix the issue with nvmem providers based on regmap mmio. Thanks, srini Srinivas Kandagatla (3): regmap: add regmap_can_raw_read() api regmap: add dummy regmap_can_raw_write() to header nvmem: core: fix regmap accessor usage drivers/base/regmap/regmap.c | 13 ++++++- drivers/nvmem/core.c | 90 ++++++++++++++++++++++++++++++++++++++++---- include/linux/regmap.h | 13 +++++++ 3 files changed, 107 insertions(+), 9 deletions(-) -- 2.5.0

