diff options
| author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-05 18:26:45 +0200 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-14 10:40:56 +0200 |
| commit | fd697e2160401530dfe43074bbdcbb7d63b87b60 (patch) | |
| tree | b4c3867ef41e4f0c68cc4bdc05bf18fb8792a2d3 /drivers/soc/sunxi/Makefile | |
| parent | f3fb16291f48638e9eda4f249970d34061906ba3 (diff) | |
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>
Diffstat (limited to 'drivers/soc/sunxi/Makefile')
| -rw-r--r-- | drivers/soc/sunxi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/sunxi/Makefile b/drivers/soc/sunxi/Makefile index 90ff2ebe7655..549159571d4f 100644 --- a/drivers/soc/sunxi/Makefile +++ b/drivers/soc/sunxi/Makefile @@ -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 |
