2021-01-21 03:29:10

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: manual merge of the devicetree tree with the net-next tree

Hi all,

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

Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml

between commit:

19d9a846d9fc ("dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3g")

from the net-next tree and commit:

0499220d6dad ("dt-bindings: Add missing array size constraints")

from the devicetree 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 Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
index 3fae9a5f0c6a,097c5cc6c853..000000000000
--- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
+++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
@@@ -72,7 -66,8 +72,8 @@@ properties
dma-coherent: true

clocks:
+ maxItems: 1
- description: CPSW2G NUSS functional clock
+ description: CPSWxG NUSS functional clock

clock-names:
items:


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

2021-02-14 20:57:30

by Stephen Rothwell

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

Hi all,

On Thu, 21 Jan 2021 13:26:45 +1100 Stephen Rothwell <[email protected]> wrote:
>
> Today's linux-next merge of the devicetree tree got a conflict in:
>
> Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
>
> between commit:
>
> 19d9a846d9fc ("dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3g")
>
> from the net-next tree and commit:
>
> 0499220d6dad ("dt-bindings: Add missing array size constraints")
>
> from the devicetree 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.
>
> diff --cc Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
> index 3fae9a5f0c6a,097c5cc6c853..000000000000
> --- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
> +++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
> @@@ -72,7 -66,8 +72,8 @@@ properties
> dma-coherent: true
>
> clocks:
> + maxItems: 1
> - description: CPSW2G NUSS functional clock
> + description: CPSWxG NUSS functional clock
>
> clock-names:
> items:

With the merge window about to open, this is a reminder that this
conflict still exists.

--
Cheers,
Stephen Rothwell


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

2021-02-22 08:28:34

by Stephen Rothwell

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

Hi all,

On Mon, 15 Feb 2021 07:53:21 +1100 Stephen Rothwell <[email protected]> wrote:
>
> On Thu, 21 Jan 2021 13:26:45 +1100 Stephen Rothwell <[email protected]> wrote:
> >
> > Today's linux-next merge of the devicetree tree got a conflict in:
> >
> > Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
> >
> > between commit:
> >
> > 19d9a846d9fc ("dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3g")
> >
> > from the net-next tree and commit:
> >
> > 0499220d6dad ("dt-bindings: Add missing array size constraints")
> >
> > from the devicetree 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.
> >
> > diff --cc Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
> > index 3fae9a5f0c6a,097c5cc6c853..000000000000
> > --- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
> > +++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
> > @@@ -72,7 -66,8 +72,8 @@@ properties
> > dma-coherent: true
> >
> > clocks:
> > + maxItems: 1
> > - description: CPSW2G NUSS functional clock
> > + description: CPSWxG NUSS functional clock
> >
> > clock-names:
> > items:
>
> With the merge window about to open, this is a reminder that this
> conflict still exists.

This is now a conflict between the devicetree tree and Linus' tree.
--
Cheers,
Stephen Rothwell


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

2021-02-22 10:38:28

by Grygorii Strashko

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



On 22/02/2021 10:23, Stephen Rothwell wrote:
> Hi all,
>
> On Mon, 15 Feb 2021 07:53:21 +1100 Stephen Rothwell <[email protected]> wrote:
>>
>> On Thu, 21 Jan 2021 13:26:45 +1100 Stephen Rothwell <[email protected]> wrote:
>>>
>>> Today's linux-next merge of the devicetree tree got a conflict in:
>>>
>>> Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
>>>
>>> between commit:
>>>
>>> 19d9a846d9fc ("dt-binding: net: ti: k3-am654-cpsw-nuss: update bindings for am64x cpsw3g")
>>>
>>> from the net-next tree and commit:
>>>
>>> 0499220d6dad ("dt-bindings: Add missing array size constraints")
>>>
>>> from the devicetree 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.
>>>
>>> diff --cc Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
>>> index 3fae9a5f0c6a,097c5cc6c853..000000000000
>>> --- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
>>> +++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml
>>> @@@ -72,7 -66,8 +72,8 @@@ properties
>>> dma-coherent: true
>>>
>>> clocks:
>>> + maxItems: 1
>>> - description: CPSW2G NUSS functional clock
>>> + description: CPSWxG NUSS functional clock
>>>
>>> clock-names:
>>> items:
>>
>> With the merge window about to open, this is a reminder that this
>> conflict still exists.
>
> This is now a conflict between the devicetree tree and Linus' tree.
>

Sorry for inconvenience, is there anything I can do to help resolve it?
(Changes went through a different trees)

--
Best regards,
grygorii

2021-02-22 21:34:43

by Stephen Rothwell

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

Hi Grygorii,

On Mon, 22 Feb 2021 12:35:10 +0200 Grygorii Strashko <[email protected]> wrote:
>
> Sorry for inconvenience, is there anything I can do to help resolve it?
> (Changes went through a different trees)

No, it is fine.

--
Cheers,
Stephen Rothwell


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