Re: [PATCH v2] mfd: arizona: Sync regcache after reset

2012-11-14 Thread Mark Brown
On Wed, Nov 14, 2012 at 11:31:38AM +, Charles Keepax wrote: > In the absence of a physical reset line the chip is reset by writing the > first register, which is done after the register patch has been applied. > This patch synchronises the register cache after the reset to preserve > any regist

Re: [PATCH v2] mfd: arizona: Sync regcache after reset

2012-11-14 Thread Charles Keepax
In the absence of a physical reset line the chip is reset by writing the first register, which is done after the register patch has been applied. This patch synchronises the register cache after the reset to preserve any register changes that had been applied. Signed-off-by: Charles Keepax --- I