From: Conor Dooley <conor@kernel.org>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Walker Chen <walker.chen@starfivetech.com>
Subject: Re: [PATCH 12/18] soc: starfive: Move the power-domain driver to the genpd dir
Date: Tue, 11 Jul 2023 17:07:28 +0100 [thread overview]
Message-ID: <20230711-user-elves-9aebe921351e@spud> (raw)
In-Reply-To: <CAPDyKFoy2HZLSqSpQ8jPgDLU10p1H0_WQkHXsL1LfXEcpJDcCA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]
On Tue, Jul 11, 2023 at 03:57:49PM +0200, Ulf Hansson wrote:
> On Fri, 7 Jul 2023 at 17:51, Conor Dooley <conor@kernel.org> wrote:
> >
> > On Fri, Jul 07, 2023 at 04:04:28PM +0200, Ulf Hansson wrote:
> > > Cc: Walker Chen <walker.chen@starfivetech.com>
> > > Cc: Conor Dooley <conor@kernel.org>
> > > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> >
> > If you are not going to write a commit message with an explanation,
>
> I will, sorry for being lazy.
>
> > the least you could do is CC me on the cover letter.
>
> Yes, I will soon post a new version and add you to the cover letter and patch 1.
Thanks. Obviously I was able to pull the message-id & look at lore etc,
but what goes for the goose, goes for the gander and all that.
> > > ---
> > > MAINTAINERS | 2 +-
> > > drivers/genpd/Makefile | 1 +
> > > drivers/genpd/starfive/Makefile | 2 ++
> > > .../{soc/starfive/jh71xx_pmu.c => genpd/starfive/jh71xx-pmu.c} | 0
> > > drivers/soc/starfive/Makefile | 3 ---
> >
> > Why not also move the Kconfig entry while you are at it?
>
> I just replied to Geert [1], who had similar questions. Hope that
> makes sense to you?
In general, it does explain why you did not do it.
I think that the Kconfig stuff should move too & the whole
soc/starfive directory should vanish, but that could be left for a
follow-up activity.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Cheers,
Conor.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-07-11 16:07 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-07 14:04 [PATCH 00/18] genpd: Create a genpd directory to host genpd providers Ulf Hansson
2023-07-07 14:04 ` [PATCH 01/18] genpd: Create a new subsystem " Ulf Hansson
2023-07-07 14:04 ` [PATCH 02/18] soc: actions: Move power-domain driver to the genpd dir Ulf Hansson
2023-07-07 16:47 ` Manivannan Sadhasivam
2023-07-07 14:04 ` [PATCH 03/18] soc: amlogic: Move power-domain drivers " Ulf Hansson
2023-07-07 14:42 ` Neil Armstrong
2023-07-07 14:54 ` Ulf Hansson
2023-07-07 15:12 ` neil.armstrong
2023-07-07 15:27 ` Ulf Hansson
2023-07-09 2:25 ` Bjorn Andersson
2023-07-10 12:37 ` Ulf Hansson
2023-07-10 12:45 ` Arnd Bergmann
2023-07-13 0:48 ` Bjorn Andersson
2023-07-13 9:50 ` Ulf Hansson
2023-07-14 3:10 ` Bjorn Andersson
2023-07-07 19:04 ` Arnd Bergmann
2023-07-07 18:25 ` Martin Blumenstingl
2023-07-11 6:38 ` Ulf Hansson
2023-07-07 14:04 ` [PATCH 04/18] soc: apple: Move power-domain driver " Ulf Hansson
2023-07-07 14:04 ` [PATCH 05/18] soc: bcm: Move power-domain drivers " Ulf Hansson
2023-07-07 14:04 ` [PATCH 06/18] soc: imx: " Ulf Hansson
2023-07-07 14:25 ` Fabio Estevam
2023-07-07 14:33 ` Ulf Hansson
2023-07-18 6:54 ` Shawn Guo
2023-07-07 14:04 ` [PATCH 07/18] soc: mediatek: " Ulf Hansson
2023-07-07 14:45 ` Matthias Brugger
2023-07-07 14:59 ` Ulf Hansson
2023-07-07 14:04 ` [PATCH 08/18] soc: qcom: " Ulf Hansson
2023-07-07 14:04 ` [PATCH 09/18] soc: renesas: " Ulf Hansson
2023-07-10 12:53 ` Geert Uytterhoeven
2023-07-11 13:53 ` Ulf Hansson
2023-07-07 14:04 ` [PATCH 10/18] soc: rockchip: Mover power-domain driver " Ulf Hansson
2023-07-07 14:13 ` Heiko Stübner
2023-07-07 14:04 ` [PATCH 11/18] soc: samsung: Move " Ulf Hansson
2023-07-11 7:38 ` Krzysztof Kozlowski
2023-07-07 14:04 ` [PATCH 12/18] soc: starfive: Move the " Ulf Hansson
2023-07-07 15:51 ` Conor Dooley
2023-07-11 13:57 ` Ulf Hansson
2023-07-11 16:07 ` Conor Dooley [this message]
2023-07-07 14:04 ` [PATCH 13/18] soc: sunxi: Move " Ulf Hansson
2023-07-07 14:04 ` [PATCH 14/18] soc: tegra: Move powergate-bpmp " Ulf Hansson
2023-07-10 13:08 ` Thierry Reding
2023-07-07 14:04 ` [PATCH 15/18] soc: ti: Mover power-domain drivers " Ulf Hansson
2023-07-07 17:50 ` Nishanth Menon
2023-07-11 9:16 ` Ulf Hansson
2023-07-11 12:49 ` Nishanth Menon
2023-07-14 7:51 ` Tony Lindgren
2023-07-07 14:04 ` [PATCH 16/18] soc: xilinx: Move power-domain driver " Ulf Hansson
2023-07-07 14:04 ` [PATCH 17/18] ARM: ux500: Convert power-domain code into a regular platform driver Ulf Hansson
2023-07-07 14:04 ` [PATCH 18/18] ARM: ux500: Move power-domain driver to the genpd dir Ulf Hansson
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=20230711-user-elves-9aebe921351e@spud \
--to=conor@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=olof@lixom.net \
--cc=ulf.hansson@linaro.org \
--cc=walker.chen@starfivetech.com \
/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