On Do, 2026-04-02 at 03:55 -0700, Changhuang Liang wrote: > Add auxiliary reset driver to support StarFive JHB100 SoC. > > Signed-off-by: Changhuang Liang <[email protected]> > --- > MAINTAINERS | 6 + > drivers/reset/starfive/Kconfig | 9 ++ > drivers/reset/starfive/Makefile | 1 + > .../reset/starfive/reset-starfive-jhb100.c | 121 ++++++++++++++++++ > 4 files changed, 137 insertions(+) > create mode 100644 drivers/reset/starfive/reset-starfive-jhb100.c > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3af9d79b7daf..4ddf8ba2e60d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -25319,6 +25319,12 @@ L: [email protected] > S: Maintained > F: arch/riscv/boot/dts/starfive/jhb100* > > +STARFIVE JHB100 RESET CONTROLLER DRIVERS > +M: Changhuang Liang <[email protected]> > +S: Maintained > +F: drivers/reset/starfive/reset-starfive-jhb1* > +F: include/dt-bindings/reset/starfive,jhb1*.h > + > STATIC BRANCH/CALL > M: Peter Zijlstra <[email protected]> > M: Josh Poimboeuf <[email protected]> > diff --git a/drivers/reset/starfive/Kconfig b/drivers/reset/starfive/Kconfig > index 29fbcf1a7d83..6f9a0f24f9b9 100644 > --- a/drivers/reset/starfive/Kconfig > +++ b/drivers/reset/starfive/Kconfig > @@ -19,3 +19,12 @@ config RESET_STARFIVE_JH7110 > default ARCH_STARFIVE > help > This enables the reset controller driver for the StarFive JH7110 SoC. > + > +config RESET_STARFIVE_JHB100 > + bool "StarFive JHB100 Reset Driver" > + depends on CLK_STARFIVE_JHB100_SYS0
Please make this buildable under COMPILE_TEST as well. regards Philipp

