Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

+3 -1
+1
drivers/genpd/Makefile
··· 9 9 obj-y += rockchip/ 10 10 obj-y += samsung/ 11 11 obj-y += starfive/ 12 + obj-y += sunxi/
+2
drivers/genpd/sunxi/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o
-1
drivers/soc/sunxi/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 obj-$(CONFIG_SUNXI_MBUS) += sunxi_mbus.o 3 3 obj-$(CONFIG_SUNXI_SRAM) += sunxi_sram.o 4 - obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o
drivers/soc/sunxi/sun20i-ppu.c drivers/genpd/sunxi/sun20i-ppu.c