[PATCH 0/2] riscv: spacemit: add gpio support for K3 SoC

Yixun Lan posted 2 patches 1 month, 1 week ago
There is a newer version of this series
.../devicetree/bindings/gpio/spacemit,k1-gpio.yaml |   4 +-
drivers/gpio/gpio-spacemit-k1.c                    | 150 +++++++++++++++------
2 files changed, 109 insertions(+), 45 deletions(-)
[PATCH 0/2] riscv: spacemit: add gpio support for K3 SoC
Posted by Yixun Lan 1 month, 1 week ago
Introduce gpio support for SpacemiT K3 SoC, the gpio controller
changes its register layout and bank offset, while mostly shares
other IP logic, so adjust the driver to support this.

Signed-off-by: Yixun Lan <dlan@gentoo.org>
---
Yixun Lan (2):
      dt-bindings: gpio: spacemit: add compatible name for K3 SoC
      gpio: spacemit: Add GPIO support for K3 SoC

 .../devicetree/bindings/gpio/spacemit,k1-gpio.yaml |   4 +-
 drivers/gpio/gpio-spacemit-k1.c                    | 150 +++++++++++++++------
 2 files changed, 109 insertions(+), 45 deletions(-)
---
base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
change-id: 20251229-02-k3-gpio-89b6e95cdf65

Best regards,
-- 
Yixun Lan