linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Masanari Iida <standby24x7@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Simon Horman <horms+renesas@verge.net.au>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>
Subject: Re: [PATCH] [linux-next] Docs: DT: MMC: Fix typo in mmc
Date: Tue, 17 Jan 2017 16:07:29 +0100	[thread overview]
Message-ID: <CAPDyKFoij-en9ntD-7pkXcZvFXYSvQGZ+YBBkyLbETY+hRSEwg@mail.gmail.com> (raw)
In-Reply-To: <20170106145043.4859-1-standby24x7@gmail.com>

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
>

      reply	other threads:[~2017-01-17 15:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPDyKFoij-en9ntD-7pkXcZvFXYSvQGZ+YBBkyLbETY+hRSEwg@mail.gmail.com \
    --to=ulf.hansson@linaro.org \
    --cc=horms+renesas@verge.net.au \
    --cc=khilman@baylibre.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).