All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv3 5/8] ARM: mxs: dt: cfa10037: make hogpins grabbed by respective drivers
Date: Sat, 29 Jun 2013 09:05:29 +0200	[thread overview]
Message-ID: <20130629070529.GD2593@lukather> (raw)
In-Reply-To: <1372424577-8279-6-git-send-email-alexandre.belloni@free-electrons.com>

Hi Alexandre

On Fri, Jun 28, 2013 at 03:02:54PM +0200, Alexandre Belloni wrote:
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
With one minor comment, that applies to your other patches as well.

> ---
>  arch/arm/boot/dts/imx28-cfa10037.dts | 19 ++++++++++++++-----
>  1 file changed, 14 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx28-cfa10037.dts b/arch/arm/boot/dts/imx28-cfa10037.dts
> index c2ef3a3..182b99f 100644
> --- a/arch/arm/boot/dts/imx28-cfa10037.dts
> +++ b/arch/arm/boot/dts/imx28-cfa10037.dts
> @@ -22,13 +22,19 @@
>  	apb at 80000000 {
>  		apbh at 80000000 {
>  			pinctrl at 80018000 {
> -				pinctrl-names = "default", "default";
> -				pinctrl-1 = <&hog_pins_cfa10037>;

The pinctrl-name property isn't relevant since the 10036 patch. You
should probably have ordered them the other way around: first the
breakout board, then the 10036.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130629/8403a88c/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: Shawn Guo <shawn.guo@linaro.org>,
	Russell King <linux@arm.linux.org.uk>,
	jimwall@q.com, brian@crystalfontz.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCHv3 5/8] ARM: mxs: dt: cfa10037: make hogpins grabbed by respective drivers
Date: Sat, 29 Jun 2013 09:05:29 +0200	[thread overview]
Message-ID: <20130629070529.GD2593@lukather> (raw)
In-Reply-To: <1372424577-8279-6-git-send-email-alexandre.belloni@free-electrons.com>

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

Hi Alexandre

On Fri, Jun 28, 2013 at 03:02:54PM +0200, Alexandre Belloni wrote:
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
With one minor comment, that applies to your other patches as well.

> ---
>  arch/arm/boot/dts/imx28-cfa10037.dts | 19 ++++++++++++++-----
>  1 file changed, 14 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx28-cfa10037.dts b/arch/arm/boot/dts/imx28-cfa10037.dts
> index c2ef3a3..182b99f 100644
> --- a/arch/arm/boot/dts/imx28-cfa10037.dts
> +++ b/arch/arm/boot/dts/imx28-cfa10037.dts
> @@ -22,13 +22,19 @@
>  	apb@80000000 {
>  		apbh@80000000 {
>  			pinctrl@80018000 {
> -				pinctrl-names = "default", "default";
> -				pinctrl-1 = <&hog_pins_cfa10037>;

The pinctrl-name property isn't relevant since the 10036 patch. You
should probably have ordered them the other way around: first the
breakout board, then the 10036.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2013-06-29  7:05 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28 13:02 [PATCHv3 0/8] ARM: mxs: Various Crystalfontz DT additions Alexandre Belloni
2013-06-28 13:02 ` Alexandre Belloni
2013-06-28 13:02 ` [PATCHv3 1/8] ARM: mxs: Simplify detection of CrystalFontz boards Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-28 13:02 ` [PATCHv3 2/8] ARM: mxs: dt: Add Crystalfontz CFA-10056 device tree Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-29  7:13   ` Maxime Ripard
2013-06-29  7:13     ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 3/8] ARM: mxs: dt: Add Crystalfontz CFA-10058 " Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-29  6:59   ` Maxime Ripard
2013-06-29  6:59     ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 4/8] ARM: mxs: dt: cfa10036: make hogpins grabbed by respective drivers Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-29  7:00   ` Maxime Ripard
2013-06-29  7:00     ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 5/8] ARM: mxs: dt: cfa10037: " Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-29  7:05   ` Maxime Ripard [this message]
2013-06-29  7:05     ` Maxime Ripard
2013-06-30 16:11     ` Alexandre Belloni
2013-06-30 16:11       ` Alexandre Belloni
2013-07-01  9:06       ` Shawn Guo
2013-07-01  9:06         ` Shawn Guo
2013-07-01 11:00         ` Alexandre Belloni
2013-07-01 11:00           ` Alexandre Belloni
2013-06-28 13:02 ` [PATCHv3 6/8] ARM: mxs: dt: cfa10049: " Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-29  7:06   ` Maxime Ripard
2013-06-29  7:06     ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 7/8] ARM: mxs: dt: cfa10055: " Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-29  7:08   ` Maxime Ripard
2013-06-29  7:08     ` Maxime Ripard
2013-06-28 13:02 ` [PATCHv3 8/8] ARM: mxs: dt: cfa10057: remove hogpins Alexandre Belloni
2013-06-28 13:02   ` Alexandre Belloni
2013-06-29  7:11   ` Maxime Ripard
2013-06-29  7:11     ` Maxime Ripard

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=20130629070529.GD2593@lukather \
    --to=maxime.ripard@free-electrons.com \
    --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.