* [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths
@ 2024-06-19 11:56 Alexander Stein
2024-06-19 12:18 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Stein @ 2024-06-19 11:56 UTC (permalink / raw)
To: Matthias Schiffer, Markus Niebel, Lee Jones, Alexander Stein
Cc: stable, linux-kernel
The original patch was created way before the .dts movement on arch/arm.
But it was patch merged after the .dts reorganization. Fix the arch/arm
paths accordingly.
Fixes: 7564efb37346a ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers")
Cc: stable@vger.kernel.org
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c36d72143b995..762e97653aa3c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22930,9 +22930,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT
L: linux@ew.tq-group.com
S: Supported
W: https://www.tq-group.com/en/products/tq-embedded/
-F: arch/arm/boot/dts/imx*mba*.dts*
-F: arch/arm/boot/dts/imx*tqma*.dts*
-F: arch/arm/boot/dts/mba*.dtsi
+F: arch/arm/boot/dts/nxp/imx/imx*mba*.dts*
+F: arch/arm/boot/dts/nxp/imx/imx*tqma*.dts*
+F: arch/arm/boot/dts/nxp/imx/mba*.dtsi
F: arch/arm64/boot/dts/freescale/fsl-*tqml*.dts*
F: arch/arm64/boot/dts/freescale/imx*mba*.dts*
F: arch/arm64/boot/dts/freescale/imx*tqma*.dts*
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths 2024-06-19 11:56 [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths Alexander Stein @ 2024-06-19 12:18 ` Greg KH 2024-06-19 12:23 ` Alexander Stein 0 siblings, 1 reply; 6+ messages in thread From: Greg KH @ 2024-06-19 12:18 UTC (permalink / raw) To: Alexander Stein Cc: Matthias Schiffer, Markus Niebel, Lee Jones, stable, linux-kernel On Wed, Jun 19, 2024 at 01:56:10PM +0200, Alexander Stein wrote: > The original patch was created way before the .dts movement on arch/arm. > But it was patch merged after the .dts reorganization. Fix the arch/arm > paths accordingly. > > Fixes: 7564efb37346a ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers") > Cc: stable@vger.kernel.org > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c36d72143b995..762e97653aa3c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -22930,9 +22930,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT > L: linux@ew.tq-group.com > S: Supported > W: https://www.tq-group.com/en/products/tq-embedded/ > -F: arch/arm/boot/dts/imx*mba*.dts* > -F: arch/arm/boot/dts/imx*tqma*.dts* > -F: arch/arm/boot/dts/mba*.dtsi > +F: arch/arm/boot/dts/nxp/imx/imx*mba*.dts* > +F: arch/arm/boot/dts/nxp/imx/imx*tqma*.dts* > +F: arch/arm/boot/dts/nxp/imx/mba*.dtsi > F: arch/arm64/boot/dts/freescale/fsl-*tqml*.dts* > F: arch/arm64/boot/dts/freescale/imx*mba*.dts* > F: arch/arm64/boot/dts/freescale/imx*tqma*.dts* > -- > 2.34.1 > > Why is a MAINTAINERS change needed for stable kernels? ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths 2024-06-19 12:18 ` Greg KH @ 2024-06-19 12:23 ` Alexander Stein 2024-06-19 12:37 ` Greg KH 0 siblings, 1 reply; 6+ messages in thread From: Alexander Stein @ 2024-06-19 12:23 UTC (permalink / raw) To: Greg KH; +Cc: Matthias Schiffer, Markus Niebel, Lee Jones, stable, linux-kernel Am Mittwoch, 19. Juni 2024, 14:18:35 CEST schrieb Greg KH: > On Wed, Jun 19, 2024 at 01:56:10PM +0200, Alexander Stein wrote: > > The original patch was created way before the .dts movement on arch/arm. > > But it was patch merged after the .dts reorganization. Fix the arch/arm > > paths accordingly. > > > > Fixes: 7564efb37346a ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers") > > Cc: stable@vger.kernel.org > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > --- > > MAINTAINERS | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index c36d72143b995..762e97653aa3c 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -22930,9 +22930,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT > > L: linux@ew.tq-group.com > > S: Supported > > W: https://www.tq-group.com/en/products/tq-embedded/ > > -F: arch/arm/boot/dts/imx*mba*.dts* > > -F: arch/arm/boot/dts/imx*tqma*.dts* > > -F: arch/arm/boot/dts/mba*.dtsi > > +F: arch/arm/boot/dts/nxp/imx/imx*mba*.dts* > > +F: arch/arm/boot/dts/nxp/imx/imx*tqma*.dts* > > +F: arch/arm/boot/dts/nxp/imx/mba*.dtsi > > F: arch/arm64/boot/dts/freescale/fsl-*tqml*.dts* > > F: arch/arm64/boot/dts/freescale/imx*mba*.dts* > > F: arch/arm64/boot/dts/freescale/imx*tqma*.dts* > > Why is a MAINTAINERS change needed for stable kernels? This fixes the original commit introducing these entries, mainlined in v6.6 Unfortunately that got delayed so much it was merged after commit 724ba67515320 ("ARM: dts: Move .dts files to vendor sub-directories"), which was merged in v6.5. Thus the (32-Bit) arm DT paths are incorrect from the very beginning. Best regards, Alexander -- TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider http://www.tq-group.com/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths 2024-06-19 12:23 ` Alexander Stein @ 2024-06-19 12:37 ` Greg KH 2024-06-19 13:40 ` Alexander Stein 0 siblings, 1 reply; 6+ messages in thread From: Greg KH @ 2024-06-19 12:37 UTC (permalink / raw) To: Alexander Stein Cc: Matthias Schiffer, Markus Niebel, Lee Jones, stable, linux-kernel On Wed, Jun 19, 2024 at 02:23:36PM +0200, Alexander Stein wrote: > Am Mittwoch, 19. Juni 2024, 14:18:35 CEST schrieb Greg KH: > > On Wed, Jun 19, 2024 at 01:56:10PM +0200, Alexander Stein wrote: > > > The original patch was created way before the .dts movement on arch/arm. > > > But it was patch merged after the .dts reorganization. Fix the arch/arm > > > paths accordingly. > > > > > > Fixes: 7564efb37346a ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers") > > > Cc: stable@vger.kernel.org > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > > --- > > > MAINTAINERS | 6 +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index c36d72143b995..762e97653aa3c 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -22930,9 +22930,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT > > > L: linux@ew.tq-group.com > > > S: Supported > > > W: https://www.tq-group.com/en/products/tq-embedded/ > > > -F: arch/arm/boot/dts/imx*mba*.dts* > > > -F: arch/arm/boot/dts/imx*tqma*.dts* > > > -F: arch/arm/boot/dts/mba*.dtsi > > > +F: arch/arm/boot/dts/nxp/imx/imx*mba*.dts* > > > +F: arch/arm/boot/dts/nxp/imx/imx*tqma*.dts* > > > +F: arch/arm/boot/dts/nxp/imx/mba*.dtsi > > > F: arch/arm64/boot/dts/freescale/fsl-*tqml*.dts* > > > F: arch/arm64/boot/dts/freescale/imx*mba*.dts* > > > F: arch/arm64/boot/dts/freescale/imx*tqma*.dts* > > > > Why is a MAINTAINERS change needed for stable kernels? > > This fixes the original commit introducing these entries, mainlined in v6.6 > Unfortunately that got delayed so much it was merged after commit > 724ba67515320 ("ARM: dts: Move .dts files to vendor sub-directories"), which > was merged in v6.5. > Thus the (32-Bit) arm DT paths are incorrect from the very beginning. That's fine, who is using these paths on older kernels anyway? You should always be doing development on the latest kernel tree, so they shouldn't matter here. or am I missing something? thanks, greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths 2024-06-19 12:37 ` Greg KH @ 2024-06-19 13:40 ` Alexander Stein 2024-06-19 14:14 ` Greg KH 0 siblings, 1 reply; 6+ messages in thread From: Alexander Stein @ 2024-06-19 13:40 UTC (permalink / raw) To: Greg KH; +Cc: Matthias Schiffer, Markus Niebel, Lee Jones, stable, linux-kernel Am Mittwoch, 19. Juni 2024, 14:37:09 CEST schrieb Greg KH: > On Wed, Jun 19, 2024 at 02:23:36PM +0200, Alexander Stein wrote: > > Am Mittwoch, 19. Juni 2024, 14:18:35 CEST schrieb Greg KH: > > > On Wed, Jun 19, 2024 at 01:56:10PM +0200, Alexander Stein wrote: > > > > The original patch was created way before the .dts movement on arch/arm. > > > > But it was patch merged after the .dts reorganization. Fix the arch/arm > > > > paths accordingly. > > > > > > > > Fixes: 7564efb37346a ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers") > > > > Cc: stable@vger.kernel.org > > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > > > --- > > > > MAINTAINERS | 6 +++--- > > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > > index c36d72143b995..762e97653aa3c 100644 > > > > --- a/MAINTAINERS > > > > +++ b/MAINTAINERS > > > > @@ -22930,9 +22930,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT > > > > L: linux@ew.tq-group.com > > > > S: Supported > > > > W: https://www.tq-group.com/en/products/tq-embedded/ > > > > -F: arch/arm/boot/dts/imx*mba*.dts* > > > > -F: arch/arm/boot/dts/imx*tqma*.dts* > > > > -F: arch/arm/boot/dts/mba*.dtsi > > > > +F: arch/arm/boot/dts/nxp/imx/imx*mba*.dts* > > > > +F: arch/arm/boot/dts/nxp/imx/imx*tqma*.dts* > > > > +F: arch/arm/boot/dts/nxp/imx/mba*.dtsi > > > > F: arch/arm64/boot/dts/freescale/fsl-*tqml*.dts* > > > > F: arch/arm64/boot/dts/freescale/imx*mba*.dts* > > > > F: arch/arm64/boot/dts/freescale/imx*tqma*.dts* > > > > > > Why is a MAINTAINERS change needed for stable kernels? > > > > This fixes the original commit introducing these entries, mainlined in v6.6 > > Unfortunately that got delayed so much it was merged after commit > > 724ba67515320 ("ARM: dts: Move .dts files to vendor sub-directories"), which > > was merged in v6.5. > > Thus the (32-Bit) arm DT paths are incorrect from the very beginning. > > That's fine, who is using these paths on older kernels anyway? You > should always be doing development on the latest kernel tree, so they > shouldn't matter here. > > or am I missing something? Sure development is on newer trees, but I'm wondering if anyone uses scripts on that stable version evaluating this file. I don't mind if this is not applied to stable. Want me to send without Fixes and CC tag? Best regards, Alexander -- TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider http://www.tq-group.com/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths 2024-06-19 13:40 ` Alexander Stein @ 2024-06-19 14:14 ` Greg KH 0 siblings, 0 replies; 6+ messages in thread From: Greg KH @ 2024-06-19 14:14 UTC (permalink / raw) To: Alexander Stein Cc: Matthias Schiffer, Markus Niebel, Lee Jones, stable, linux-kernel On Wed, Jun 19, 2024 at 03:40:54PM +0200, Alexander Stein wrote: > Am Mittwoch, 19. Juni 2024, 14:37:09 CEST schrieb Greg KH: > > On Wed, Jun 19, 2024 at 02:23:36PM +0200, Alexander Stein wrote: > > > Am Mittwoch, 19. Juni 2024, 14:18:35 CEST schrieb Greg KH: > > > > On Wed, Jun 19, 2024 at 01:56:10PM +0200, Alexander Stein wrote: > > > > > The original patch was created way before the .dts movement on arch/arm. > > > > > But it was patch merged after the .dts reorganization. Fix the arch/arm > > > > > paths accordingly. > > > > > > > > > > Fixes: 7564efb37346a ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers") > > > > > Cc: stable@vger.kernel.org > > > > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > > > > > --- > > > > > MAINTAINERS | 6 +++--- > > > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > > > index c36d72143b995..762e97653aa3c 100644 > > > > > --- a/MAINTAINERS > > > > > +++ b/MAINTAINERS > > > > > @@ -22930,9 +22930,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT > > > > > L: linux@ew.tq-group.com > > > > > S: Supported > > > > > W: https://www.tq-group.com/en/products/tq-embedded/ > > > > > -F: arch/arm/boot/dts/imx*mba*.dts* > > > > > -F: arch/arm/boot/dts/imx*tqma*.dts* > > > > > -F: arch/arm/boot/dts/mba*.dtsi > > > > > +F: arch/arm/boot/dts/nxp/imx/imx*mba*.dts* > > > > > +F: arch/arm/boot/dts/nxp/imx/imx*tqma*.dts* > > > > > +F: arch/arm/boot/dts/nxp/imx/mba*.dtsi > > > > > F: arch/arm64/boot/dts/freescale/fsl-*tqml*.dts* > > > > > F: arch/arm64/boot/dts/freescale/imx*mba*.dts* > > > > > F: arch/arm64/boot/dts/freescale/imx*tqma*.dts* > > > > > > > > Why is a MAINTAINERS change needed for stable kernels? > > > > > > This fixes the original commit introducing these entries, mainlined in v6.6 > > > Unfortunately that got delayed so much it was merged after commit > > > 724ba67515320 ("ARM: dts: Move .dts files to vendor sub-directories"), which > > > was merged in v6.5. > > > Thus the (32-Bit) arm DT paths are incorrect from the very beginning. > > > > That's fine, who is using these paths on older kernels anyway? You > > should always be doing development on the latest kernel tree, so they > > shouldn't matter here. > > > > or am I missing something? > > Sure development is on newer trees, but I'm wondering if anyone uses > scripts on that stable version evaluating this file. Usually not, otherwise we would be backporting all of these types of changes all the time. > I don't mind if this is not applied to stable. Want me to send without Fixes > and CC tag? Please do, thanks! greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-19 14:14 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-06-19 11:56 [PATCH 1/1 resend] MAINTAINERS: Fix 32-bit i.MX platform paths Alexander Stein 2024-06-19 12:18 ` Greg KH 2024-06-19 12:23 ` Alexander Stein 2024-06-19 12:37 ` Greg KH 2024-06-19 13:40 ` Alexander Stein 2024-06-19 14:14 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).