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)
commite569d937af96bc1ec00e33285fff33ae9c1e42d6
tree1611190581e14d1d80967a7e2781c40e4ad3d4f4
parent48018943eb906d81e48f40675c17b92abfeafcf1
mfd: arizona: Mark additional registers as volatile

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>
drivers/mfd/wm5102-tables.c
drivers/mfd/wm5110-tables.c
This page took 0.026 seconds and 5 git commands to generate.