All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Russell King <linux@armlinux.org.uk>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH] arm: dts: ls1021a: add "fsl, ls1021a-esdhc" compatible string to esdhc node
Date: Thu, 16 Nov 2017 09:53:41 -0200	[thread overview]
Message-ID: <CAOMZO5AJzzTNHP2J1ej8Kk=2ow0yQK264Cmho2D99WqRXiDm=g@mail.gmail.com> (raw)
In-Reply-To: <1510583976-6661-1-git-send-email-rasmus.villemoes@prevas.dk>

Rasmus,

On Mon, Nov 13, 2017 at 12:39 PM, Rasmus Villemoes
<rasmus.villemoes@prevas.dk> wrote:
> Commit a22950c888e3 (mmc: sdhci-of-esdhc: add quirk
> SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021a) added logic to the driver to
> enable the broken timeout val quirk for ls1021a, but did not add the
> corresponding compatible string to the device tree, so it didn't really
> have any effect. Fix that.
>
> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>

Please resend it with Shawn Guo on Cc. Thanks

WARNING: multiple messages have this Message-ID (diff)
From: Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Rasmus Villemoes
	<rasmus.villemoes-rjjw5hvvQKZaa/9Udqfwiw@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-kernel
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Subject: Re: [PATCH] arm: dts: ls1021a: add "fsl, ls1021a-esdhc" compatible string to esdhc node
Date: Thu, 16 Nov 2017 09:53:41 -0200	[thread overview]
Message-ID: <CAOMZO5AJzzTNHP2J1ej8Kk=2ow0yQK264Cmho2D99WqRXiDm=g@mail.gmail.com> (raw)
In-Reply-To: <1510583976-6661-1-git-send-email-rasmus.villemoes-rjjw5hvvQKZaa/9Udqfwiw@public.gmane.org>

Rasmus,

On Mon, Nov 13, 2017 at 12:39 PM, Rasmus Villemoes
<rasmus.villemoes-rjjw5hvvQKZaa/9Udqfwiw@public.gmane.org> wrote:
> Commit a22950c888e3 (mmc: sdhci-of-esdhc: add quirk
> SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021a) added logic to the driver to
> enable the broken timeout val quirk for ls1021a, but did not add the
> corresponding compatible string to the device tree, so it didn't really
> have any effect. Fix that.
>
> Signed-off-by: Rasmus Villemoes <rasmus.villemoes-rjjw5hvvQKZaa/9Udqfwiw@public.gmane.org>

Please resend it with Shawn Guo on Cc. Thanks
--
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

WARNING: multiple messages have this Message-ID (diff)
From: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: dts: ls1021a: add "fsl, ls1021a-esdhc" compatible string to esdhc node
Date: Thu, 16 Nov 2017 09:53:41 -0200	[thread overview]
Message-ID: <CAOMZO5AJzzTNHP2J1ej8Kk=2ow0yQK264Cmho2D99WqRXiDm=g@mail.gmail.com> (raw)
In-Reply-To: <1510583976-6661-1-git-send-email-rasmus.villemoes@prevas.dk>

Rasmus,

On Mon, Nov 13, 2017 at 12:39 PM, Rasmus Villemoes
<rasmus.villemoes@prevas.dk> wrote:
> Commit a22950c888e3 (mmc: sdhci-of-esdhc: add quirk
> SDHCI_QUIRK_BROKEN_TIMEOUT_VAL for ls1021a) added logic to the driver to
> enable the broken timeout val quirk for ls1021a, but did not add the
> corresponding compatible string to the device tree, so it didn't really
> have any effect. Fix that.
>
> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>

Please resend it with Shawn Guo on Cc. Thanks

  parent reply	other threads:[~2017-11-16 11:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-13 14:39 [PATCH] arm: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node Rasmus Villemoes
2017-11-13 14:39 ` [PATCH] arm: dts: ls1021a: add "fsl, ls1021a-esdhc" " Rasmus Villemoes
2017-11-13 14:39 ` Rasmus Villemoes
2017-11-13 15:16 ` Fabio Estevam
2017-11-13 15:16   ` Fabio Estevam
2017-11-13 15:16   ` Fabio Estevam
2017-11-16 11:53 ` Fabio Estevam [this message]
2017-11-16 11:53   ` Fabio Estevam
2017-11-16 11:53   ` Fabio Estevam
2017-11-16 12:15 ` [PATCH resend] arm: dts: ls1021a: add "fsl,ls1021a-esdhc" " Rasmus Villemoes
2017-11-16 12:15   ` [PATCH resend] arm: dts: ls1021a: add "fsl, ls1021a-esdhc" " Rasmus Villemoes
2017-11-16 12:15   ` [PATCH resend] arm: dts: ls1021a: add "fsl,ls1021a-esdhc" " Rasmus Villemoes
2017-11-17 12:56   ` [PATCH resend] arm: dts: ls1021a: add "fsl, ls1021a-esdhc" " Shawn Guo
2017-11-17 12:56     ` Shawn Guo
2017-11-17 12:56     ` Shawn Guo

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='CAOMZO5AJzzTNHP2J1ej8Kk=2ow0yQK264Cmho2D99WqRXiDm=g@mail.gmail.com' \
    --to=festevam@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.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.