Re: [RFC PATH 2/2] gpio: starfive-jh7100: Add StarFive JH7100 GPIO driver
From: Drew Fustini <hidden>
Date: 2021-07-01 20:44:42
Also in:
linux-gpio, linux-riscv, lkml
From: Drew Fustini <hidden>
Date: 2021-07-01 20:44:42
Also in:
linux-gpio, linux-riscv, lkml
On Thu, Jul 01, 2021 at 10:25:12AM +0800, Bin Meng wrote:
On Thu, Jul 1, 2021 at 8:23 AM Drew Fustini [off-list ref] wrote:quoted
Add GPIO driver for the StarFive JH7100 SoC [1] used on the BeagleV Starlight JH7100 board [2]. [1] https://github.com/starfive-tech/beaglev_doc/ [2] https://github.com/beagleboard/beaglev-starlight Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Signed-off-by: Huan Feng <redacted> Signed-off-by: Drew Fustini <redacted> --- MAINTAINERS | 8 + drivers/gpio/Kconfig | 8 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-starfive-jh7100.c | 425 ++++++++++++++++++++++++++++ 4 files changed, 442 insertions(+) create mode 100644 drivers/gpio/gpio-starfive-jh7100.cdiff --git a/MAINTAINERS b/MAINTAINERS index bc0ceef87b73..04fccc2ceffa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -17423,6 +17423,14 @@ S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git F: drivers/staging/ +SIFVE JH7100 SOC GPIO DRIVERtypo of SIFIVE, but it should be STARFIVE
Thank you! My eyes should have caught that. -Drew