[PATCH] docs: maintainer: add existing SoC and netdev profiles

Krzysztof Kozlowski posted 1 patch 2 years ago
Documentation/maintainer/maintainer-entry-profile.rst | 3 +++
1 file changed, 3 insertions(+)
[PATCH] docs: maintainer: add existing SoC and netdev profiles
Posted by Krzysztof Kozlowski 2 years ago
Extend the list of maintainer profiles with SoC and netdev.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/maintainer/maintainer-entry-profile.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/maintainer/maintainer-entry-profile.rst b/Documentation/maintainer/maintainer-entry-profile.rst
index 18cee1edaecb..b49fb6dc4d0c 100644
--- a/Documentation/maintainer/maintainer-entry-profile.rst
+++ b/Documentation/maintainer/maintainer-entry-profile.rst
@@ -102,7 +102,10 @@ to do something different in the near future.
    ../doc-guide/maintainer-profile
    ../nvdimm/maintainer-entry-profile
    ../arch/riscv/patch-acceptance
+   ../process/maintainer-soc
+   ../process/maintainer-soc-clean-dts
    ../driver-api/media/maintainer-entry-profile
+   ../process/maintainer-netdev
    ../driver-api/vfio-pci-device-specific-driver-acceptance
    ../nvme/feature-and-quirk-policy
    ../filesystems/xfs/xfs-maintainer-entry-profile
-- 
2.34.1
Re: [PATCH] docs: maintainer: add existing SoC and netdev profiles
Posted by Jonathan Corbet 2 years ago
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> writes:

> Extend the list of maintainer profiles with SoC and netdev.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/maintainer/maintainer-entry-profile.rst | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks.

jon