> 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 <[email protected]> > --- > drivers/mfd/wm5102-tables.c | 1 - > drivers/mfd/wm5110-tables.c | 3 ++- > 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

