diff mbox

dt: submitting-patches: clarify that DT maintainers are to be cced on bindings

Message ID 1425570791-1006-1-git-send-email-mporter@konsulko.com
State Accepted, archived
Commit d1e9fa98387549a24633fb6b00a26edb34382488
Headers show

Commit Message

Matt Porter March 5, 2015, 3:53 p.m. UTC
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 <mporter@konsulko.com>
---
 Documentation/devicetree/bindings/submitting-patches.txt | 3 +++
 1 file changed, 3 insertions(+)

Comments

Rob Herring March 13, 2015, 3:22 p.m. UTC | #1
On Thu, Mar 5, 2015 at 9:53 AM, Matt Porter <mporter@konsulko.com> wrote:
> 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 <mporter@konsulko.com>

Applied for 4.0. Thanks.

Rob

> ---
>  Documentation/devicetree/bindings/submitting-patches.txt | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/submitting-patches.txt b/Documentation/devicetree/bindings/submitting-patches.txt
> index 56742bc..7d44eae 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.
>
> --
> 1.8.4
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/submitting-patches.txt b/Documentation/devicetree/bindings/submitting-patches.txt
index 56742bc..7d44eae 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.