Skip to content

Commit f3fb162

Browse files
committed
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 <[email protected]> Cc: Conor Dooley <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 4419644 commit f3fb162

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20323,7 +20323,7 @@ STARFIVE JH71XX PMU CONTROLLER DRIVER
2032320323
M: Walker Chen <[email protected]>
2032420324
S: Supported
2032520325
F: Documentation/devicetree/bindings/power/starfive*
20326-
F: drivers/soc/starfive/jh71xx_pmu.c
20326+
F: drivers/genpd/starfive/jh71xx_pmu.c
2032720327
F: include/dt-bindings/power/starfive,jh7110-pmu.h
2032820328

2032920329
STARFIVE SOC DRIVERS

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ obj-y += qcom/
88
obj-y += renesas/
99
obj-y += rockchip/
1010
obj-y += samsung/
11+
obj-y += starfive/

drivers/genpd/starfive/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
obj-$(CONFIG_JH71XX_PMU) += jh71xx-pmu.o

drivers/soc/starfive/Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)