* [PATCH] Fix spelling errors in Documentation/devicetree
@ 2016-07-05 8:48 Otto Kekäläinen
[not found] ` <1467708506-18010-1-git-send-email-otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Otto Kekäläinen @ 2016-07-05 8:48 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA; +Cc: Otto Kekäläinen
Signed-off-by: Otto Kekäläinen <otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
---
I sent this originally to trivial@, but they adviced to submit this directly to you.
Please apply. Thank you!
Documentation/device-mapper/dm-crypt.txt | 2 +-
Documentation/device-mapper/verity.txt | 2 +-
Documentation/devicetree/bindings/arm/l2c2x0.txt | 4 ++--
Documentation/devicetree/bindings/net/dsa/dsa.txt | 2 +-
.../devicetree/bindings/powerpc/fsl/fman.txt | 4 ++--
.../devicetree/bindings/regmap/regmap.txt | 2 +-
.../devicetree/bindings/serial/qcom,msm-uartdm.txt | 4 ++--
.../devicetree/bindings/sound/simple-card.txt | 2 +-
Documentation/devicetree/bindings/spi/ti_qspi.txt | 2 +-
.../bindings/timer/allwinner,sun5i-a13-hstimer.txt | 2 +-
10 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Documentation/device-mapper/dm-crypt.txt b/Documentation/device-mapper/dm-crypt.txt
index 692171f..1a03546 100644
--- a/Documentation/device-mapper/dm-crypt.txt
+++ b/Documentation/device-mapper/dm-crypt.txt
@@ -47,7 +47,7 @@ Parameters: <cipher> <key> <iv_offset> <device path> \
<#opt_params>
Number of optional parameters. If there are no optional parameters,
- the optional paramaters section can be skipped or #opt_params can be zero.
+ the optional parameters section can be skipped or #opt_params can be zero.
Otherwise #opt_params is the number of following arguments.
Example of optional parameters section:
diff --git a/Documentation/device-mapper/verity.txt b/Documentation/device-mapper/verity.txt
index 89fd8f9..9822f1d 100644
--- a/Documentation/device-mapper/verity.txt
+++ b/Documentation/device-mapper/verity.txt
@@ -65,7 +65,7 @@ Construction Parameters
<#opt_params>
Number of optional parameters. If there are no optional parameters,
- the optional paramaters section can be skipped or #opt_params can be zero.
+ the optional parameters section can be skipped or #opt_params can be zero.
Otherwise #opt_params is the number of following arguments.
Example of optional parameters section:
diff --git a/Documentation/devicetree/bindings/arm/l2c2x0.txt b/Documentation/devicetree/bindings/arm/l2c2x0.txt
index c453ab5..917199f 100644
--- a/Documentation/devicetree/bindings/arm/l2c2x0.txt
+++ b/Documentation/devicetree/bindings/arm/l2c2x0.txt
@@ -86,10 +86,10 @@ Optional properties:
firmware)
- arm,dynamic-clock-gating : L2 dynamic clock gating. Value: <0> (forcibly
disable), <1> (forcibly enable), property absent (OS specific behavior,
- preferrably retain firmware settings)
+ preferably retain firmware settings)
- arm,standby-mode: L2 standby mode enable. Value <0> (forcibly disable),
<1> (forcibly enable), property absent (OS specific behavior,
- preferrably retain firmware settings)
+ preferably retain firmware settings)
Example:
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.txt b/Documentation/devicetree/bindings/net/dsa/dsa.txt
index 9f4807f..eb13eaf 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa.txt
+++ b/Documentation/devicetree/bindings/net/dsa/dsa.txt
@@ -43,7 +43,7 @@ Each port children node must have the following mandatory properties:
Note that a port labelled "dsa" will imply checking for the uplink phandle
described below.
-Optionnal property:
+Optional property:
- link : Should be a list of phandles to another switch's DSA port.
This property is only used when switches are being
chained/cascaded together. This port is used as outgoing port
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
index 55c2c03..df873d1 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
+++ b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
@@ -35,7 +35,7 @@ PROPERTIES
Definition: Specifies the index of the FMan unit.
The cell-index value may be used by the SoC, to identify the
- FMan unit in the SoC memory map. In the table bellow,
+ FMan unit in the SoC memory map. In the table below,
there's a description of the cell-index use in each SoC:
- P1023:
@@ -247,7 +247,7 @@ PROPERTIES
The cell-index value may be used by the FMan or the SoC, to
identify the MAC unit in the FMan (or SoC) memory map.
- In the tables bellow there's a description of the cell-index
+ In the tables below there's a description of the cell-index
use, there are two tables, one describes the use of cell-index
by the FMan, the second describes the use by the SoC:
diff --git a/Documentation/devicetree/bindings/regmap/regmap.txt b/Documentation/devicetree/bindings/regmap/regmap.txt
index 0127be3..873096b 100644
--- a/Documentation/devicetree/bindings/regmap/regmap.txt
+++ b/Documentation/devicetree/bindings/regmap/regmap.txt
@@ -14,7 +14,7 @@ architectures that typically run big-endian operating systems
be marked that way in the devicetree.
On SoCs that can be operated in both big-endian and little-endian
-modes, with a single hardware switch controlling both the endianess
+modes, with a single hardware switch controlling both the endianness
of the CPU and a byteswap for MMIO registers (e.g. many Broadcom MIPS
chips), "native-endian" is used to allow using the same device tree
blob in both cases.
diff --git a/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt b/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
index 182777f..d5f73b8 100644
--- a/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
+++ b/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
@@ -28,10 +28,10 @@ Optional properties:
- dma-names: Should contain "tx" for transmit and "rx" for receive channels
- qcom,tx-crci: Identificator <u32> for Client Rate Control Interface to be
used with TX DMA channel. Required when using DMA for transmission
- with UARTDM v1.3 and bellow.
+ with UARTDM v1.3 and below.
- qcom,rx-crci: Identificator <u32> for Client Rate Control Interface to be
used with RX DMA channel. Required when using DMA for reception
- with UARTDM v1.3 and bellow.
+ with UARTDM v1.3 and below.
Note: Aliases may be defined to ensure the correct ordering of the UARTs.
The alias serialN will result in the UART being assigned port N. If any
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt
index cf3979e..59d8628 100644
--- a/Documentation/devicetree/bindings/sound/simple-card.txt
+++ b/Documentation/devicetree/bindings/sound/simple-card.txt
@@ -30,7 +30,7 @@ Optional subnodes:
sub-nodes. This container may be
omitted when the card has only one
DAI link. See the examples and the
- section bellow.
+ section below.
Dai-link subnode properties and subnodes:
diff --git a/Documentation/devicetree/bindings/spi/ti_qspi.txt b/Documentation/devicetree/bindings/spi/ti_qspi.txt
index 50b14f6..e65fde4 100644
--- a/Documentation/devicetree/bindings/spi/ti_qspi.txt
+++ b/Documentation/devicetree/bindings/spi/ti_qspi.txt
@@ -20,7 +20,7 @@ Optional properties:
chipselect register and offset of that register.
NOTE: TI QSPI controller requires different pinmux and IODelay
-paramaters for Mode-0 and Mode-3 operations, which needs to be set up by
+parameters for Mode-0 and Mode-3 operations, which needs to be set up by
the bootloader (U-Boot). Default configuration only supports Mode-0
operation. Hence, "spi-cpol" and "spi-cpha" DT properties cannot be
specified in the slave nodes of TI QSPI controller without appropriate
diff --git a/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt b/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
index 27cfc7d..8d6e4fd 100644
--- a/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
+++ b/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
@@ -9,7 +9,7 @@ Required properties:
one)
- clocks: phandle to the source clock (usually the AHB clock)
-Optionnal properties:
+Optional properties:
- resets: phandle to a reset controller asserting the timer
Example:
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix spelling errors in Documentation/devicetree
[not found] ` <1467708506-18010-1-git-send-email-otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
@ 2016-07-05 20:47 ` Rob Herring
2016-07-05 21:21 ` Otto Kekäläinen
0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2016-07-05 20:47 UTC (permalink / raw)
To: Otto Kekäläinen; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA
On Tue, Jul 05, 2016 at 11:48:26AM +0300, Otto Kekäläinen wrote:
> Signed-off-by: Otto Kekäläinen <otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
> ---
>
> I sent this originally to trivial@, but they adviced to submit this directly to you.
> Please apply. Thank you!
I would, but...
>
> Documentation/device-mapper/dm-crypt.txt | 2 +-
> Documentation/device-mapper/verity.txt | 2 +-
These 2 are not part of DT. Otherwise, looks fine.
> Documentation/devicetree/bindings/arm/l2c2x0.txt | 4 ++--
> Documentation/devicetree/bindings/net/dsa/dsa.txt | 2 +-
> .../devicetree/bindings/powerpc/fsl/fman.txt | 4 ++--
> .../devicetree/bindings/regmap/regmap.txt | 2 +-
> .../devicetree/bindings/serial/qcom,msm-uartdm.txt | 4 ++--
> .../devicetree/bindings/sound/simple-card.txt | 2 +-
> Documentation/devicetree/bindings/spi/ti_qspi.txt | 2 +-
> .../bindings/timer/allwinner,sun5i-a13-hstimer.txt | 2 +-
> 10 files changed, 13 insertions(+), 13 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix spelling errors in Documentation/devicetree
2016-07-05 20:47 ` Rob Herring
@ 2016-07-05 21:21 ` Otto Kekäläinen
[not found] ` <CAHj_TLCzme5cvmpWub=XOghVxn6TiEqh2iq-cr1OAardJPvKEA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Otto Kekäläinen @ 2016-07-05 21:21 UTC (permalink / raw)
To: Rob Herring; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA
2016-07-05 23:47 GMT+03:00 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>:
> On Tue, Jul 05, 2016 at 11:48:26AM +0300, Otto Kekäläinen wrote:
>> Signed-off-by: Otto Kekäläinen <otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
>> ---
>>
>> I sent this originally to trivial@, but they adviced to submit this directly to you.
>> Please apply. Thank you!
>
> I would, but...
>
>>
>> Documentation/device-mapper/dm-crypt.txt | 2 +-
>> Documentation/device-mapper/verity.txt | 2 +-
>
> These 2 are not part of DT. Otherwise, looks fine.
The corrected, slimmed down patch available now. Instead of
resubmitting, I provide the url:
curl -O https://github.com/torvalds/linux/compare/master...ottok:fix-spelling-devicetree.patch
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix spelling errors in Documentation/devicetree
[not found] ` <CAHj_TLCzme5cvmpWub=XOghVxn6TiEqh2iq-cr1OAardJPvKEA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-07-13 13:30 ` Rob Herring
[not found] ` <CAL_Jsq+TrC2Ws7tMzoWROTrnAyf+4GmaY9ShRs5GNz-Ug-+Zmw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2016-07-13 13:30 UTC (permalink / raw)
To: Otto Kekäläinen
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Tue, Jul 5, 2016 at 4:21 PM, Otto Kekäläinen <otto@seravo.fi> wrote:
> 2016-07-05 23:47 GMT+03:00 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>:
>> On Tue, Jul 05, 2016 at 11:48:26AM +0300, Otto Kekäläinen wrote:
>>> Signed-off-by: Otto Kekäläinen <otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
>>> ---
>>>
>>> I sent this originally to trivial@, but they adviced to submit this directly to you.
>>> Please apply. Thank you!
>>
>> I would, but...
>>
>>>
>>> Documentation/device-mapper/dm-crypt.txt | 2 +-
>>> Documentation/device-mapper/verity.txt | 2 +-
>>
>> These 2 are not part of DT. Otherwise, looks fine.
>
> The corrected, slimmed down patch available now. Instead of
> resubmitting, I provide the url:
>
> curl -O https://github.com/torvalds/linux/compare/master...ottok:fix-spelling-devicetree.patch
Please just resend.
Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix spelling errors in Documentation/devicetree
[not found] ` <CAL_Jsq+TrC2Ws7tMzoWROTrnAyf+4GmaY9ShRs5GNz-Ug-+Zmw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-07-13 14:02 ` Otto Kekäläinen
2016-07-13 17:14 ` Rob Herring
0 siblings, 1 reply; 7+ messages in thread
From: Otto Kekäläinen @ 2016-07-13 14:02 UTC (permalink / raw)
To: Rob Herring; +Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
[-- Attachment #1: Type: text/plain, Size: 1268 bytes --]
Hello!
Attached https://github.com/torvalds/linux/compare/master...ottok:fix-spelling-devicetree.patch
as requested.
2016-07-13 16:30 GMT+03:00 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>:
> On Tue, Jul 5, 2016 at 4:21 PM, Otto Kekäläinen <otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org> wrote:
>> 2016-07-05 23:47 GMT+03:00 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>:
>>> On Tue, Jul 05, 2016 at 11:48:26AM +0300, Otto Kekäläinen wrote:
>>>> Signed-off-by: Otto Kekäläinen <otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
>>>> ---
>>>>
>>>> I sent this originally to trivial@, but they adviced to submit this directly to you.
>>>> Please apply. Thank you!
>>>
>>> I would, but...
>>>
>>>>
>>>> Documentation/device-mapper/dm-crypt.txt | 2 +-
>>>> Documentation/device-mapper/verity.txt | 2 +-
>>>
>>> These 2 are not part of DT. Otherwise, looks fine.
>>
>> The corrected, slimmed down patch available now. Instead of
>> resubmitting, I provide the url:
>>
>> curl -O https://github.com/torvalds/linux/compare/master...ottok:fix-spelling-devicetree.patch
>
> Please just resend.
>
> Rob
--
Check out our blog at http://seravo.fi/blog
and follow @ottokekalainen
[-- Attachment #2: master...ottok_fix-spelling-devicetree.patch --]
[-- Type: text/x-patch, Size: 7218 bytes --]
From 37e46febd35e918f754c8a49308983e19119a0e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= <otto@seravo.fi>
Date: Tue, 5 Jul 2016 23:17:57 +0300
Subject: [PATCH] Fix spelling errors in Documentation/devicetree
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Otto Kekäläinen <otto@seravo.fi>
---
Documentation/devicetree/bindings/arm/l2c2x0.txt | 4 ++--
Documentation/devicetree/bindings/net/dsa/dsa.txt | 2 +-
Documentation/devicetree/bindings/powerpc/fsl/fman.txt | 4 ++--
Documentation/devicetree/bindings/regmap/regmap.txt | 2 +-
Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt | 4 ++--
Documentation/devicetree/bindings/sound/simple-card.txt | 2 +-
Documentation/devicetree/bindings/spi/ti_qspi.txt | 2 +-
.../devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt | 2 +-
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/l2c2x0.txt b/Documentation/devicetree/bindings/arm/l2c2x0.txt
index c453ab5..917199f 100644
--- a/Documentation/devicetree/bindings/arm/l2c2x0.txt
+++ b/Documentation/devicetree/bindings/arm/l2c2x0.txt
@@ -86,10 +86,10 @@ Optional properties:
firmware)
- arm,dynamic-clock-gating : L2 dynamic clock gating. Value: <0> (forcibly
disable), <1> (forcibly enable), property absent (OS specific behavior,
- preferrably retain firmware settings)
+ preferably retain firmware settings)
- arm,standby-mode: L2 standby mode enable. Value <0> (forcibly disable),
<1> (forcibly enable), property absent (OS specific behavior,
- preferrably retain firmware settings)
+ preferably retain firmware settings)
Example:
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.txt b/Documentation/devicetree/bindings/net/dsa/dsa.txt
index 9f4807f..eb13eaf 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa.txt
+++ b/Documentation/devicetree/bindings/net/dsa/dsa.txt
@@ -43,7 +43,7 @@ Each port children node must have the following mandatory properties:
Note that a port labelled "dsa" will imply checking for the uplink phandle
described below.
-Optionnal property:
+Optional property:
- link : Should be a list of phandles to another switch's DSA port.
This property is only used when switches are being
chained/cascaded together. This port is used as outgoing port
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
index 55c2c03..df873d1 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
+++ b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
@@ -35,7 +35,7 @@ PROPERTIES
Definition: Specifies the index of the FMan unit.
The cell-index value may be used by the SoC, to identify the
- FMan unit in the SoC memory map. In the table bellow,
+ FMan unit in the SoC memory map. In the table below,
there's a description of the cell-index use in each SoC:
- P1023:
@@ -247,7 +247,7 @@ PROPERTIES
The cell-index value may be used by the FMan or the SoC, to
identify the MAC unit in the FMan (or SoC) memory map.
- In the tables bellow there's a description of the cell-index
+ In the tables below there's a description of the cell-index
use, there are two tables, one describes the use of cell-index
by the FMan, the second describes the use by the SoC:
diff --git a/Documentation/devicetree/bindings/regmap/regmap.txt b/Documentation/devicetree/bindings/regmap/regmap.txt
index 0127be3..873096b 100644
--- a/Documentation/devicetree/bindings/regmap/regmap.txt
+++ b/Documentation/devicetree/bindings/regmap/regmap.txt
@@ -14,7 +14,7 @@ architectures that typically run big-endian operating systems
be marked that way in the devicetree.
On SoCs that can be operated in both big-endian and little-endian
-modes, with a single hardware switch controlling both the endianess
+modes, with a single hardware switch controlling both the endianness
of the CPU and a byteswap for MMIO registers (e.g. many Broadcom MIPS
chips), "native-endian" is used to allow using the same device tree
blob in both cases.
diff --git a/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt b/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
index 182777f..d5f73b8 100644
--- a/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
+++ b/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
@@ -28,10 +28,10 @@ Optional properties:
- dma-names: Should contain "tx" for transmit and "rx" for receive channels
- qcom,tx-crci: Identificator <u32> for Client Rate Control Interface to be
used with TX DMA channel. Required when using DMA for transmission
- with UARTDM v1.3 and bellow.
+ with UARTDM v1.3 and below.
- qcom,rx-crci: Identificator <u32> for Client Rate Control Interface to be
used with RX DMA channel. Required when using DMA for reception
- with UARTDM v1.3 and bellow.
+ with UARTDM v1.3 and below.
Note: Aliases may be defined to ensure the correct ordering of the UARTs.
The alias serialN will result in the UART being assigned port N. If any
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt
index cf3979e..59d8628 100644
--- a/Documentation/devicetree/bindings/sound/simple-card.txt
+++ b/Documentation/devicetree/bindings/sound/simple-card.txt
@@ -30,7 +30,7 @@ Optional subnodes:
sub-nodes. This container may be
omitted when the card has only one
DAI link. See the examples and the
- section bellow.
+ section below.
Dai-link subnode properties and subnodes:
diff --git a/Documentation/devicetree/bindings/spi/ti_qspi.txt b/Documentation/devicetree/bindings/spi/ti_qspi.txt
index 50b14f6..e65fde4 100644
--- a/Documentation/devicetree/bindings/spi/ti_qspi.txt
+++ b/Documentation/devicetree/bindings/spi/ti_qspi.txt
@@ -20,7 +20,7 @@ Optional properties:
chipselect register and offset of that register.
NOTE: TI QSPI controller requires different pinmux and IODelay
-paramaters for Mode-0 and Mode-3 operations, which needs to be set up by
+parameters for Mode-0 and Mode-3 operations, which needs to be set up by
the bootloader (U-Boot). Default configuration only supports Mode-0
operation. Hence, "spi-cpol" and "spi-cpha" DT properties cannot be
specified in the slave nodes of TI QSPI controller without appropriate
diff --git a/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt b/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
index 27cfc7d..8d6e4fd 100644
--- a/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
+++ b/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
@@ -9,7 +9,7 @@ Required properties:
one)
- clocks: phandle to the source clock (usually the AHB clock)
-Optionnal properties:
+Optional properties:
- resets: phandle to a reset controller asserting the timer
Example:
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] Fix spelling errors in Documentation/devicetree
2016-07-13 14:02 ` Otto Kekäläinen
@ 2016-07-13 17:14 ` Rob Herring
0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2016-07-13 17:14 UTC (permalink / raw)
To: Otto Kekäläinen
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
On Wed, Jul 13, 2016 at 9:02 AM, Otto Kekäläinen <otto@seravo.fi> wrote:
> Hello!
>
> Attached https://github.com/torvalds/linux/compare/master...ottok:fix-spelling-devicetree.patch
> as requested.
First, please don't top post on mail lists. Second, don't send patches
as attachments. See SubmittingPatches in the kernel.
Rob
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] Fix spelling errors in Documentation/devicetree
@ 2016-07-13 18:08 Otto Kekäläinen
0 siblings, 0 replies; 7+ messages in thread
From: Otto Kekäläinen @ 2016-07-13 18:08 UTC (permalink / raw)
To: robh-DgEjT+Ai2ygdnm+yROfE0A
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Otto Kekäläinen
Signed-off-by: Otto Kekäläinen <otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
---
I sent this originally to trivial@, but they adviced to submit this directly to you.
Please apply. Thank you!
Documentation/devicetree/bindings/arm/l2c2x0.txt | 4 ++--
Documentation/devicetree/bindings/net/dsa/dsa.txt | 2 +-
.../devicetree/bindings/powerpc/fsl/fman.txt | 4 ++--
.../devicetree/bindings/regmap/regmap.txt | 2 +-
.../devicetree/bindings/serial/qcom,msm-uartdm.txt | 4 ++--
.../devicetree/bindings/sound/simple-card.txt | 2 +-
Documentation/devicetree/bindings/spi/ti_qspi.txt | 2 +-
.../bindings/timer/allwinner,sun5i-a13-hstimer.txt | 2 +-
diff --git a/Documentation/devicetree/bindings/arm/l2c2x0.txt b/Documentation/devicetree/bindings/arm/l2c2x0.txt
index c453ab5..917199f 100644
--- a/Documentation/devicetree/bindings/arm/l2c2x0.txt
+++ b/Documentation/devicetree/bindings/arm/l2c2x0.txt
@@ -86,10 +86,10 @@ Optional properties:
firmware)
- arm,dynamic-clock-gating : L2 dynamic clock gating. Value: <0> (forcibly
disable), <1> (forcibly enable), property absent (OS specific behavior,
- preferrably retain firmware settings)
+ preferably retain firmware settings)
- arm,standby-mode: L2 standby mode enable. Value <0> (forcibly disable),
<1> (forcibly enable), property absent (OS specific behavior,
- preferrably retain firmware settings)
+ preferably retain firmware settings)
Example:
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa.txt b/Documentation/devicetree/bindings/net/dsa/dsa.txt
index 9f4807f..eb13eaf 100644
--- a/Documentation/devicetree/bindings/net/dsa/dsa.txt
+++ b/Documentation/devicetree/bindings/net/dsa/dsa.txt
@@ -43,7 +43,7 @@ Each port children node must have the following mandatory properties:
Note that a port labelled "dsa" will imply checking for the uplink phandle
described below.
-Optionnal property:
+Optional property:
- link : Should be a list of phandles to another switch's DSA port.
This property is only used when switches are being
chained/cascaded together. This port is used as outgoing port
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
index 55c2c03..df873d1 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
+++ b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt
@@ -35,7 +35,7 @@ PROPERTIES
Definition: Specifies the index of the FMan unit.
The cell-index value may be used by the SoC, to identify the
- FMan unit in the SoC memory map. In the table bellow,
+ FMan unit in the SoC memory map. In the table below,
there's a description of the cell-index use in each SoC:
- P1023:
@@ -247,7 +247,7 @@ PROPERTIES
The cell-index value may be used by the FMan or the SoC, to
identify the MAC unit in the FMan (or SoC) memory map.
- In the tables bellow there's a description of the cell-index
+ In the tables below there's a description of the cell-index
use, there are two tables, one describes the use of cell-index
by the FMan, the second describes the use by the SoC:
diff --git a/Documentation/devicetree/bindings/regmap/regmap.txt b/Documentation/devicetree/bindings/regmap/regmap.txt
index 0127be3..873096b 100644
--- a/Documentation/devicetree/bindings/regmap/regmap.txt
+++ b/Documentation/devicetree/bindings/regmap/regmap.txt
@@ -14,7 +14,7 @@ architectures that typically run big-endian operating systems
be marked that way in the devicetree.
On SoCs that can be operated in both big-endian and little-endian
-modes, with a single hardware switch controlling both the endianess
+modes, with a single hardware switch controlling both the endianness
of the CPU and a byteswap for MMIO registers (e.g. many Broadcom MIPS
chips), "native-endian" is used to allow using the same device tree
blob in both cases.
diff --git a/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt b/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
index 182777f..d5f73b8 100644
--- a/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
+++ b/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt
@@ -28,10 +28,10 @@ Optional properties:
- dma-names: Should contain "tx" for transmit and "rx" for receive channels
- qcom,tx-crci: Identificator <u32> for Client Rate Control Interface to be
used with TX DMA channel. Required when using DMA for transmission
- with UARTDM v1.3 and bellow.
+ with UARTDM v1.3 and below.
- qcom,rx-crci: Identificator <u32> for Client Rate Control Interface to be
used with RX DMA channel. Required when using DMA for reception
- with UARTDM v1.3 and bellow.
+ with UARTDM v1.3 and below.
Note: Aliases may be defined to ensure the correct ordering of the UARTs.
The alias serialN will result in the UART being assigned port N. If any
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt
index cf3979e..59d8628 100644
--- a/Documentation/devicetree/bindings/sound/simple-card.txt
+++ b/Documentation/devicetree/bindings/sound/simple-card.txt
@@ -30,7 +30,7 @@ Optional subnodes:
sub-nodes. This container may be
omitted when the card has only one
DAI link. See the examples and the
- section bellow.
+ section below.
Dai-link subnode properties and subnodes:
diff --git a/Documentation/devicetree/bindings/spi/ti_qspi.txt b/Documentation/devicetree/bindings/spi/ti_qspi.txt
index 50b14f6..e65fde4 100644
--- a/Documentation/devicetree/bindings/spi/ti_qspi.txt
+++ b/Documentation/devicetree/bindings/spi/ti_qspi.txt
@@ -20,7 +20,7 @@ Optional properties:
chipselect register and offset of that register.
NOTE: TI QSPI controller requires different pinmux and IODelay
-paramaters for Mode-0 and Mode-3 operations, which needs to be set up by
+parameters for Mode-0 and Mode-3 operations, which needs to be set up by
the bootloader (U-Boot). Default configuration only supports Mode-0
operation. Hence, "spi-cpol" and "spi-cpha" DT properties cannot be
specified in the slave nodes of TI QSPI controller without appropriate
diff --git a/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt b/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
index 27cfc7d..8d6e4fd 100644
--- a/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
+++ b/Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt
@@ -9,7 +9,7 @@ Required properties:
one)
- clocks: phandle to the source clock (usually the AHB clock)
-Optionnal properties:
+Optional properties:
- resets: phandle to a reset controller asserting the timer
Example:
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-07-13 18:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05 8:48 [PATCH] Fix spelling errors in Documentation/devicetree Otto Kekäläinen
[not found] ` <1467708506-18010-1-git-send-email-otto-Gh1NM5ZPXYb1KXRcyAk9cg@public.gmane.org>
2016-07-05 20:47 ` Rob Herring
2016-07-05 21:21 ` Otto Kekäläinen
[not found] ` <CAHj_TLCzme5cvmpWub=XOghVxn6TiEqh2iq-cr1OAardJPvKEA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-07-13 13:30 ` Rob Herring
[not found] ` <CAL_Jsq+TrC2Ws7tMzoWROTrnAyf+4GmaY9ShRs5GNz-Ug-+Zmw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-07-13 14:02 ` Otto Kekäläinen
2016-07-13 17:14 ` Rob Herring
-- strict thread matches above, loose matches on Subject: below --
2016-07-13 18:08 Otto Kekäläinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox