Re: [PATCH v4 0/2] gpio: Add support for Axiado AX3005 SGPIO controller
From: Bartosz Golaszewski
Date: Thu Sep 24 2026 - 08:13:31 EST
On Mon, 21 Sep 2026 09:20:21 +0200, Petar Stepanovic
<pstepanovic@xxxxxxxxxx> said:
> Each SGPIO position provides one input GPIO and one output GPIO with
> fixed directions, along with interrupt support for input GPIOs.
>
> This series adds support for the SGPIO controller found on the Axiado
> AX3005 SoC.
>
> The series includes:
> - Devicetree binding documentation
> - GPIO driver implementation
>
> The driver uses gpio-regmap for GPIO operations and provides
> controller-specific interrupt handling.
>
> Tested on Axiado AX3005 platforms.
>
The series looks good to me so if there are no objections I'll queue it for
v7.4 in the next days.
Bart