Re: [PATCH 1/2] regmap: cache: Step by stride in default sync.

2014-03-19 Thread Mark Brown
On Tue, Mar 18, 2014 at 01:45:08PM -0700, Dylan Reid wrote: > The default sync operation was still assuming a stride of one, fix it > to respect the reg_stride set in the map. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/2] regmap: cache: Step by stride in default sync.

2014-03-19 Thread Mark Brown
On Tue, Mar 18, 2014 at 01:45:08PM -0700, Dylan Reid wrote: The default sync operation was still assuming a stride of one, fix it to respect the reg_stride set in the map. Applied, thanks. signature.asc Description: Digital signature

[PATCH 1/2] regmap: cache: Step by stride in default sync.

2014-03-18 Thread Dylan Reid
The default sync operation was still assuming a stride of one, fix it to respect the reg_stride set in the map. Signed-off-by: Dylan Reid --- drivers/base/regmap/regcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/regmap/regcache.c

[PATCH 1/2] regmap: cache: Step by stride in default sync.

2014-03-18 Thread Dylan Reid
The default sync operation was still assuming a stride of one, fix it to respect the reg_stride set in the map. Signed-off-by: Dylan Reid dgr...@chromium.org --- drivers/base/regmap/regcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/regmap/regcache.c