6 Jun
2014
6 Jun
'14
3:07 p.m.
On Fri, Jun 06, 2014 at 01:33:19PM +0100, Charles Keepax wrote:
@@ -1878,6 +1875,9 @@ static bool wm5102_volatile_register(struct device *dev, unsigned int reg) switch (reg) { case ARIZONA_SOFTWARE_RESET: case ARIZONA_DEVICE_REVISION:
- case ARIZONA_WRITE_SEQUENCER_CTRL_0:
- case ARIZONA_WRITE_SEQUENCER_CTRL_1:
- case ARIZONA_WRITE_SEQUENCER_CTRL_2: case ARIZONA_OUTPUT_STATUS_1:
Just noticed that we are missing WRITE_SEQUENCER_CTRL_3 here, I might hold off with this patch until:
mfd: wm5102: Mark register write sequencer control 3 readable
Has made it to a public MFD branch I can rebase onto, then I can add that in too.
Thanks, Charles