Thomas, Here's a small round of changes for the next merge window.
Please pull. thx, Jason. The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/irqchip-core-4.0 for you to fetch changes up to c9558659e68ee30740f265c54f792bf75add21f2: Merge branch 'irqchip/st' into irqchip/core (2015-03-07 21:56:47 +0000) ---------------------------------------------------------------- irqchip core changes for v4.0 - STi - New driver, irq-st - Renesas - Use u32 type for 32bit regs ---------------------------------------------------------------- Geert Uytterhoeven (1): irqchip: renesas-irqc: Use u32 to store 32-bit register values Jason Cooper (1): Merge branch 'irqchip/st' into irqchip/core Lee Jones (3): dt: bindings: Supply shared ST IRQ defines irqchip: st: Supply new driver for STi based devices irqchip: st: Add documentation for STi based syscfg IRQs .../interrupt-controller/st,sti-irq-syscfg.txt | 35 ++++ drivers/irqchip/Kconfig | 7 + drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-renesas-irqc.c | 4 +- drivers/irqchip/irq-st.c | 206 +++++++++++++++++++++ include/dt-bindings/interrupt-controller/irq-st.h | 30 +++ 6 files changed, 281 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/st,sti-irq-syscfg.txt create mode 100644 drivers/irqchip/irq-st.c create mode 100644 include/dt-bindings/interrupt-controller/irq-st.h -- 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/