summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2012-10-16 18:04:20 +1100
committerJon Loeliger <jdl@jdl.com>2012-10-16 09:35:33 -0500
commite4b497f367a3b2ae99cc52089a14a221b13a76ef (patch)
tree845b0817a5fa2450c315dd78e201b465c20cedcd
parent8dec4d86ad3f44ef5011f86394d8f3061a09237a (diff)
downloaddtc-e4b497f367a3b2ae99cc52089a14a221b13a76ef.tar.gz
Add documentation on how to submit patches
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--Documentation/manual.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/manual.txt b/Documentation/manual.txt
index 989c589..65c8540 100644
--- a/Documentation/manual.txt
+++ b/Documentation/manual.txt
@@ -3,6 +3,7 @@ Device Tree Compiler Manual
I - "dtc", the device tree compiler
1) Obtaining Sources
+ 1.1) Submitting Patches
2) Description
3) Command Line
4) Source File
@@ -44,6 +45,10 @@ Tarballs of the 1.0.0 and latest releases are here:
http://www.jdl.com/software/dtc-v1.2.0.tgz
http://www.jdl.com/software/dtc-latest.tgz
+1.1) Submitting Patches
+
+Patches should be sent to jdl@jdl.com, and CC'ed to
+devicetree-discuss@lists.ozlabs.org.
2) Description