Re: [PATCH v3 1/2] pinctrl: bcm: nsp: use gpiolib infrastructure for interrupts

From: Linus Walleij
Date: Mon Nov 04 2019 - 10:20:33 EST


On Mon, Nov 4, 2019 at 1:18 AM Chris Packham
<chris.packham@xxxxxxxxxxxxxxxxxxx> wrote:

> Use more of the gpiolib infrastructure for handling interrupts. The
> root interrupt still needs to be handled manually as it is shared with
> other peripherals on the SoC.
>
> This will allow multiple instances of this driver to be supported and
> will clean up gracefully on failure thanks to the device managed APIs.
>
> Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
> Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
> ---
>
> Notes:
> Changes in v3:
> - retain old irqchip name for ABI compatilbilty
> - add revew from Florian
> Changes in v2:
> - none

Patch applied.

Yours,
Linus Walleij