|
|
Log in / Subscribe / Register

gpio: starfive-jh7100: Add StarFive JH7100 GPIO bindings and driver

From:  Drew Fustini <drew-AT-beagleboard.org>
To:  Rob Herring <robh+dt-AT-kernel.org>, Linus Walleij <linus.walleij-AT-linaro.org>, Bartosz Golaszewski <bgolaszewski-AT-baylibre.com>, Paul Walmsley <paul.walmsley-AT-sifive.com>, Palmer Dabbelt <palmer-AT-dabbelt.com>, Michael Zhu <michael.zhu-AT-starfivetech.com>, Geert Uytterhoeven <geert-AT-linux-m68k.org>, Fu Wei <tekkamanninja-AT-gmail.com>, linux-kernel-AT-vger.kernel.org, linux-gpio-AT-vger.kernel.org, linux-riscv-AT-lists.infradead.org, devicetree-AT-vger.kernel.org
Subject:  [RFC PATH 0/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO bindings and driver
Date:  Wed, 30 Jun 2021 17:20:37 -0700
Message-ID:  <20210701002037.912625-1-drew@beagleboard.org>
Cc:  Drew Fustini <drew-AT-beagleboard.org>
Archive-link:  Article

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/...

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



Copyright © 2021, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds