Linux kernel -stable discussions
 help / color / mirror / Atom feed
* Please apply efbc7bd90f60 to 5.15
@ 2023-02-11 15:55 Arınç ÜNAL
  2023-02-28 15:58 ` Sergio Paracuellos
  0 siblings, 1 reply; 4+ messages in thread
From: Arınç ÜNAL @ 2023-02-11 15:55 UTC (permalink / raw)
  To: stable; +Cc: Sergio Paracuellos, erkin.bozoglu

commit efbc7bd90f60c71b8e786ee767952bc22fc3666d upstream.

Please apply ("staging: mt7621-dts: change palmbus address to lower 
case") to 5.15. It solves the duplicate label error caused by the node 
name being uppercase on gbpc1.dts, but lowercase on mt7621.dtsi.

drivers/staging/mt7621-dts/gbpc1.dts:22.28-26.4: ERROR 
(duplicate_label): /palmbus@1E000000: Duplicate label 'palmbus' on 
/palmbus@1E000000 and /palmbus@1e000000
ERROR: Input tree has errors, aborting (use -f to force output)

Arınç

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Please apply efbc7bd90f60 to 5.15
  2023-02-11 15:55 Please apply efbc7bd90f60 to 5.15 Arınç ÜNAL
@ 2023-02-28 15:58 ` Sergio Paracuellos
  2023-02-28 16:03   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Sergio Paracuellos @ 2023-02-28 15:58 UTC (permalink / raw)
  To: Arınç ÜNAL; +Cc: stable, erkin.bozoglu

Hi,

On Sat, Feb 11, 2023 at 4:55 PM Arınç ÜNAL <arinc.unal@arinc9.com> wrote:
>
> commit efbc7bd90f60c71b8e786ee767952bc22fc3666d upstream.
>
> Please apply ("staging: mt7621-dts: change palmbus address to lower
> case") to 5.15. It solves the duplicate label error caused by the node
> name being uppercase on gbpc1.dts, but lowercase on mt7621.dtsi.
>
> drivers/staging/mt7621-dts/gbpc1.dts:22.28-26.4: ERROR
> (duplicate_label): /palmbus@1E000000: Duplicate label 'palmbus' on
> /palmbus@1E000000 and /palmbus@1e000000
> ERROR: Input tree has errors, aborting (use -f to force output)
>
> Arınç

It looks like this commit is not backported to 5.15 yet? I guess the
mail got lost somewhere...

Thanks,
    Sergio Paracuellos

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Please apply efbc7bd90f60 to 5.15
  2023-02-28 15:58 ` Sergio Paracuellos
@ 2023-02-28 16:03   ` Greg KH
  2023-02-28 16:08     ` Sergio Paracuellos
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2023-02-28 16:03 UTC (permalink / raw)
  To: Sergio Paracuellos; +Cc: Arınç ÜNAL, stable, erkin.bozoglu

On Tue, Feb 28, 2023 at 04:58:25PM +0100, Sergio Paracuellos wrote:
> Hi,
> 
> On Sat, Feb 11, 2023 at 4:55 PM Arınç ÜNAL <arinc.unal@arinc9.com> wrote:
> >
> > commit efbc7bd90f60c71b8e786ee767952bc22fc3666d upstream.
> >
> > Please apply ("staging: mt7621-dts: change palmbus address to lower
> > case") to 5.15. It solves the duplicate label error caused by the node
> > name being uppercase on gbpc1.dts, but lowercase on mt7621.dtsi.
> >
> > drivers/staging/mt7621-dts/gbpc1.dts:22.28-26.4: ERROR
> > (duplicate_label): /palmbus@1E000000: Duplicate label 'palmbus' on
> > /palmbus@1E000000 and /palmbus@1e000000
> > ERROR: Input tree has errors, aborting (use -f to force output)
> >
> > Arınç
> 
> It looks like this commit is not backported to 5.15 yet? I guess the
> mail got lost somewhere...

Sorry, didn't get to it yet, now queued up, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Please apply efbc7bd90f60 to 5.15
  2023-02-28 16:03   ` Greg KH
@ 2023-02-28 16:08     ` Sergio Paracuellos
  0 siblings, 0 replies; 4+ messages in thread
From: Sergio Paracuellos @ 2023-02-28 16:08 UTC (permalink / raw)
  To: Greg KH; +Cc: Arınç ÜNAL, stable, erkin.bozoglu

On Tue, Feb 28, 2023 at 5:03 PM Greg KH <greg@kroah.com> wrote:
>
> On Tue, Feb 28, 2023 at 04:58:25PM +0100, Sergio Paracuellos wrote:
> > Hi,
> >
> > On Sat, Feb 11, 2023 at 4:55 PM Arınç ÜNAL <arinc.unal@arinc9.com> wrote:
> > >
> > > commit efbc7bd90f60c71b8e786ee767952bc22fc3666d upstream.
> > >
> > > Please apply ("staging: mt7621-dts: change palmbus address to lower
> > > case") to 5.15. It solves the duplicate label error caused by the node
> > > name being uppercase on gbpc1.dts, but lowercase on mt7621.dtsi.
> > >
> > > drivers/staging/mt7621-dts/gbpc1.dts:22.28-26.4: ERROR
> > > (duplicate_label): /palmbus@1E000000: Duplicate label 'palmbus' on
> > > /palmbus@1E000000 and /palmbus@1e000000
> > > ERROR: Input tree has errors, aborting (use -f to force output)
> > >
> > > Arınç
> >
> > It looks like this commit is not backported to 5.15 yet? I guess the
> > mail got lost somewhere...
>
> Sorry, didn't get to it yet, now queued up, thanks.

Thanks, Greg!

Best regards,
    Sergio Paracuellos
>
> greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-28 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-11 15:55 Please apply efbc7bd90f60 to 5.15 Arınç ÜNAL
2023-02-28 15:58 ` Sergio Paracuellos
2023-02-28 16:03   ` Greg KH
2023-02-28 16:08     ` Sergio Paracuellos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox