OSDN Git Service

MAINTAINERS: add a limited ARM and ARM64 SoC entry
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 1 Dec 2020 21:15:16 +0000 (23:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 7 Dec 2020 14:33:47 +0000 (15:33 +0100)
commitdb2082700a0c7974c3a7787d50abff34b2695b4b
tree9ee07e7a083a3766f01c23419de1572296308f33
parentc99055ec2c3974386f36eb648af77a8dbe887ca9
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 <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201201211516.24921-2-krzk@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
MAINTAINERS