diff options
author | 2023-07-23 15:19:23 +0200 | |
---|---|---|
committer | 2023-08-12 14:04:51 +0200 | |
commit | f1b518b45d39ba81e5b3a156aa0dd3f856675f02 (patch) | |
tree | f8942f75a9f307eb1347684e22f7f8f70ef69b00 /MAINTAINERS | |
parent | MAINTAINERS: soc: reference maintainer profile (diff) | |
download | wireguard-linux-f1b518b45d39ba81e5b3a156aa0dd3f856675f02.tar.xz wireguard-linux-f1b518b45d39ba81e5b3a156aa0dd3f856675f02.zip |
Documentation/process: maintainer-soc: add clean platforms profile
Some SoC platforms require that commits must not bring any new
dtbs_check warnings. Maintainers of such platforms usually have some
automation set, so any new warning will be spotted sooner or later.
Worst case: they run the tests themselves. Document requirements for
such platforms, so contributors can expect their patches being dropped
or ignored, if they bring new warnings for existing boards.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230723131924.78190-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 59f7275c5432..b93e4de47cd0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1561,7 +1561,7 @@ S: Maintained P: Documentation/process/maintainer-soc.rst C: irc://irc.libera.chat/armlinux T: git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git -F: Documentation/process/maintainer-soc.rst +F: Documentation/process/maintainer-soc*.rst F: arch/arm/boot/dts/Makefile F: arch/arm64/boot/dts/Makefile |