From: Charles Keepax Date: Mon, 14 Oct 2013 08:09:00 +0000 (+0100) Subject: mfd: arizona: Mark missing AOD registers as volatile X-Git-Tag: v3.13-rc1~66^2~4^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2212e680db06bba383893d3df3fbe3f2267bf83d;p=pandora-kernel.git mfd: arizona: Mark missing AOD registers as volatile This registers ARIZONA_AOD_WKUP_AND_TRIG and ARIZONA_AOD_IRQ_RAW_STATUS contain interrupt status bits and thus should be volatile. They are correctly marked on wm5102 but not on wm5110, this patch changes this. Furthermore volatile registers don't need defaults so remove those. Signed-off-by: Charles Keepax Signed-off-by: Lee Jones --- Reading git-diff-tree failed