All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Hans de Goede <hdegoede@redhat.com>,
	Chris Ball <chris@printf.net>,
	Ulf Hansson <ulf.hansson@linaro.org>
Cc: devicetree <devicetree@vger.kernel.org>,
	linux-mmc@vger.kernel.org, linux-sunxi@googlegroups.com,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] ARM: dts: sun5i: Add broken-hpi property for Utoo-P66 eMMC
Date: Tue, 31 Mar 2015 17:47:50 +0300	[thread overview]
Message-ID: <551AB396.3040404@cogentembedded.com> (raw)
In-Reply-To: <1427652575-12642-2-git-send-email-hdegoede@redhat.com>

Hello.

On 3/29/2015 9:09 PM, Hans de Goede wrote:

> The eMMC on the A13 based Utoo-P66 tablet does not properly support hpi,
> and trying to enable it results in the eMMC not working, so add a child-node
> describing the eMMC, and set the broken-hpi property on it.

> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>   arch/arm/boot/dts/sun5i-a13-utoo-p66.dts | 6 ++++++
>   1 file changed, 6 insertions(+)

> diff --git a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts
> index 6c9f5f3..5b572fa 100644
> --- a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts
> +++ b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts
> @@ -150,6 +150,12 @@
>   	bus-width = <8>;
>   	non-removable;
>   	status = "okay";
> +
> +	mmmcard: mmccard@0 {

    Not "mmcard:"? :-)

[...]

WBR, Sergei


WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: sun5i: Add broken-hpi property for Utoo-P66 eMMC
Date: Tue, 31 Mar 2015 17:47:50 +0300	[thread overview]
Message-ID: <551AB396.3040404@cogentembedded.com> (raw)
In-Reply-To: <1427652575-12642-2-git-send-email-hdegoede@redhat.com>

Hello.

On 3/29/2015 9:09 PM, Hans de Goede wrote:

> The eMMC on the A13 based Utoo-P66 tablet does not properly support hpi,
> and trying to enable it results in the eMMC not working, so add a child-node
> describing the eMMC, and set the broken-hpi property on it.

> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>   arch/arm/boot/dts/sun5i-a13-utoo-p66.dts | 6 ++++++
>   1 file changed, 6 insertions(+)

> diff --git a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts
> index 6c9f5f3..5b572fa 100644
> --- a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts
> +++ b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts
> @@ -150,6 +150,12 @@
>   	bus-width = <8>;
>   	non-removable;
>   	status = "okay";
> +
> +	mmmcard: mmccard at 0 {

    Not "mmcard:"? :-)

[...]

WBR, Sergei

  reply	other threads:[~2015-03-31 14:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-29 18:09 [PATCH 1/2] mmc: Add support for marking hpi as broken through devicetree Hans de Goede
2015-03-29 18:09 ` Hans de Goede
     [not found] ` <1427652575-12642-1-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-03-29 18:09   ` [PATCH 2/2] ARM: dts: sun5i: Add broken-hpi property for Utoo-P66 eMMC Hans de Goede
2015-03-29 18:09     ` Hans de Goede
2015-03-31 14:47     ` Sergei Shtylyov [this message]
2015-03-31 14:47       ` Sergei Shtylyov
2015-03-30  9:14   ` [PATCH 1/2] mmc: Add support for marking hpi as broken through devicetree Ulf Hansson
2015-03-30  9:14     ` Ulf Hansson
     [not found]     ` <CAPDyKFp8bNYNgNW0u-JCN4ay0UM7JEdkdW48VRsCmu+JWpJgEA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-03-30 13:31       ` Hans de Goede
2015-03-30 13:31         ` Hans de Goede

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=551AB396.3040404@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=chris@printf.net \
    --cc=devicetree@vger.kernel.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=maxime.ripard@free-electrons.com \
    --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.