From e569d937af96bc1ec00e33285fff33ae9c1e42d6 Mon Sep 17 00:00:00 2001 From: Charles Keepax Date: Wed, 13 Aug 2014 11:42:47 +0100 Subject: [PATCH] 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-format-patch failed