Skip to content

Commit fd697e2

Browse files
author
Ulf Hansson
committed
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>
1 parent f3fb162 commit fd697e2

4 files changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ obj-y += renesas/
99
obj-y += rockchip/
1010
obj-y += samsung/
1111
obj-y += starfive/
12+
obj-y += sunxi/

drivers/genpd/sunxi/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-only
2+
obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o

drivers/soc/sunxi/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-$(CONFIG_SUNXI_MBUS) += sunxi_mbus.o
33
obj-$(CONFIG_SUNXI_SRAM) += sunxi_sram.o
4-
obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o

0 commit comments

Comments
 (0)