diff options
author | 2023-07-23 15:19:24 +0200 | |
---|---|---|
committer | 2023-08-12 14:04:51 +0200 | |
commit | c25223cba5aa9a536392933782d4a7df71d9093b (patch) | |
tree | c48275d24d9b79ba5a9dcbc02cee7b24a2f88ef4 | |
parent | Documentation/process: maintainer-soc: add clean platforms profile (diff) | |
download | wireguard-linux-c25223cba5aa9a536392933782d4a7df71d9093b.tar.xz wireguard-linux-c25223cba5aa9a536392933782d4a7df71d9093b.zip |
MAINTAINER: samsung: document dtbs_check requirement for Samsung
Samsung ARM/ARM64 SoCs (including legacy S3C64xx and S5PV210) are also
expected not to bring any new dtbs_check warnings. In fact this have
been already enforced and tested since few release.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230723131924.78190-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b93e4de47cd0..4feac955d633 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2634,6 +2634,7 @@ R: Alim Akhtar <alim.akhtar@samsung.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: linux-samsung-soc@vger.kernel.org S: Maintained +P: Documentation/process/maintainer-soc-clean-dts.rst Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/ B: mailto:linux-samsung-soc@vger.kernel.org C: irc://irc.libera.chat/linux-exynos |