From: lee@kernel.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: ux500: Enable GPIO regulator for SD-card for HREF boards
Date: Mon, 20 Apr 2015 19:27:30 +0100 [thread overview]
Message-ID: <20150420182730.GI3447@x1> (raw)
In-Reply-To: <1429538553-17366-3-git-send-email-ulf.hansson@linaro.org>
On Mon, 20 Apr 2015, Ulf Hansson wrote:
> Fixes: c94a4ab7af3f ("ARM: ux500: Disable the MMCI gpio-regulator by default")
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> ---
> arch/arm/boot/dts/ste-href.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi
> index 8cf499a..744c1e3 100644
> --- a/arch/arm/boot/dts/ste-href.dtsi
> +++ b/arch/arm/boot/dts/ste-href.dtsi
> @@ -124,8 +124,6 @@
>
> states = <1800000 0x1
> 2900000 0x0>;
> -
> - status = "disabled";
> };
Seems weird to do this in a separate patch.
> // External Micro SD slot
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Linus Walleij
<linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Bjorn Andersson
<bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
Subject: Re: [PATCH 2/3] ARM: ux500: Enable GPIO regulator for SD-card for HREF boards
Date: Mon, 20 Apr 2015 19:27:30 +0100 [thread overview]
Message-ID: <20150420182730.GI3447@x1> (raw)
In-Reply-To: <1429538553-17366-3-git-send-email-ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
On Mon, 20 Apr 2015, Ulf Hansson wrote:
> Fixes: c94a4ab7af3f ("ARM: ux500: Disable the MMCI gpio-regulator by default")
> Signed-off-by: Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> ---
> arch/arm/boot/dts/ste-href.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi
> index 8cf499a..744c1e3 100644
> --- a/arch/arm/boot/dts/ste-href.dtsi
> +++ b/arch/arm/boot/dts/ste-href.dtsi
> @@ -124,8 +124,6 @@
>
> states = <1800000 0x1
> 2900000 0x0>;
> -
> - status = "disabled";
> };
Seems weird to do this in a separate patch.
> // External Micro SD slot
--
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
next prev parent reply other threads:[~2015-04-20 18:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-20 14:02 [PATCH 0/3] ARM: ux500: Fix SD-card regression by using GPIO regulator Ulf Hansson
2015-04-20 14:02 ` Ulf Hansson
2015-04-20 14:02 ` [PATCH 1/3] ARM: ux500: Move GPIO regulator for SD-card into board DTSs Ulf Hansson
2015-04-20 14:02 ` Ulf Hansson
2015-04-20 18:26 ` Lee Jones
2015-04-20 18:26 ` Lee Jones
2015-04-21 7:15 ` Ulf Hansson
2015-04-21 7:15 ` Ulf Hansson
2015-04-21 7:33 ` Lee Jones
2015-04-21 7:33 ` Lee Jones
2015-04-21 8:00 ` Ulf Hansson
2015-04-21 8:00 ` Ulf Hansson
2015-04-21 10:34 ` Lee Jones
2015-04-21 10:34 ` Lee Jones
2015-04-20 14:02 ` [PATCH 2/3] ARM: ux500: Enable GPIO regulator for SD-card for HREF boards Ulf Hansson
2015-04-20 14:02 ` Ulf Hansson
2015-04-20 18:27 ` Lee Jones [this message]
2015-04-20 18:27 ` Lee Jones
2015-04-20 14:02 ` [PATCH 3/3] ARM: ux500: Enable GPIO regulator for SD-card for snowball Ulf Hansson
2015-04-20 14:02 ` Ulf Hansson
2015-04-20 15:49 ` [PATCH 0/3] ARM: ux500: Fix SD-card regression by using GPIO regulator Bjorn Andersson
2015-04-20 15:49 ` Bjorn Andersson
2015-04-20 18:24 ` Lee Jones
2015-04-20 18:24 ` Lee Jones
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=20150420182730.GI3447@x1 \
--to=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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.