Skip to content

Commit fd697e2

Browse files
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 <[email protected]> Cc: Jernej Skrabec <[email protected]> Cc: Samuel Holland <[email protected]> Cc: <[email protected]> Acked-by: Jernej Skrabec <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent f3fb162 commit fd697e2

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

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
File renamed without changes.

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)