diff mbox series

[v2,13/18] soc: sunxi: Move power-domain driver to the genpd dir

Message ID 20230711142204.751754-1-ulf.hansson@linaro.org
State Accepted
Commit fd697e2160401530dfe43074bbdcbb7d63b87b60
Headers show
Series None | expand

Commit Message

Ulf Hansson July 11, 2023, 2:22 p.m. UTC
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>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 drivers/genpd/Makefile                    | 1 +
 drivers/genpd/sunxi/Makefile              | 2 ++
 drivers/{soc => genpd}/sunxi/sun20i-ppu.c | 0
 drivers/soc/sunxi/Makefile                | 1 -
 4 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 drivers/genpd/sunxi/Makefile
 rename drivers/{soc => genpd}/sunxi/sun20i-ppu.c (100%)

Comments

Jernej Škrabec July 11, 2023, 6:21 p.m. UTC | #1
Dne torek, 11. julij 2023 ob 16:22:04 CEST je Ulf Hansson napisal(a):
> 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>
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

> ---
>  drivers/genpd/Makefile                    | 1 +
>  drivers/genpd/sunxi/Makefile              | 2 ++
>  drivers/{soc => genpd}/sunxi/sun20i-ppu.c | 0
>  drivers/soc/sunxi/Makefile                | 1 -
>  4 files changed, 3 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/genpd/sunxi/Makefile
>  rename drivers/{soc => genpd}/sunxi/sun20i-ppu.c (100%)
> 
> diff --git a/drivers/genpd/Makefile b/drivers/genpd/Makefile
> index baf2021235a7..76f2a411e6bc 100644
> --- a/drivers/genpd/Makefile
> +++ b/drivers/genpd/Makefile
> @@ -9,3 +9,4 @@ obj-y					+= 
renesas/
>  obj-y					+= rockchip/
>  obj-y					+= samsung/
>  obj-y					+= starfive/
> +obj-y					+= sunxi/
> diff --git a/drivers/genpd/sunxi/Makefile b/drivers/genpd/sunxi/Makefile
> new file mode 100644
> index 000000000000..ec1d7a2fb21d
> --- /dev/null
> +++ b/drivers/genpd/sunxi/Makefile
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +obj-$(CONFIG_SUN20I_PPU)		+= sun20i-ppu.o
> diff --git a/drivers/soc/sunxi/sun20i-ppu.c
> b/drivers/genpd/sunxi/sun20i-ppu.c similarity index 100%
> rename from drivers/soc/sunxi/sun20i-ppu.c
> rename to drivers/genpd/sunxi/sun20i-ppu.c
> 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
diff mbox series

Patch

diff --git a/drivers/genpd/Makefile b/drivers/genpd/Makefile
index baf2021235a7..76f2a411e6bc 100644
--- a/drivers/genpd/Makefile
+++ b/drivers/genpd/Makefile
@@ -9,3 +9,4 @@  obj-y					+= renesas/
 obj-y					+= rockchip/
 obj-y					+= samsung/
 obj-y					+= starfive/
+obj-y					+= sunxi/
diff --git a/drivers/genpd/sunxi/Makefile b/drivers/genpd/sunxi/Makefile
new file mode 100644
index 000000000000..ec1d7a2fb21d
--- /dev/null
+++ b/drivers/genpd/sunxi/Makefile
@@ -0,0 +1,2 @@ 
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_SUN20I_PPU)		+= sun20i-ppu.o
diff --git a/drivers/soc/sunxi/sun20i-ppu.c b/drivers/genpd/sunxi/sun20i-ppu.c
similarity index 100%
rename from drivers/soc/sunxi/sun20i-ppu.c
rename to drivers/genpd/sunxi/sun20i-ppu.c
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