2023-11-23 11:33:41

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: adjust file patterns in TQ SYSTEMS BOARD & DRIVER SUPPORT

Commit 77da3f22b3d5 ("MAINTAINERS: Add entry for TQ-Systems device trees
and drivers") adds some file patterns for files in arch/arm/boot/dts/, but
those patterns do not match any files in the repository. Hence,
./scripts/get_maintainer.pl --self-test=patterns complains about broken
references. The files of interest are actually in the directory
arch/arm/boot/dts/nxp/imx/.

Adjust the file patterns to match the intended files.

Fixes: 77da3f22b3d5 ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers")
Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Alexander Stein <[email protected]>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index df7a57ac864e..1e439b08d5d4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22084,9 +22084,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT
L: [email protected]
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.17.1


2024-02-29 14:54:00

by Alexander Stein

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust file patterns in TQ SYSTEMS BOARD & DRIVER SUPPORT

Hello,

Am Donnerstag, 23. November 2023, 12:32:45 CET schrieb Lukas Bulwahn:
> Commit 77da3f22b3d5 ("MAINTAINERS: Add entry for TQ-Systems device trees
> and drivers") adds some file patterns for files in arch/arm/boot/dts/, but
> those patterns do not match any files in the repository. Hence,
> ./scripts/get_maintainer.pl --self-test=patterns complains about broken
> references. The files of interest are actually in the directory
> arch/arm/boot/dts/nxp/imx/.
>
> Adjust the file patterns to match the intended files.
>
> Fixes: 77da3f22b3d5 ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers")
> Signed-off-by: Lukas Bulwahn <[email protected]>
> Reviewed-by: Alexander Stein <[email protected]>

any feedback? Can this be merged?

Thanks,
Alexander

> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index df7a57ac864e..1e439b08d5d4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22084,9 +22084,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT
> L: [email protected]
> 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*
>


--
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/



2024-05-22 11:00:22

by Alexander Stein

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust file patterns in TQ SYSTEMS BOARD & DRIVER SUPPORT

Hi,

Am Donnerstag, 29. Februar 2024, 15:50:04 CEST schrieb Alexander Stein:
> Hello,
>
> Am Donnerstag, 23. November 2023, 12:32:45 CET schrieb Lukas Bulwahn:
> > Commit 77da3f22b3d5 ("MAINTAINERS: Add entry for TQ-Systems device trees
> > and drivers") adds some file patterns for files in arch/arm/boot/dts/, but
> > those patterns do not match any files in the repository. Hence,
> > ./scripts/get_maintainer.pl --self-test=patterns complains about broken
> > references. The files of interest are actually in the directory
> > arch/arm/boot/dts/nxp/imx/.
> >
> > Adjust the file patterns to match the intended files.
> >
> > Fixes: 77da3f22b3d5 ("MAINTAINERS: Add entry for TQ-Systems device trees and drivers")
> > Signed-off-by: Lukas Bulwahn <[email protected]>
> > Reviewed-by: Alexander Stein <[email protected]>
>
> any feedback? Can this be merged?

Another gentle ping. Just noticed as [1] was not sent to our list.

Best regards,
Alexander

[1] https://lore.kernel.org/all/[email protected]/

> > ---
> > MAINTAINERS | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index df7a57ac864e..1e439b08d5d4 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -22084,9 +22084,9 @@ TQ SYSTEMS BOARD & DRIVER SUPPORT
> > L: [email protected]
> > 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*
> >
>
>
>


--
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/