Add device tree bindings and driver for the GPIO controller in the StarFive JH7100 SoC [1] used on the BeagleV Starlight JH7100 board [2]. The dts using "starfive,jh7100-gpio" is in StarFive's linux repo [3] and is being cleaned up in preperation for submission. [1] https://github.com/starfive-tech/beaglev_doc [2] https://github.com/beagleboard/beaglev-starlight [3] https://github.com/starfive-tech/linux/blob/beaglev/arch/riscv/boot/dts/starfive/jh7100.dtsi#L262 Drew Fustini (2): dt-bindings: gpio: add starfive,jh7100-gpio bindings gpio: starfive-jh7100: Add StarFive JH7100 GPIO driver .../bindings/gpio/starfive,jh7100-gpio.yaml | 60 +++ MAINTAINERS | 8 + drivers/gpio/Kconfig | 8 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-starfive-jh7100.c | 425 ++++++++++++++++++ 5 files changed, 502 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/starfive,jh7100-gpio.yaml create mode 100644 drivers/gpio/gpio-starfive-jh7100.c -- 2.27.0