The newer versions of the wm5110 have made fairly substancial changes to the interrupts, adding in many new interrupts and moving some existing ones. These patches update the register redefinitions and regmap hookup for these. Full support is provided for both the old IP and the new.
Thanks, Charles Charles Keepax (5): mfd: wm5110: Remove non-existant interrupts mfd: wm5110: Add in the output done interrupts mfd: arizona: Rename thermal shutdown interrupt mfd: wm5110: Add new interrupt register definitions mfd: arizona: Add missing handling for ISRC3 under/overclocked drivers/mfd/arizona-core.c | 4 + drivers/mfd/arizona-irq.c | 10 +- drivers/mfd/arizona.h | 1 + drivers/mfd/wm5102-tables.c | 8 +- drivers/mfd/wm5110-tables.c | 245 ++++++++++- drivers/mfd/wm8997-tables.c | 8 +- include/linux/mfd/arizona/core.h | 29 ++- include/linux/mfd/arizona/registers.h | 785 +++++++++++++++++++++++++++++++-- sound/soc/codecs/arizona.c | 10 +- 9 files changed, 1033 insertions(+), 67 deletions(-) -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/