mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01:00
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>
This commit is contained in:
parent
f3fb16291f
commit
fd697e2160
4 changed files with 3 additions and 1 deletions
|
|
@ -9,3 +9,4 @@ obj-y += renesas/
|
|||
obj-y += rockchip/
|
||||
obj-y += samsung/
|
||||
obj-y += starfive/
|
||||
obj-y += sunxi/
|
||||
|
|
|
|||
2
drivers/genpd/sunxi/Makefile
Normal file
2
drivers/genpd/sunxi/Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
obj-$(CONFIG_SUN20I_PPU) += sun20i-ppu.o
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue