From: Charles Keepax Date: Wed, 13 Aug 2014 10:42:47 +0000 (+0100) Subject: mfd: arizona: Mark additional registers as volatile X-Git-Tag: fixes-against-v3.18-rc2~69^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e569d937af96bc1ec00e33285fff33ae9c1e42d6;p=pandora-kernel.git 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 Signed-off-by: Lee Jones --- Reading git-diff-tree failed