From: Matt Porter Date: Thu, 5 Mar 2015 15:53:11 +0000 (-0500) Subject: dt: submitting-patches: clarify that DT maintainers are to be cced on bindings X-Git-Tag: v4.0-rc4~14^2~5 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d1e9fa98387549a24633fb6b00a26edb34382488;p=linux-2.6-block.git dt: submitting-patches: clarify that DT maintainers are to be cced on bindings The exact steps provided for submitting binding patches can be read as requiring the bindings to be sent only to the devicetree@vger.kernel.org list. Since the DT maintainers would like to be Cced on any binding submissions, make this requirement explicit in step 2. Signed-off-by: Matt Porter Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/submitting-patches.txt b/Documentation/devicetree/bindings/submitting-patches.txt index 56742bc70218..7d44eae7ab0b 100644 --- a/Documentation/devicetree/bindings/submitting-patches.txt +++ b/Documentation/devicetree/bindings/submitting-patches.txt @@ -12,6 +12,9 @@ I. For patch submitters devicetree@vger.kernel.org + and Cc: the DT maintainers. Use scripts/get_maintainer.pl to identify + all of the DT maintainers. + 3) The Documentation/ portion of the patch should come in the series before the code implementing the binding.