From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org,
linux-sound-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Subject: Re: [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support
Date: Mon, 26 Nov 2012 21:23:42 +0000 [thread overview]
Message-ID: <201211262123.42812.arnd@arndb.de> (raw)
In-Reply-To: <1352887751-21848-5-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
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"
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org,
linux-sound-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Subject: Re: [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support
Date: Mon, 26 Nov 2012 21:23:42 +0000 [thread overview]
Message-ID: <201211262123.42812.arnd@arndb.de> (raw)
In-Reply-To: <1352887751-21848-5-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
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"
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch v6 4/4] ASoC: at91sam9g20ek-wm8731: convert to dt support
Date: Mon, 26 Nov 2012 21:23:42 +0000 [thread overview]
Message-ID: <201211262123.42812.arnd@arndb.de> (raw)
In-Reply-To: <1352887751-21848-5-git-send-email-voice.shen@atmel.com>
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"
Arnd
next prev parent reply other threads:[~2012-11-26 21:23 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 [this message]
2012-11-26 21:23 ` Arnd Bergmann
2012-11-26 21:23 ` Arnd Bergmann
2012-11-27 2:54 ` Bo Shen
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=201211262123.42812.arnd@arndb.de \
--to=arnd-r2ngtmty4d4@public.gmane.org \
--cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
--cc=broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-sound-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.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.