Re: [PATCH 03/18] soc: amlogic: Move power-domain drivers to the genpd dir

From: Arnd Bergmann
Date: Mon Jul 10 2023 - 08:45:45 EST


On Mon, Jul 10, 2023, at 14:37, Ulf Hansson wrote:
> On Sun, 9 Jul 2023 at 04:21, Bjorn Andersson <andersson@xxxxxxxxxx> wrote:
>> On Fri, Jul 07, 2023 at 05:27:39PM +0200, Ulf Hansson wrote:
>
> If I understand correctly, you are suggesting that each platform
> maintainer should merge the immutable branch with patch1 - and that I
> should send the patches (based on the immutable branch) to each of the
> platform maintainers to manage. Instead of one pull request with
> everything directly to Arnd, right?
>
> This still means that Arnd will have to resolve the conflicts as the
> pull requests arrive in his inbox.
>
> Although, I guess what you are looking for is less work for the soc/
> maintainers, which seems reasonable. Although, in that case, I might
> as well share an immutable branch with the complete series, rather
> than just patch1. That should help Arnd too, I think.
>
> Again, let's leave the call to Arnd on what to do.

I think it's much easier for me to pick up a single branch with
all of your patches. For platform maintainers, other changes can
go one of two ways:

- send a normal pull requests with changes against the same
files, and have me take care of any conflicts where they
arise. Since most of the changes are just simple file moves
rather than changing file contents, 'git mergetool' handles
these fine is most cases

- If there is a non-obvious merge, the entire genpd branch
can be shared as an immutable branch, with patches for
a particular platform rebased on top of that branch.

Arnd