From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Ulf Hansson <ulf.hansson@linaro.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
Samuel Holland <samuel@sholland.org>,
linux-sunxi@lists.linux.dev
Subject: Re: [PATCH v2 13/18] soc: sunxi: Move power-domain driver to the genpd dir
Date: Tue, 11 Jul 2023 20:21:48 +0200 [thread overview]
Message-ID: <8241854.T7Z3S40VBb@jernej-laptop> (raw)
In-Reply-To: <20230711142204.751754-1-ulf.hansson@linaro.org>
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2023-07-11 18:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-11 14:22 [PATCH v2 13/18] soc: sunxi: Move power-domain driver to the genpd dir Ulf Hansson
2023-07-11 18:21 ` Jernej Škrabec [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8241854.T7Z3S40VBb@jernej-laptop \
--to=jernej.skrabec@gmail.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=olof@lixom.net \
--cc=samuel@sholland.org \
--cc=ulf.hansson@linaro.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox