All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Shen <voice.shen@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org,
	broonie@opensource.wolfsonmicro.com, plagnioj@jcrosoft.com,
	nicolas.ferre@atmel.com, devicetree-discuss@lists.ozlabs.org,
	alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Subject: Re: [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support
Date: Tue, 27 Nov 2012 10:54:03 +0800	[thread overview]
Message-ID: <50B42B4B.90407@atmel.com> (raw)
In-Reply-To: <201211262123.42812.arnd@arndb.de>

Hi Arnd,

On 11/27/2012 5:23, Arnd Bergmann wrote:
> On Wednesday 14 November 2012, Bo Shen wrote:
>> +
>> +                       ssc0: ssc@fffbc000 {
>> +                               status = "okay";
>> +                               pinctrl-0 = <&pinctrl_ssc0_tx>;
>> +                       };
>>                  };
>>
>
> This gives me a build error in linux-next with at91sam9g20_defconfig:
>
> ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx"

Yes, this is because there is a cross merge patch at: 
https://patchwork.kernel.org/patch/1776941/ acked by Mark Brown, however 
it does not merged.

Best Regards,
Bo Shen

WARNING: multiple messages have this Message-ID (diff)
From: Bo Shen <voice.shen@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org,
	broonie@opensource.wolfsonmicro.com, plagnioj@jcrosoft.com,
	nicolas.ferre@atmel.com, devicetree-discuss@lists.ozlabs.org,
	alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Subject: Re: [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support
Date: Tue, 27 Nov 2012 02:54:03 +0000	[thread overview]
Message-ID: <50B42B4B.90407@atmel.com> (raw)
In-Reply-To: <201211262123.42812.arnd@arndb.de>

Hi Arnd,

On 11/27/2012 5:23, Arnd Bergmann wrote:
> On Wednesday 14 November 2012, Bo Shen wrote:
>> +
>> +                       ssc0: ssc@fffbc000 {
>> +                               status = "okay";
>> +                               pinctrl-0 = <&pinctrl_ssc0_tx>;
>> +                       };
>>                  };
>>
>
> This gives me a build error in linux-next with at91sam9g20_defconfig:
>
> ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx"

Yes, this is because there is a cross merge patch at: 
https://patchwork.kernel.org/patch/1776941/ acked by Mark Brown, however 
it does not merged.

Best Regards,
Bo Shen

WARNING: multiple messages have this Message-ID (diff)
From: voice.shen@atmel.com (Bo Shen)
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support
Date: Tue, 27 Nov 2012 10:54:03 +0800	[thread overview]
Message-ID: <50B42B4B.90407@atmel.com> (raw)
In-Reply-To: <201211262123.42812.arnd@arndb.de>

Hi Arnd,

On 11/27/2012 5:23, Arnd Bergmann wrote:
> On Wednesday 14 November 2012, Bo Shen wrote:
>> +
>> +                       ssc0: ssc at fffbc000 {
>> +                               status = "okay";
>> +                               pinctrl-0 = <&pinctrl_ssc0_tx>;
>> +                       };
>>                  };
>>
>
> This gives me a build error in linux-next with at91sam9g20_defconfig:
>
> ERROR (phandle_references): Reference to non-existent node or label "pinctrl_ssc0_tx"

Yes, this is because there is a cross merge patch at: 
https://patchwork.kernel.org/patch/1776941/ acked by Mark Brown, however 
it does not merged.

Best Regards,
Bo Shen

  reply	other threads:[~2012-11-27  2:54 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14 10:09 [Patch v6 0/4] ASoC: atmel-ssc: Add pinctrl support and change register method Bo Shen
2012-11-14 10:09 ` Bo Shen
2012-11-14 10:09 ` Bo Shen
2012-11-14 10:09 ` [Patch v6 1/4] ARM: at91: atmel-ssc: add pinctrl support Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-16  1:03   ` Mark Brown
2012-11-16  1:03     ` Mark Brown
2012-11-16  1:03     ` Mark Brown
2012-11-16  2:43     ` Bo Shen
2012-11-16  2:43       ` Bo Shen
2012-11-16  2:43       ` Bo Shen
2012-11-16  4:48       ` Mark Brown
2012-11-16  4:48         ` Mark Brown
2012-11-16  4:48         ` Mark Brown
2012-11-14 10:09 ` [Patch v6 2/4] ASoC: atmel-ssc-dai: register dai and pcm directly Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-16  1:25   ` Mark Brown
2012-11-16  1:25     ` Mark Brown
2012-11-16  1:25     ` Mark Brown
2012-11-14 10:09 ` [Patch v6 3/4] ASoC: atmel-ssc-dai: match new method of dai and pcm register Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-16  1:26   ` Mark Brown
2012-11-16  1:26     ` Mark Brown
2012-11-16  1:26     ` Mark Brown
2012-11-14 10:09 ` [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-14 10:09   ` Bo Shen
2012-11-16  1:28   ` Mark Brown
2012-11-16  1:28     ` Mark Brown
2012-11-16  1:28     ` Mark Brown
     [not found]   ` <1352887751-21848-5-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-11-26 21:23     ` Arnd Bergmann
2012-11-26 21:23       ` Arnd Bergmann
2012-11-26 21:23       ` Arnd Bergmann
2012-11-27  2:54       ` Bo Shen [this message]
2012-11-27  2:54         ` Bo Shen
2012-11-27  2:54         ` Bo Shen
2012-11-27  8:44         ` Arnd Bergmann
2012-11-27  8:44           ` Arnd Bergmann
2012-11-27 10:01           ` Mark Brown
2012-11-27 10:01             ` Mark Brown

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=50B42B4B.90407@atmel.com \
    --to=voice.shen@atmel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    /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.