* [PATCH] MAINTAINERS: Update DTS path for ARM/Microchip (AT91) SoC
@ 2024-07-31 14:41 Andrei Simion
2024-08-02 12:11 ` Cristian.Birsan
0 siblings, 1 reply; 3+ messages in thread
From: Andrei Simion @ 2024-07-31 14:41 UTC (permalink / raw)
To: claudiu.beznea, nicolas.ferre, alexandre.belloni, cristian.birsan
Cc: linux-kernel, Andrei Simion, Conor Dooley
Update the path to the supported DTS files for ARM/Microchip (AT91)
SoC to ensure that the output of the get_maintainer.pl script includes
the email addresses of the maintainers for all files located in
arch/arm/boot/dts/microchip.
Suggested-by: Conor Dooley <conor@kernel.org>
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
---
Based on discussion:
https://lore.kernel.org/lkml/20240709-education-unfreeze-a719c6927d73@spud/
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 36d66b141352..c9f320ba8bc9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2542,8 +2542,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Supported
W: http://www.linux4sam.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
-F: arch/arm/boot/dts/microchip/at91*
-F: arch/arm/boot/dts/microchip/sama*
+F: arch/arm/boot/dts/microchip/
F: arch/arm/include/debug/at91.S
F: arch/arm/mach-at91/
F: drivers/memory/atmel*
base-commit: cd19ac2f903276b820f5d0d89de0c896c27036ed
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Update DTS path for ARM/Microchip (AT91) SoC
2024-07-31 14:41 [PATCH] MAINTAINERS: Update DTS path for ARM/Microchip (AT91) SoC Andrei Simion
@ 2024-08-02 12:11 ` Cristian.Birsan
2024-08-02 15:23 ` Conor Dooley
0 siblings, 1 reply; 3+ messages in thread
From: Cristian.Birsan @ 2024-08-02 12:11 UTC (permalink / raw)
To: Andrei.Simion, claudiu.beznea, Nicolas.Ferre, alexandre.belloni
Cc: linux-kernel, conor
Hi Andrei,
On 31.07.2024 17:41, Andrei Simion wrote:
> Update the path to the supported DTS files for ARM/Microchip (AT91)
> SoC to ensure that the output of the get_maintainer.pl script includes
> the email addresses of the maintainers for all files located in
> arch/arm/boot/dts/microchip.
>
> Suggested-by: Conor Dooley <conor@kernel.org>
> Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
This is helpful for SAM9x60 and SAM9x75 boards. On the other hand it
will add other boards too but there is no explicit maintainer for them
so I hope is fine.
Reviewed-by: Cristian Birsan <cristian.birsan@microchip.com>
> ---
> Based on discussion:
> https://lore.kernel.org/lkml/20240709-education-unfreeze-a719c6927d73@spud/
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 36d66b141352..c9f320ba8bc9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2542,8 +2542,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Supported
> W: http://www.linux4sam.org
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
> -F: arch/arm/boot/dts/microchip/at91*
> -F: arch/arm/boot/dts/microchip/sama*
> +F: arch/arm/boot/dts/microchip/
> F: arch/arm/include/debug/at91.S
> F: arch/arm/mach-at91/
> F: drivers/memory/atmel*
>
> base-commit: cd19ac2f903276b820f5d0d89de0c896c27036ed
Regards,
Cristi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Update DTS path for ARM/Microchip (AT91) SoC
2024-08-02 12:11 ` Cristian.Birsan
@ 2024-08-02 15:23 ` Conor Dooley
0 siblings, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2024-08-02 15:23 UTC (permalink / raw)
To: Cristian.Birsan
Cc: Andrei.Simion, claudiu.beznea, Nicolas.Ferre, alexandre.belloni,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1822 bytes --]
On Fri, Aug 02, 2024 at 12:11:11PM +0000, Cristian.Birsan@microchip.com wrote:
> Hi Andrei,
>
> On 31.07.2024 17:41, Andrei Simion wrote:
> > Update the path to the supported DTS files for ARM/Microchip (AT91)
> > SoC to ensure that the output of the get_maintainer.pl script includes
> > the email addresses of the maintainers for all files located in
> > arch/arm/boot/dts/microchip.
> >
> > Suggested-by: Conor Dooley <conor@kernel.org>
> > Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
>
> This is helpful for SAM9x60 and SAM9x75 boards. On the other hand it
> will add other boards too but there is no explicit maintainer for them
> so I hope is fine.
Ye, even if it did add other boards I think it would be correct to do,
as having a single tree for the arm32 microchip boards is a good idea.
Cheers,
Conor.
>
> Reviewed-by: Cristian Birsan <cristian.birsan@microchip.com>
>
> > ---
> > Based on discussion:
> > https://lore.kernel.org/lkml/20240709-education-unfreeze-a719c6927d73@spud/
> > ---
> > MAINTAINERS | 3 +--
> > 1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 36d66b141352..c9f320ba8bc9 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2542,8 +2542,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > S: Supported
> > W: http://www.linux4sam.org
> > T: git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
> > -F: arch/arm/boot/dts/microchip/at91*
> > -F: arch/arm/boot/dts/microchip/sama*
> > +F: arch/arm/boot/dts/microchip/
> > F: arch/arm/include/debug/at91.S
> > F: arch/arm/mach-at91/
> > F: drivers/memory/atmel*
> >
> > base-commit: cd19ac2f903276b820f5d0d89de0c896c27036ed
>
> Regards,
> Cristi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-02 15:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 14:41 [PATCH] MAINTAINERS: Update DTS path for ARM/Microchip (AT91) SoC Andrei Simion
2024-08-02 12:11 ` Cristian.Birsan
2024-08-02 15:23 ` Conor Dooley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox