Re: [PATCH 1/3] regmap: Check stride of register patch as we register it

2014-02-21 Thread Mark Brown
On Fri, Feb 21, 2014 at 07:37:10PM +, Charles Keepax wrote: > Currently, we check the registers in the patch are aligned to the > register stride everytime we sync the cache and the first time the patch > is written out is unchecked. Applied, thanks. signature.asc Description: Digital signat

[PATCH 1/3] regmap: Check stride of register patch as we register it

2014-02-21 Thread Charles Keepax
Currently, we check the registers in the patch are aligned to the register stride everytime we sync the cache and the first time the patch is written out is unchecked. This patch checks the register patch when we first register it so the first writes are no longer unchecked and then doesn't check