2023-02-16 01:41:45

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: manual merge of the pinctrl tree with the mmc tree

Hi all,

Today's linux-next merge of the pinctrl tree got a conflict in:

MAINTAINERS

between commit:

9e622229bbf4 ("mmc: starfive: Add sdio/emmc driver support")

from the mmc tree and commit:

d6e0a660097d ("dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl")

from the pinctrl tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

--
Cheers,
Stephen Rothwell

diff --cc MAINTAINERS
index 1208b0380fa5,8a851eb053ca..000000000000
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@@ -19914,19 -19890,15 +19914,21 @@@ F: Documentation/devicetree/bindings/cl
F: drivers/clk/starfive/clk-starfive-jh7100*
F: include/dt-bindings/clock/starfive-jh7100*.h

+STARFIVE JH7110 MMC/SD/SDIO DRIVER
+M: William Qiu <[email protected]>
+S: Supported
+F: Documentation/devicetree/bindings/mmc/starfive*
+F: drivers/mmc/host/dw_mmc-starfive.c
+
- STARFIVE JH7100 PINCTRL DRIVER
+ STARFIVE JH71X0 PINCTRL DRIVERS
M: Emil Renner Berthing <[email protected]>
+ M: Jianlong Huang <[email protected]>
L: [email protected]
S: Maintained
- F: Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml
- F: drivers/pinctrl/starfive/
+ F: Documentation/devicetree/bindings/pinctrl/starfive,jh71*.yaml
+ F: drivers/pinctrl/starfive/pinctrl-starfive-jh71*
F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
+ F: include/dt-bindings/pinctrl/starfive,jh7110-pinctrl.h

STARFIVE JH7100 RESET CONTROLLER DRIVER
M: Emil Renner Berthing <[email protected]>


Attachments:
(No filename) (488.00 B)
OpenPGP digital signature

2023-02-23 00:13:51

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: manual merge of the pinctrl tree with the mmc tree

Hi all,

On Thu, 16 Feb 2023 12:40:04 +1100 Stephen Rothwell <[email protected]> wrote:
>
> Today's linux-next merge of the pinctrl tree got a conflict in:
>
> MAINTAINERS
>
> between commit:
>
> 9e622229bbf4 ("mmc: starfive: Add sdio/emmc driver support")
>
> from the mmc tree and commit:
>
> d6e0a660097d ("dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl")
>
> from the pinctrl tree.
>
> I fixed it up (see below) and can carry the fix as necessary. This
> is now fixed as far as linux-next is concerned, but any non trivial
> conflicts should be mentioned to your upstream maintainer when your tree
> is submitted for merging. You may also want to consider cooperating
> with the maintainer of the conflicting tree to minimise any particularly
> complex conflicts.
>
> --
> Cheers,
> Stephen Rothwell
>
> diff --cc MAINTAINERS
> index 1208b0380fa5,8a851eb053ca..000000000000
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@@ -19914,19 -19890,15 +19914,21 @@@ F: Documentation/devicetree/bindings/cl
> F: drivers/clk/starfive/clk-starfive-jh7100*
> F: include/dt-bindings/clock/starfive-jh7100*.h
>
> +STARFIVE JH7110 MMC/SD/SDIO DRIVER
> +M: William Qiu <[email protected]>
> +S: Supported
> +F: Documentation/devicetree/bindings/mmc/starfive*
> +F: drivers/mmc/host/dw_mmc-starfive.c
> +
> - STARFIVE JH7100 PINCTRL DRIVER
> + STARFIVE JH71X0 PINCTRL DRIVERS
> M: Emil Renner Berthing <[email protected]>
> + M: Jianlong Huang <[email protected]>
> L: [email protected]
> S: Maintained
> - F: Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml
> - F: drivers/pinctrl/starfive/
> + F: Documentation/devicetree/bindings/pinctrl/starfive,jh71*.yaml
> + F: drivers/pinctrl/starfive/pinctrl-starfive-jh71*
> F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
> + F: include/dt-bindings/pinctrl/starfive,jh7110-pinctrl.h
>
> STARFIVE JH7100 RESET CONTROLLER DRIVER
> M: Emil Renner Berthing <[email protected]>

This is now a conflict between the mmc tree and Linus' tree.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (488.00 B)
OpenPGP digital signature

2023-02-23 09:58:55

by Emil Renner Berthing

[permalink] [raw]
Subject: Re: linux-next: manual merge of the pinctrl tree with the mmc tree

On Thu, 23 Feb 2023 at 01:13, Stephen Rothwell <[email protected]> wrote:
> Hi all,
>
> On Thu, 16 Feb 2023 12:40:04 +1100 Stephen Rothwell <[email protected]> wrote:
> >
> > Today's linux-next merge of the pinctrl tree got a conflict in:
> >
> > MAINTAINERS
> >
> > between commit:
> >
> > 9e622229bbf4 ("mmc: starfive: Add sdio/emmc driver support")
> >
> > from the mmc tree and commit:
> >
> > d6e0a660097d ("dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl")
> >
> > from the pinctrl tree.
> >
> > I fixed it up (see below) and can carry the fix as necessary. This
> > is now fixed as far as linux-next is concerned, but any non trivial
> > conflicts should be mentioned to your upstream maintainer when your tree
> > is submitted for merging. You may also want to consider cooperating
> > with the maintainer of the conflicting tree to minimise any particularly
> > complex conflicts.
> >
> > --
> > Cheers,
> > Stephen Rothwell
> >
> > diff --cc MAINTAINERS
> > index 1208b0380fa5,8a851eb053ca..000000000000
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@@ -19914,19 -19890,15 +19914,21 @@@ F: Documentation/devicetree/bindings/cl
> > F: drivers/clk/starfive/clk-starfive-jh7100*
> > F: include/dt-bindings/clock/starfive-jh7100*.h
> >
> > +STARFIVE JH7110 MMC/SD/SDIO DRIVER
> > +M: William Qiu <[email protected]>
> > +S: Supported
> > +F: Documentation/devicetree/bindings/mmc/starfive*
> > +F: drivers/mmc/host/dw_mmc-starfive.c
> > +
> > - STARFIVE JH7100 PINCTRL DRIVER
> > + STARFIVE JH71X0 PINCTRL DRIVERS
> > M: Emil Renner Berthing <[email protected]>
> > + M: Jianlong Huang <[email protected]>
> > L: [email protected]
> > S: Maintained
> > - F: Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml
> > - F: drivers/pinctrl/starfive/
> > + F: Documentation/devicetree/bindings/pinctrl/starfive,jh71*.yaml
> > + F: drivers/pinctrl/starfive/pinctrl-starfive-jh71*
> > F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
> > + F: include/dt-bindings/pinctrl/starfive,jh7110-pinctrl.h
> >
> > STARFIVE JH7100 RESET CONTROLLER DRIVER
> > M: Emil Renner Berthing <[email protected]>
>
> This is now a conflict between the mmc tree and Linus' tree.

Hi Stephen,

I don't control any of the trees, but fwiw your fixup looks correct to me:
Reviewed-by: Emil Renner Berthing <[email protected]>

/Emil