Hi all, Apparently these patches were flagged as “Not Applicable” without an explanation. Why? https://patchwork.kernel.org/project/linux-mips/patch/20210224075640.20465-2-noltari@xxxxxxxxx/ https://patchwork.kernel.org/project/linux-mips/patch/20210224075640.20465-3-noltari@xxxxxxxxx/ Best regards, Álvaro. > El 24 feb 2021, a las 8:56, Álvaro Fernández Rojas <noltari@xxxxxxxxx> escribió: > > This interrupt controller is present on bcm63xx SoCs in order to generate > interrupts based on GPIO status changes. > > v3: pass dt_binding_check. > v2: fix documentation title typo. > > Álvaro Fernández Rojas (2): > dt-bindings: interrupt-controller: document BCM6345 external interrupt > controller > irqchip: add support for BCM6345 external interrupt controller > > .../brcm,bcm6345-ext-intc.yaml | 78 +++++ > drivers/irqchip/Kconfig | 4 + > drivers/irqchip/Makefile | 1 + > drivers/irqchip/irq-bcm6345-ext.c | 271 ++++++++++++++++++ > 4 files changed, 354 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm6345-ext-intc.yaml > create mode 100644 drivers/irqchip/irq-bcm6345-ext.c > > -- > 2.20.1 >