mfd: arizona: Mark additional registers as volatile
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Wed, 13 Aug 2014 10:42:47 +0000 (11:42 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:15:39 +0000 (08:15 +0100)
Mark some additional registers as volatile. The write sequencer control
registers should not be cached, as we don't ever want their value
synchronised as this might cause a write sequence to be accidentally
initiated.

Additionally, the DAC_COMP registers require special preconditions to
write so there values wouldn't be updated accurately during a register
sync.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found