On 11/11/2019 11.24, Marc Zyngier wrote: > On 2019-11-07 13:30, Rasmus Villemoes wrote: >> Rasmus Villemoes (2): >> dt/bindings: Add bindings for Layerscape external irqs >> irqchip: add support for Layerscape external interrupt lines >> >> .../interrupt-controller/fsl,ls-extirq.txt | 49 +++++ >> drivers/irqchip/Kconfig | 4 + >> drivers/irqchip/Makefile | 1 + >> drivers/irqchip/irq-ls-extirq.c | 197 ++++++++++++++++++ >> 4 files changed, 251 insertions(+) >> create mode 100644 >> >> Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.txt >> create mode 100644 drivers/irqchip/irq-ls-extirq.c > > Applied to irqchip-next. Thanks! Can I assume that branch doesn't get rebased so 87cd38dfd9e6 is a stable SHA1? I want to send a patch adding the node to ls1021a.dtsi, and I hope not to have to wait another release cycle. Rasmus