]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: rockchip: Mover power-domain driver to the genpd dir
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 5 Jul 2023 16:01:43 +0000 (18:01 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 14 Jul 2023 08:40:56 +0000 (10:40 +0200)
To simplify with maintenance let's move the rockchip 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: Heiko Stuebner <heiko@sntech.de>
Cc: <linux-rockchip@lists.infradead.org>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/genpd/Makefile
drivers/genpd/rockchip/Makefile [new file with mode: 0644]
drivers/genpd/rockchip/pm-domains.c [moved from drivers/soc/rockchip/pm_domains.c with 100% similarity]
drivers/soc/rockchip/Makefile

index 286598ce76202f77f3995cca939f0a583d1a6139..c178421e0cbc4cf1fe042b85da171bd15947f21b 100644 (file)
@@ -6,3 +6,4 @@ obj-y                                   += bcm/
 obj-y                                  += mediatek/
 obj-y                                  += qcom/
 obj-y                                  += renesas/
+obj-y                                  += rockchip/
diff --git a/drivers/genpd/rockchip/Makefile b/drivers/genpd/rockchip/Makefile
new file mode 100644 (file)
index 0000000..8fb9d88
--- /dev/null
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_ROCKCHIP_PM_DOMAINS)      += pm-domains.o
index 05f31a4e743c96accf13991885fe2d8ae57bfb30..23d414433c8c58557effc214337ec8e6ff17a461 100644 (file)
@@ -4,5 +4,4 @@
 #
 obj-$(CONFIG_ROCKCHIP_GRF) += grf.o
 obj-$(CONFIG_ROCKCHIP_IODOMAIN) += io-domain.o
-obj-$(CONFIG_ROCKCHIP_PM_DOMAINS) += pm_domains.o
 obj-$(CONFIG_ROCKCHIP_DTPM) += dtpm.o