Re: [PATCH v2 2/2] mfd: arizona: Convert GPIO IRQ handling to descriptors

From: Charles Keepax

Date: Tue Mar 17 2026 - 09:13:37 EST


On Tue, Mar 17, 2026 at 10:28:32AM +0100, Linus Walleij wrote:
> Convert the arizona polling GPIO handling to use a GPIO descripor
> instead of passing a global GPIO number as platform data.
>
> This mechanism is not used in the kernel, but let's preserve
> the mechanism to be nice.
>
> Users can define "irq-gpios" in the devicetree or software node
> for the Arizona chip to provide the GPIO line corresponding to
> the IRQ.
>
> Signed-off-by: Linus Walleij <linusw@xxxxxxxxxx>
> ---

Reviewed-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>

Thanks,
Charles