]> Git Repo - linux.git/commitdiff
dt-bindings: submitting-patches: add guidance on patch content and subject
authorRob Herring <[email protected]>
Tue, 5 Jun 2018 22:37:47 +0000 (16:37 -0600)
committerRob Herring <[email protected]>
Tue, 5 Jun 2018 22:37:47 +0000 (16:37 -0600)
Clarify that binding patches should also include include/dt-bindings/*
as part of them. The binding doc defines the ABI and the includes are
part of that. Add some details on the preferred subject prefix and
contents.

Signed-off-by: Rob Herring <[email protected]>
Documentation/devicetree/bindings/submitting-patches.txt

index 274058c583dde67297f800087c9e2ecaf7a57eac..de0d6090c0fd200f241aa0c71b5d208c62bde45c 100644 (file)
@@ -6,7 +6,14 @@ I. For patch submitters
   0) Normal patch submission rules from Documentation/process/submitting-patches.rst
      applies.
 
-  1) The Documentation/ portion of the patch should be a separate patch.
+  1) The Documentation/ and include/dt-bindings/ portion of the patch should
+     be a separate patch. The preferred subject prefix for binding patches is:
+
+       "dt-bindings: <binding dir>: ..."
+
+     The 80 characters of the subject are precious. It is recommended to not
+     use "Documentation" or "doc" because that is implied. All bindings are
+     docs. Repeating "binding" again should also be avoided.
 
   2) Submit the entire series to the devicetree mailinglist at
 
This page took 0.054505 seconds and 4 git commands to generate.