diff options
author | Jonathan Corbet <corbet@lwn.net> | 2014-12-23 11:27:04 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-12-23 11:27:04 -0500 |
commit | 082bd1ca9a7eaf28695d8bab9adcff54f77c040c (patch) | |
tree | a87a591693e3bae1a861e957788b70a7605b3073 | |
parent | d00c455964002a8e7f126b16051e846a9f9877c6 (diff) |
Docs: Mention device tree binding info
Suggested-by: Frank Rowand <frowand.list@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/SubmittingPatches | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
15 | works, see Documentation/development-process. Also, read | 15 | works, see Documentation/development-process. Also, read |
16 | Documentation/SubmitChecklist for a list of items to check before | 16 | Documentation/SubmitChecklist for a list of items to check before |
17 | submitting code. If you are submitting a driver, also read | 17 | submitting code. If you are submitting a driver, also read |
18 | Documentation/SubmittingDrivers. | 18 | Documentation/SubmittingDrivers; for device tree binding patches, read |
19 | Documentation/devicetree/bindings/submitting-patches.txt. | ||
19 | 20 | ||
20 | Many of these steps describe the default behavior of the git version | 21 | Many of these steps describe the default behavior of the git version |
21 | control system; if you use git to prepare your patches, you'll find much | 22 | control system; if you use git to prepare your patches, you'll find much |