Re: [PATCH v2] mfd: arizona: Update registers for WM5110 DSP

2013-09-17 Thread Lee Jones
On Tue, 17 Sep 2013, Charles Keepax wrote: > DSPx_CONTROL_1 and DSPx_CLOCKING_1 are not volatile registers and are > incorrectly marked as such, fix this. Also add the DSP scratch > registers, which are frequently used to output debug info from the DSP > core. > > Signed-off-by: Charles Keepax >

[PATCH v2] mfd: arizona: Update registers for WM5110 DSP

2013-09-17 Thread Charles Keepax
DSPx_CONTROL_1 and DSPx_CLOCKING_1 are not volatile registers and are incorrectly marked as such, fix this. Also add the DSP scratch registers, which are frequently used to output debug info from the DSP core. Signed-off-by: Charles Keepax --- Version 2 of the patch, improved commit message and