Re: [PATCH 6/6] irqchip: brcmstb-l2: Add support for the BCM7271 L2 controller

From: Rob Herring
Date: Mon Jul 10 2017 - 11:53:29 EST


On Fri, Jul 07, 2017 at 12:20:16PM -0700, Doug Berger wrote:
> Add the initialization of the generic irq chip for the BCM7271 L2
> interrupt controller. This controller only supports level
> interrupts and uses the "brcm,bcm7271-l2-intc" compatibility
> string.
>
> Signed-off-by: Doug Berger <opendmb@xxxxxxxxx>
> ---
> .../bindings/interrupt-controller/brcm,l2-intc.txt | 3 +-

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/irqchip/irq-brcmstb-l2.c | 86 ++++++++++++++++------
> 2 files changed, 66 insertions(+), 23 deletions(-)