linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc)
@ 2020-12-01 21:15 Krzysztof Kozlowski
  2020-12-01 21:15 ` [RFC 2/2] MAINTAINERS: add a limited ARM and ARM64 SoC entry Krzysztof Kozlowski
  2020-12-08 16:11 ` [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc) Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-01 21:15 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, soc, linux-arm-kernel,
	linux-kernel
  Cc: Catalin Marinas, Alexandre Belloni, arm, Krzysztof Kozlowski

The SoC Git was moved from arm/arm-soc.git to soc/soc.git.  Correct the
ARM Sub-architectures entry.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9b4a53cbf43d..6149066a545e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1494,7 +1494,7 @@ F:	drivers/iommu/io-pgtable-arm*
 ARM SUB-ARCHITECTURES
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
 F:	arch/arm/mach-*/
 F:	arch/arm/plat-*/
 
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [RFC 2/2] MAINTAINERS: add a limited ARM and ARM64 SoC entry
  2020-12-01 21:15 [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc) Krzysztof Kozlowski
@ 2020-12-01 21:15 ` Krzysztof Kozlowski
  2020-12-01 21:20   ` Krzysztof Kozlowski
  2020-12-08 16:11 ` [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc) Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-01 21:15 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, soc, linux-arm-kernel,
	linux-kernel
  Cc: Catalin Marinas, Alexandre Belloni, arm, Krzysztof Kozlowski

It is expected for ARM and ARM64 SoC related code to go through
sub-architecture maintainers.  Their addresses were therefore not
documented to push patch traffic through sub-architecture maintainers.

However when patches touch generic code, e.g. multi_v7_defconfig, the
patch might not be picked up by them and instead should go to the SoC
maintainers - Arnd and Olof.

Add a minimal maintainer's entry for SoC covering only Makefile, so it
will not appear on most of submissions (except new devicetree boards).
It will though serve as a documentation and reference for cases when
submitter does not know where to send his SoC-related patches.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6149066a545e..f302983645bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1491,6 +1491,16 @@ F:	Documentation/devicetree/bindings/iommu/arm,smmu*
 F:	drivers/iommu/arm/
 F:	drivers/iommu/io-pgtable-arm*
 
+ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS)
+M:	Arnd Bergmann <arnd@arndb.de>
+M:	Olof Johansson <olof@lixom.net>
+M:	soc@kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
+F:	arch/arm/boot/dts/Makefile
+F:	arch/arm64/boot/dts/Makefile
+
 ARM SUB-ARCHITECTURES
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RFC 2/2] MAINTAINERS: add a limited ARM and ARM64 SoC entry
  2020-12-01 21:15 ` [RFC 2/2] MAINTAINERS: add a limited ARM and ARM64 SoC entry Krzysztof Kozlowski
@ 2020-12-01 21:20   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-01 21:20 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, soc, linux-arm-kernel,
	linux-kernel
  Cc: Catalin Marinas, Alexandre Belloni, arm

On Tue, Dec 01, 2020 at 11:15:16PM +0200, Krzysztof Kozlowski wrote:
> It is expected for ARM and ARM64 SoC related code to go through
> sub-architecture maintainers.  Their addresses were therefore not

I reshaped my message last moment and missed that it does not make
sense anymore... It should be:
"The ARM and ARM64 SoC maintainers addresses were therefore not..."

Best regards,
Krzysztof

> documented to push patch traffic through sub-architecture maintainers.
> 
> However when patches touch generic code, e.g. multi_v7_defconfig, the
> patch might not be picked up by them and instead should go to the SoC
> maintainers - Arnd and Olof.
> 
> Add a minimal maintainer's entry for SoC covering only Makefile, so it
> will not appear on most of submissions (except new devicetree boards).
> It will though serve as a documentation and reference for cases when
> submitter does not know where to send his SoC-related patches.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6149066a545e..f302983645bd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1491,6 +1491,16 @@ F:	Documentation/devicetree/bindings/iommu/arm,smmu*
>  F:	drivers/iommu/arm/
>  F:	drivers/iommu/io-pgtable-arm*
>  
> +ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS)
> +M:	Arnd Bergmann <arnd@arndb.de>
> +M:	Olof Johansson <olof@lixom.net>
> +M:	soc@kernel.org
> +L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> +S:	Maintained
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
> +F:	arch/arm/boot/dts/Makefile
> +F:	arch/arm64/boot/dts/Makefile
> +
>  ARM SUB-ARCHITECTURES
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
> -- 
> 2.25.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc)
  2020-12-01 21:15 [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc) Krzysztof Kozlowski
  2020-12-01 21:15 ` [RFC 2/2] MAINTAINERS: add a limited ARM and ARM64 SoC entry Krzysztof Kozlowski
@ 2020-12-08 16:11 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2020-12-08 16:11 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-kernel, Olof Johansson, soc,
	linux-kernel
  Cc: Catalin Marinas, Alexandre Belloni, arm, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Tue, 1 Dec 2020 23:15:15 +0200, Krzysztof Kozlowski wrote:
> The SoC Git was moved from arm/arm-soc.git to soc/soc.git.  Correct the
> ARM Sub-architectures entry.

Applied to arm/fixes, thanks!

[1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc)
      commit: c99055ec2c3974386f36eb648af77a8dbe887ca9
[2/2] MAINTAINERS: add a limited ARM and ARM64 SoC entry
      commit: db2082700a0c7974c3a7787d50abff34b2695b4b

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-12-08 16:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-01 21:15 [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc) Krzysztof Kozlowski
2020-12-01 21:15 ` [RFC 2/2] MAINTAINERS: add a limited ARM and ARM64 SoC entry Krzysztof Kozlowski
2020-12-01 21:20   ` Krzysztof Kozlowski
2020-12-08 16:11 ` [RFC 1/2] MAINTAINERS: correct SoC Git address (formerly: arm-soc) Arnd Bergmann

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).