linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [linux-next] Docs: DT: MMC: Fix typo in mmc
@ 2017-01-06 14:50 Masanari Iida
  2017-01-17 15:07 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2017-01-06 14:50 UTC (permalink / raw)
  To: linux-kernel, ulf.hansson, khilman, horms+renesas, linux-mmc
  Cc: Masanari Iida

This patch fix some spelling typo found in devicetree/bindings/mmc.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt | 2 +-
 Documentation/devicetree/bindings/mmc/sdhci-st.txt         | 2 +-
 Documentation/devicetree/bindings/mmc/sdhci.txt            | 2 +-
 Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt
index 7f95ec400863..50bf611a4d2c 100644
--- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt
+++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt
@@ -17,7 +17,7 @@ Required properties:
 	"core" - Main peripheral bus clock
 	"clkin0" - Parent clock of internal mux
 	"clkin1" - Other parent clock of internal mux
-  The driver has an interal mux clock which switches between clkin0 and clkin1 depending on the
+  The driver has an internal mux clock which switches between clkin0 and clkin1 depending on the
   clock rate requested by the MMC core.
 
 Example:
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-st.txt b/Documentation/devicetree/bindings/mmc/sdhci-st.txt
index 3cd4c43a3260..230fd696eb92 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-st.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci-st.txt
@@ -38,7 +38,7 @@ Optional properties:
 - bus-width:		Number of data lines.
 			See:  Documentation/devicetree/bindings/mmc/mmc.txt.
 
-- max-frequency:	Can be 200MHz, 100Mz or 50MHz (default) and used for
+- max-frequency:	Can be 200MHz, 100MHz or 50MHz (default) and used for
 			configuring the CCONFIG3 in the mmcss.
 			See:  Documentation/devicetree/bindings/mmc/mmc.txt.
 
diff --git a/Documentation/devicetree/bindings/mmc/sdhci.txt b/Documentation/devicetree/bindings/mmc/sdhci.txt
index 1c95a1a555c3..0e9923a64024 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci.txt
@@ -5,7 +5,7 @@ host controllers refer to the mmc[1] bindings.
 
 Optional properties:
 - sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
-  property corresponds to the bits in the sdhci capabilty register. If the bit
+  property corresponds to the bits in the sdhci capability register. If the bit
   is on in the mask then the bit is incorrect in the register and should be
   turned off, before applying sdhci-caps.
 - sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
index 7fd17c3da116..40b94a5369a1 100644
--- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
+++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
@@ -16,7 +16,7 @@ Required Properties:
   each child-node representing a supported slot. There should be atleast one
   child node representing a card slot. The name of the child node representing
   the slot is recommended to be slot@n where n is the unique number of the slot
-  connnected to the controller. The following are optional properties which
+  connected to the controller. The following are optional properties which
   can be included in the slot child node.
 
 	* reg: specifies the physical slot number. The valid values of this
-- 
2.11.0.161.g6610af872f64

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [linux-next] Docs: DT: MMC: Fix typo in mmc
  2017-01-06 14:50 [PATCH] [linux-next] Docs: DT: MMC: Fix typo in mmc Masanari Iida
@ 2017-01-17 15:07 ` Ulf Hansson
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2017-01-17 15:07 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, Kevin Hilman, Simon Horman, linux-mmc

On 6 January 2017 at 15:50, Masanari Iida <standby24x7@gmail.com> wrote:
> This patch fix some spelling typo found in devicetree/bindings/mmc.
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Thanks, applied for next with a change in commit message prefix.

Kind regards
Uffe

> ---
>  Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt | 2 +-
>  Documentation/devicetree/bindings/mmc/sdhci-st.txt         | 2 +-
>  Documentation/devicetree/bindings/mmc/sdhci.txt            | 2 +-
>  Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt
> index 7f95ec400863..50bf611a4d2c 100644
> --- a/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt
> +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gx.txt
> @@ -17,7 +17,7 @@ Required properties:
>         "core" - Main peripheral bus clock
>         "clkin0" - Parent clock of internal mux
>         "clkin1" - Other parent clock of internal mux
> -  The driver has an interal mux clock which switches between clkin0 and clkin1 depending on the
> +  The driver has an internal mux clock which switches between clkin0 and clkin1 depending on the
>    clock rate requested by the MMC core.
>
>  Example:
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-st.txt b/Documentation/devicetree/bindings/mmc/sdhci-st.txt
> index 3cd4c43a3260..230fd696eb92 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-st.txt
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-st.txt
> @@ -38,7 +38,7 @@ Optional properties:
>  - bus-width:           Number of data lines.
>                         See:  Documentation/devicetree/bindings/mmc/mmc.txt.
>
> -- max-frequency:       Can be 200MHz, 100Mz or 50MHz (default) and used for
> +- max-frequency:       Can be 200MHz, 100MHz or 50MHz (default) and used for
>                         configuring the CCONFIG3 in the mmcss.
>                         See:  Documentation/devicetree/bindings/mmc/mmc.txt.
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci.txt b/Documentation/devicetree/bindings/mmc/sdhci.txt
> index 1c95a1a555c3..0e9923a64024 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci.txt
> +++ b/Documentation/devicetree/bindings/mmc/sdhci.txt
> @@ -5,7 +5,7 @@ host controllers refer to the mmc[1] bindings.
>
>  Optional properties:
>  - sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit
> -  property corresponds to the bits in the sdhci capabilty register. If the bit
> +  property corresponds to the bits in the sdhci capability register. If the bit
>    is on in the mask then the bit is incorrect in the register and should be
>    turned off, before applying sdhci-caps.
>  - sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
> diff --git a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
> index 7fd17c3da116..40b94a5369a1 100644
> --- a/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
> +++ b/Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
> @@ -16,7 +16,7 @@ Required Properties:
>    each child-node representing a supported slot. There should be atleast one
>    child node representing a card slot. The name of the child node representing
>    the slot is recommended to be slot@n where n is the unique number of the slot
> -  connnected to the controller. The following are optional properties which
> +  connected to the controller. The following are optional properties which
>    can be included in the slot child node.
>
>         * reg: specifies the physical slot number. The valid values of this
> --
> 2.11.0.161.g6610af872f64
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-17 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06 14:50 [PATCH] [linux-next] Docs: DT: MMC: Fix typo in mmc Masanari Iida
2017-01-17 15:07 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).