[PATCH v3 0/3] gpio: Add EIO GPIO support

Shubhrajyoti Datta posted 3 patches 1 month, 3 weeks ago
There is a newer version of this series
.../devicetree/bindings/gpio/gpio-zynq.yaml    | 18 +++++++++++++++---
drivers/gpio/gpio-zynq.c                       | 12 ++++++++++++
2 files changed, 27 insertions(+), 3 deletions(-)
[PATCH v3 0/3] gpio: Add EIO GPIO support
Posted by Shubhrajyoti Datta 1 month, 3 weeks ago
Add the EIO GPIO support.
Add the dt description and the compatible to the driver.

Changes in v3:
- Update the commit message

Changes in v2:
- Add new patch to sort the compatible strings alphabetically
- Add description of EIO block

Shubhrajyoti Datta (3):
  dt-bindings: gpio: zynq: Sort compatible strings alphabetically
  dt-bindings: gpio: Add EIO GPIO compatible to gpio-zynq
  gpio: zynq: Add eio gpio support

 .../devicetree/bindings/gpio/gpio-zynq.yaml    | 18 +++++++++++++++---
 drivers/gpio/gpio-zynq.c                       | 12 ++++++++++++
 2 files changed, 27 insertions(+), 3 deletions(-)

-- 
2.34.1
Re: [PATCH v3 0/3] gpio: Add EIO GPIO support
Posted by Linus Walleij 1 month, 3 weeks ago
On Tue, Apr 21, 2026 at 12:44 PM Shubhrajyoti Datta
<shubhrajyoti.datta@amd.com> wrote:

> Add the EIO GPIO support.
> Add the dt description and the compatible to the driver.

The series:
Reviewed-by: Linus Walleij <linusw@kernel.org>

Yours,
Linus Walleij