Re: [PATCH v5 02/11] regmap: Introduce regmap_get_reg_stride.

2015-05-22 Thread Mark Brown
On Thu, May 21, 2015 at 05:42:54PM +0100, Srinivas Kandagatla wrote: > This patch introduces regmap_get_reg_stride() function which would > be used by the infrastructures like nvmem framework built on top of > regmap. Mostly this function would be used for sanity checks on inputs > within such infr

[PATCH v5 02/11] regmap: Introduce regmap_get_reg_stride.

2015-05-21 Thread Srinivas Kandagatla
This patch introduces regmap_get_reg_stride() function which would be used by the infrastructures like nvmem framework built on top of regmap. Mostly this function would be used for sanity checks on inputs within such infrastructure. Signed-off-by: Srinivas Kandagatla --- drivers/base/regmap/reg