docs: dt: Make 'Devicetree' wording more consistent
authorRob Herring <robh@kernel.org>
Thu, 25 Mar 2021 16:47:09 +0000 (10:47 -0600)
committerRob Herring <robh@kernel.org>
Sat, 27 Mar 2021 18:58:04 +0000 (12:58 -0600)
There's a variety of ways 'Devicetree' has been written. This is most
evident in the documentation build contents where we have 'Device Tree',
'DeviceTree', etc. The DT spec has somewhat standardized on
'Devicetree', so let's use that.

Cc: Frank Rowand <frowand.list@gmail.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20210325164713.1296407-5-robh@kernel.org
Documentation/devicetree/bindings/submitting-patches.rst
Documentation/devicetree/changesets.rst
Documentation/devicetree/dynamic-resolution-notes.rst
Documentation/devicetree/index.rst
Documentation/devicetree/of_unittest.rst
Documentation/devicetree/overlay-notes.rst
Documentation/devicetree/usage-model.rst
Documentation/devicetree/writing-schema.rst

index 42e86f978be2540c1ad126a5925deb61748d80e3..51c45990957555786ec01189519f265066731418 100644 (file)
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: GPL-2.0
 
 ==========================================
-Submitting devicetree (DT) binding patches
+Submitting Devicetree (DT) binding patches
 ==========================================
 
 I. For patch submitters
index c7fd8cd6a270d9dca4784c7898c7088f460f88ca..2091468d48372cb0ff4545ce7f0d013a952f1cfc 100644 (file)
@@ -1,10 +1,10 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-=============
-DT Changesets
-=============
+=====================
+Devicetree Changesets
+=====================
 
-A DT changeset is a method which allows one to apply changes
+A Devicetree changeset is a method which allows one to apply changes
 in the live tree in such a way that either the full set of changes
 will be applied, or none of them will be. If an error occurs partway
 through applying the changeset, then the tree will be rolled back to the
index 570b7e1f39eb474612eae1b5c517220382dc1644..f81ad8daa36f2cdceab4b65827e98c011f2bab55 100644 (file)
@@ -1,11 +1,11 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-==================================
-Device Tree Dynamic Resolver Notes
-==================================
+=================================
+Devicetree Dynamic Resolver Notes
+=================================
 
 This document describes the implementation of the in-kernel
-Device Tree resolver, residing in drivers/of/resolver.c
+DeviceTree resolver, residing in drivers/of/resolver.c
 
 How the resolver works
 ----------------------
index 54026763916d41938bf35a67afb28b7ffa077257..32509e8de8daeadc77e98e4e15ce84aaab9e8ed4 100644 (file)
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: GPL-2.0
 
 =============================
-Open Firmware and Device Tree
+Open Firmware and Devicetree
 =============================
 
 .. toctree::
index dea05214f3ad2e31eaf8a5128f951eb569709dc1..2afe41a37148e54cb2eaab4174b31e75aeedb2e6 100644 (file)
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-==================================
-Open Firmware Device Tree Unittest
-==================================
+=================================
+Open Firmware Devicetree Unittest
+=================================
 
 Author: Gaurav Minocha <gaurav.minocha.os@gmail.com>
 
index c67cc676bbd2dce0df300b9336ffdb6f6cfbe5aa..b2b8db765b8c60c97af5732ca3cecae3e1824971 100644 (file)
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-=========================
-Device Tree Overlay Notes
-=========================
+========================
+Devicetree Overlay Notes
+========================
 
 This document describes the implementation of the in-kernel
 device tree overlay functionality residing in drivers/of/overlay.c and is a
@@ -11,7 +11,7 @@ companion document to Documentation/devicetree/dynamic-resolution-notes.rst[1]
 How overlays work
 -----------------
 
-A Device Tree's overlay purpose is to modify the kernel's live tree, and
+A Devicetree's overlay purpose is to modify the kernel's live tree, and
 have the modification affecting the state of the kernel in a way that
 is reflecting the changes.
 Since the kernel mainly deals with devices, any new device node that result
index 1eb83496ca1ea89e5be546609087f1c8019c0c16..b6a287955ee56ac14b9902c524e42cf496ad7a89 100644 (file)
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-=========================
-Linux and the Device Tree
-=========================
+========================
+Linux and the Devicetree
+========================
 
 The Linux usage model for device tree data
 
@@ -14,7 +14,7 @@ at devicetree.org\ [1]_.
 
 .. [1] https://www.devicetree.org/specifications/
 
-The "Open Firmware Device Tree", or simply Device Tree (DT), is a data
+The "Open Firmware Device Tree", or simply Devicetree (DT), is a data
 structure and language for describing hardware.  More specifically, it
 is a description of hardware that is readable by an operating system
 so that the operating system doesn't need to hard code details of the
index be14dbed60819d8bde6897a5db4bdade0a7f8160..23d6579aea2c26168f2e6676a71abd94b6f5c86d 100644 (file)
@@ -1,6 +1,6 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-Writing DeviceTree Bindings in json-schema
+Writing Devicetree Bindings in json-schema
 ==========================================
 
 Devicetree bindings are written using json-schema vocabulary. Schema files are