]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: sunxi: Move power-domain driver to the genpd dir
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 5 Jul 2023 16:26:45 +0000 (18:26 +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 sunxi 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: Chen-Yu Tsai <wens@csie.org>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>
Cc: Samuel Holland <samuel@sholland.org>
Cc: <linux-sunxi@lists.linux.dev>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/genpd/Makefile
drivers/genpd/sunxi/Makefile [new file with mode: 0644]
drivers/genpd/sunxi/sun20i-ppu.c [moved from drivers/soc/sunxi/sun20i-ppu.c with 100% similarity]
drivers/soc/sunxi/Makefile

index baf2021235a759dfa2dd660c703e291358ae6090..76f2a411e6bcfec79499df35cb7b7ea9e6b947e3 100644 (file)
@@ -9,3 +9,4 @@ obj-y                                   += renesas/
 obj-y                                  += rockchip/
 obj-y                                  += samsung/
 obj-y                                  += starfive/
+obj-y                                  += sunxi/
diff --git a/drivers/genpd/sunxi/Makefile b/drivers/genpd/sunxi/Makefile
new file mode 100644 (file)
index 0000000..ec1d7a2
--- /dev/null
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_SUN20I_PPU)               += sun20i-ppu.o
index 90ff2ebe7655f6131ccf78218b72303b9a4a4dd6..549159571d4faf905ab5e862d4c4fb86f9563de3 100644 (file)
@@ -1,4 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-only
 obj-$(CONFIG_SUNXI_MBUS) +=    sunxi_mbus.o
 obj-$(CONFIG_SUNXI_SRAM) +=    sunxi_sram.o
-obj-$(CONFIG_SUN20I_PPU) +=    sun20i-ppu.o