From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Javier Martinez Canillas <javier.martinez@collabora.co.uk>,
Ulf Hansson <ulf.hansson@linaro.org>
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux-mmc@vger.kernel.org, Doug Anderson <dianders@chromium.org>,
linux-kernel@vger.kernel.org, Kukjin Kim <kgene@kernel.org>,
Olof Johansson <olof@lixom.net>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/5] mmc: pwrseq: Document that simple sequence support more than one GPIO
Date: Wed, 28 Jan 2015 16:34:17 +0000 [thread overview]
Message-ID: <54C90F89.1040500@linaro.org> (raw)
In-Reply-To: <1422439819-29854-2-git-send-email-javier.martinez@collabora.co.uk>
On 28/01/15 10:10, Javier Martinez Canillas wrote:
> Many SDIO/MMC attached WLAN chips need more than one ping for their reset
> sequence. Extend the pwrseq_simple binding to support more than one pin.
>
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
> Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> index da333d9ed94c..9a77deb164c7 100644
> --- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> +++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> @@ -8,9 +8,9 @@ Required properties:
> - compatible : contains "mmc-pwrseq-simple".
>
> Optional properties:
> -- reset-gpios : contains a GPIO specifier. The reset GPIO is asserted at
> - initialization and prior we start the power up procedure of the card. It
> - will be de-asserted right after the power has been provided to the card.
> +- reset-gpios : contains a list of GPIO specifiers. The reset GPIOs are asserted
> + at initialization and prior we start the power up procedure of the card.
> + Will be de-asserted right after the power has been provided to the card.
Makes sense if you add "They" before last sentence.
>
> Example:
>
>
WARNING: multiple messages have this Message-ID (diff)
From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] mmc: pwrseq: Document that simple sequence support more than one GPIO
Date: Wed, 28 Jan 2015 16:34:17 +0000 [thread overview]
Message-ID: <54C90F89.1040500@linaro.org> (raw)
In-Reply-To: <1422439819-29854-2-git-send-email-javier.martinez@collabora.co.uk>
On 28/01/15 10:10, Javier Martinez Canillas wrote:
> Many SDIO/MMC attached WLAN chips need more than one ping for their reset
> sequence. Extend the pwrseq_simple binding to support more than one pin.
>
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
> Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> index da333d9ed94c..9a77deb164c7 100644
> --- a/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> +++ b/Documentation/devicetree/bindings/mmc/mmc-pwrseq-simple.txt
> @@ -8,9 +8,9 @@ Required properties:
> - compatible : contains "mmc-pwrseq-simple".
>
> Optional properties:
> -- reset-gpios : contains a GPIO specifier. The reset GPIO is asserted at
> - initialization and prior we start the power up procedure of the card. It
> - will be de-asserted right after the power has been provided to the card.
> +- reset-gpios : contains a list of GPIO specifiers. The reset GPIOs are asserted
> + at initialization and prior we start the power up procedure of the card.
> + Will be de-asserted right after the power has been provided to the card.
Makes sense if you add "They" before last sentence.
>
> Example:
>
>
next prev parent reply other threads:[~2015-01-28 16:34 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-28 10:10 [PATCH 0/5] Add multiple GPIO and external clock to MMC pwrseq_simple Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 1/5] mmc: pwrseq: Document that simple sequence support more than one GPIO Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 16:34 ` Srinivas Kandagatla [this message]
2015-01-28 16:34 ` Srinivas Kandagatla
2015-01-28 16:35 ` Javier Martinez Canillas
2015-01-28 16:35 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 2/5] mmc: pwrseq_simple: Extend to support more pins Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 14:01 ` Srinivas Kandagatla
2015-01-28 14:01 ` Srinivas Kandagatla
2015-01-28 16:13 ` Javier Martinez Canillas
2015-01-28 16:13 ` Javier Martinez Canillas
2015-01-28 16:31 ` Srinivas Kandagatla
2015-01-28 16:31 ` Srinivas Kandagatla
2015-01-28 10:10 ` [PATCH 3/5] mmc: pwrseq: Document optional clock for the simple power sequence Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 4/5] mmc: pwrseq_simple: Add optional reference clock support Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` [PATCH 5/5] ARM: dts: exynos5250-snow: Enable wifi power-on Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 10:10 ` Javier Martinez Canillas
2015-01-28 14:03 ` Arend van Spriel
2015-01-28 14:03 ` Arend van Spriel
2015-01-28 14:03 ` Arend van Spriel
2015-01-28 15:57 ` Javier Martinez Canillas
2015-01-28 15:57 ` Javier Martinez Canillas
2015-01-28 15:57 ` Javier Martinez Canillas
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=54C90F89.1040500@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=javier.martinez@collabora.co.uk \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=ulf.hansson@linaro.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.