diff options
author | Krzysztof Kozlowski <[email protected]> | 2020-12-01 23:15:16 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2020-12-07 15:33:47 +0100 |
commit | db2082700a0c7974c3a7787d50abff34b2695b4b (patch) | |
tree | 9ee07e7a083a3766f01c23419de1572296308f33 | |
parent | c99055ec2c3974386f36eb648af77a8dbe887ca9 (diff) |
MAINTAINERS: add a limited ARM and ARM64 SoC entry
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 715c84c25fb5..52086876ce40 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1486,6 +1486,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 <[email protected]> +M: Olof Johansson <[email protected]> +L: [email protected] (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: [email protected] (moderated for non-subscribers) S: Maintained |