Commit f3fb1629 authored by Ulf Hansson's avatar Ulf Hansson
Browse files

soc: starfive: Move the power-domain driver to the genpd dir



To simplify with maintenance let's move the starfive power-domain driver to
the new genpd directory. Going forward, patches are intended to be managed
through a separate git tree, according to MAINTAINERS.

Cc: Walker Chen <walker.chen@starfivetech.com>
Cc: Conor Dooley <conor@kernel.org>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 4419644b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20323,7 +20323,7 @@ STARFIVE JH71XX PMU CONTROLLER DRIVER
M:	Walker Chen <walker.chen@starfivetech.com>
S:	Supported
F:	Documentation/devicetree/bindings/power/starfive*
F:	drivers/soc/starfive/jh71xx_pmu.c
F:	drivers/genpd/starfive/jh71xx_pmu.c
F:	include/dt-bindings/power/starfive,jh7110-pmu.h
STARFIVE SOC DRIVERS
+1 −0
Original line number Diff line number Diff line
@@ -8,3 +8,4 @@ obj-y += qcom/
obj-y					+= renesas/
obj-y					+= rockchip/
obj-y					+= samsung/
obj-y					+= starfive/
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_JH71XX_PMU)	+= jh71xx_pmu.o
obj-$(CONFIG_JH71XX_PMU)		+= jh71xx-pmu.o