From: Jonathan Corbet Date: Tue, 23 Dec 2014 16:27:04 +0000 (-0700) Subject: Docs: Mention device tree binding info X-Git-Tag: firefly_0821_release~176^2~2358^2~6^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=082bd1ca9a7eaf28695d8bab9adcff54f77c040c;p=firefly-linux-kernel-4.4.55.git Docs: Mention device tree binding info Suggested-by: Frank Rowand Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index e6cbe59d890f..1f4e8c8710a7 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -15,7 +15,8 @@ format. For detailed information on how the kernel development process works, see Documentation/development-process. Also, read Documentation/SubmitChecklist for a list of items to check before submitting code. If you are submitting a driver, also read -Documentation/SubmittingDrivers. +Documentation/SubmittingDrivers; for device tree binding patches, read +Documentation/devicetree/bindings/submitting-patches.txt. Many of these steps describe the default behavior of the git version control system; if you use git to prepare your patches, you'll find much