Re: [PATCH v1 1/3] regmap: add regmap_can_raw_read() api

2016-04-13 Thread Mark Brown
On Wed, Apr 13, 2016 at 06:39:12PM +0100, Srinivas Kandagatla wrote: > This patch adds regmap_can_raw_read() api so that users like nvmem can > check if the regmap is capable of doing a raw accessors. This can also > be used by other infrastructures like nvmem which are based on regmap. This seems

[PATCH v1 1/3] regmap: add regmap_can_raw_read() api

2016-04-13 Thread Srinivas Kandagatla
This patch adds regmap_can_raw_read() api so that users like nvmem can check if the regmap is capable of doing a raw accessors. This can also be used by other infrastructures like nvmem which are based on regmap. Signed-off-by: Srinivas Kandagatla --- drivers/base/regmap/regmap.c | 13 ++