Re: [PATCH V4 1/5] regmap: Add a helper function for regcache sync test

2015-05-06 Thread Mark Brown
On Tue, May 05, 2015 at 03:14:13PM -0700, Kevin Cernekee wrote: > We're going to add another "does this register need syncing?" check, so > rather than repeating it in three places, we'll separate all of the > relevant logic into a helper function. Applied, thanks. signature.asc Description: Dig

[PATCH V4 1/5] regmap: Add a helper function for regcache sync test

2015-05-05 Thread Kevin Cernekee
We're going to add another "does this register need syncing?" check, so rather than repeating it in three places, we'll separate all of the relevant logic into a helper function. Signed-off-by: Kevin Cernekee --- drivers/base/regmap/regcache.c | 26 +++--- 1 file changed, 15