This adds the support for the interrupt controller on the Cirrus Logic Madera codecs. The irqchip patch has dependencies on the MFD tree.
Lee - can you take both these through the MFD tree? The irqchip patch has dependencies on headers in MFD that aren't upstream yet so submitting it to the irqchip tree breaks that tree. Richard Fitzgerald (2): mfd: madera: Add irqchip data pointer into struct madera irqchip: Add driver for Cirrus Logic Madera codecs MAINTAINERS | 2 + drivers/irqchip/Kconfig | 3 + drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-madera.c | 256 +++++++++++++++++++++++++++++++++++++ include/linux/irqchip/irq-madera.h | 132 +++++++++++++++++++ include/linux/mfd/madera/core.h | 2 + 6 files changed, 396 insertions(+) create mode 100644 drivers/irqchip/irq-madera.c create mode 100644 include/linux/irqchip/irq-madera.h -- 2.11.0

