All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC
Date: Wed, 6 Feb 2013 10:40:49 +0100	[thread overview]
Message-ID: <51122521.2090506@atmel.com> (raw)
In-Reply-To: <B256D81BAE5131468A838E5D7A2436413A086C1E@penmbx02>

On 02/06/2013 02:35 AM, Yang, Wenyou :
> 
> 
>> -----Original Message-----
>> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj at jcrosoft.com]
>> Sent: 2013?2?6? 3:51
>> To: Yang, Wenyou
>> Cc: linux-arm-kernel at lists.infradead.org; linux-kernel at vger.kernel.org; Ferre,
>> Nicolas; richard.genoud at gmail.com; Lin, JM; linux at arm.linux.org.uk
>> Subject: Re: [v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC
>>
>> On 15:34 Mon 14 Jan     , Wenyou Yang wrote:
>>> From: Richard Genoud <richard.genoud@gmail.com>
>>>
>>> Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
>>> [wenyou.yang at atmel.com: add spi nodes for sam9260, sam9263, sam9g45
>> and sam9n12]
>>> [wenyou.yang at atmel.com: remove spi property "cs-gpios" to the board dts
>> files]
>>> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
>>> Cc: linux at arm.linux.org.uk
>>> ---
>>>  arch/arm/boot/dts/at91sam9260.dtsi |   18 ++++++++++++++++++
>>>  arch/arm/boot/dts/at91sam9263.dtsi |   18 ++++++++++++++++++
>>>  arch/arm/boot/dts/at91sam9g45.dtsi |   18 ++++++++++++++++++
>> I alreadt have some patch in queue
>>
> Thanks
> I will remove this patch in the next version.

Well, I am not sure:
Jean Christophe, if the patches are in your own queue, I do not see why
this series has to be modified.

The "I already have a patch to address this" type of comment is not a
proper comment:
1/ either you already have submitted the patch (and the new series has
to take it into
   account, obviously)
2/ or the patch is not public yet and you now have to deal with this
series posted before
   your own one.
There is no a third way...

Best regards,

>>>  arch/arm/boot/dts/at91sam9n12.dtsi |   18 ++++++++++++++++++
>>>  arch/arm/boot/dts/at91sam9x5.dtsi  |   18 ++++++++++++++++++
>>>  5 files changed, 90 insertions(+)
>>>
>>> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi
>> b/arch/arm/boot/dts/at91sam9260.dtsi
>>> index 68bccf4..9586fe1 100644
>>> --- a/arch/arm/boot/dts/at91sam9260.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
>>> @@ -453,6 +453,24 @@
>>>  				status = "disabled";
>>>  			};
>>>
>>> +			spi0: spi at fffc8000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffc8000 0x200>;
>>> +				interrupts = <12 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi at fffcc000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffcc000 0x200>;
>>> +				interrupts = <13 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>>  			adc0: adc at fffe0000 {
>>>  				compatible = "atmel,at91sam9260-adc";
>>>  				reg = <0xfffe0000 0x100>;
>>> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi
>> b/arch/arm/boot/dts/at91sam9263.dtsi
>>> index 32ec62c..636b882 100644
>>> --- a/arch/arm/boot/dts/at91sam9263.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
>>> @@ -426,6 +426,24 @@
>>>  				reg = <0xfffffd40 0x10>;
>>>  				status = "disabled";
>>>  			};
>>> +
>>> +			spi0: spi at fffa4000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffa4000 0x200>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi at fffa8000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffa8000 0x200>;
>>> +				interrupts = <15 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand at 40000000 {
>>> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi
>> b/arch/arm/boot/dts/at91sam9g45.dtsi
>>> index 231858f..0100b80 100644
>>> --- a/arch/arm/boot/dts/at91sam9g45.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9g45.dtsi
>>> @@ -495,6 +495,24 @@
>>>  				reg = <0xfffffd40 0x10>;
>>>  				status = "disabled";
>>>  			};
>>> +
>>> +			spi0: spi at fffa4000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9g45-spi";
>>> +				reg = <0xfffa4000 0x200>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi at fffa8000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9g45-spi";
>>> +				reg = <0xfffa8000 0x200>;
>>> +				interrupts = <15 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand at 40000000 {
>>> diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi
>> b/arch/arm/boot/dts/at91sam9n12.dtsi
>>> index e9efb34..86d5357 100644
>>> --- a/arch/arm/boot/dts/at91sam9n12.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9n12.dtsi
>>> @@ -355,6 +355,24 @@
>>>  				#size-cells = <0>;
>>>  				status = "disabled";
>>>  			};
>>> +
>>> +			spi0: spi at f0000000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0000000 0x100>;
>>> +				interrupts = <13 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi at f0004000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0004000 0x100>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand at 40000000 {
>>> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi
>> b/arch/arm/boot/dts/at91sam9x5.dtsi
>>> index 40ac3a4..8ea2f7d 100644
>>> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
>>> @@ -473,6 +473,24 @@
>>>  					trigger-value = <0x6>;
>>>  				};
>>>  			};
>>> +
>>> +			spi0: spi at f0000000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0000000 0x100>;
>>> +				interrupts = <13 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi at f0004000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0004000 0x100>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand at 40000000 {
>>> --
>>> 1.7.9.5
>>>
> 
> Best Regards,
> Wenyou Yang
> 


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: "Yang, Wenyou" <Wenyou.Yang@atmel.com>,
	Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: "linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"richard.genoud@gmail.com" <richard.genoud@gmail.com>,
	"Lin, JM" <JM.Lin@atmel.com>,
	"linux@arm.linux.org.uk" <linux@arm.linux.org.uk>
Subject: Re: [v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC
Date: Wed, 6 Feb 2013 10:40:49 +0100	[thread overview]
Message-ID: <51122521.2090506@atmel.com> (raw)
In-Reply-To: <B256D81BAE5131468A838E5D7A2436413A086C1E@penmbx02>

On 02/06/2013 02:35 AM, Yang, Wenyou :
> 
> 
>> -----Original Message-----
>> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj@jcrosoft.com]
>> Sent: 2013年2月6日 3:51
>> To: Yang, Wenyou
>> Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; Ferre,
>> Nicolas; richard.genoud@gmail.com; Lin, JM; linux@arm.linux.org.uk
>> Subject: Re: [v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC
>>
>> On 15:34 Mon 14 Jan     , Wenyou Yang wrote:
>>> From: Richard Genoud <richard.genoud@gmail.com>
>>>
>>> Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
>>> [wenyou.yang@atmel.com: add spi nodes for sam9260, sam9263, sam9g45
>> and sam9n12]
>>> [wenyou.yang@atmel.com: remove spi property "cs-gpios" to the board dts
>> files]
>>> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
>>> Cc: linux@arm.linux.org.uk
>>> ---
>>>  arch/arm/boot/dts/at91sam9260.dtsi |   18 ++++++++++++++++++
>>>  arch/arm/boot/dts/at91sam9263.dtsi |   18 ++++++++++++++++++
>>>  arch/arm/boot/dts/at91sam9g45.dtsi |   18 ++++++++++++++++++
>> I alreadt have some patch in queue
>>
> Thanks
> I will remove this patch in the next version.

Well, I am not sure:
Jean Christophe, if the patches are in your own queue, I do not see why
this series has to be modified.

The "I already have a patch to address this" type of comment is not a
proper comment:
1/ either you already have submitted the patch (and the new series has
to take it into
   account, obviously)
2/ or the patch is not public yet and you now have to deal with this
series posted before
   your own one.
There is no a third way...

Best regards,

>>>  arch/arm/boot/dts/at91sam9n12.dtsi |   18 ++++++++++++++++++
>>>  arch/arm/boot/dts/at91sam9x5.dtsi  |   18 ++++++++++++++++++
>>>  5 files changed, 90 insertions(+)
>>>
>>> diff --git a/arch/arm/boot/dts/at91sam9260.dtsi
>> b/arch/arm/boot/dts/at91sam9260.dtsi
>>> index 68bccf4..9586fe1 100644
>>> --- a/arch/arm/boot/dts/at91sam9260.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9260.dtsi
>>> @@ -453,6 +453,24 @@
>>>  				status = "disabled";
>>>  			};
>>>
>>> +			spi0: spi@fffc8000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffc8000 0x200>;
>>> +				interrupts = <12 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi@fffcc000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffcc000 0x200>;
>>> +				interrupts = <13 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>>  			adc0: adc@fffe0000 {
>>>  				compatible = "atmel,at91sam9260-adc";
>>>  				reg = <0xfffe0000 0x100>;
>>> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi
>> b/arch/arm/boot/dts/at91sam9263.dtsi
>>> index 32ec62c..636b882 100644
>>> --- a/arch/arm/boot/dts/at91sam9263.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
>>> @@ -426,6 +426,24 @@
>>>  				reg = <0xfffffd40 0x10>;
>>>  				status = "disabled";
>>>  			};
>>> +
>>> +			spi0: spi@fffa4000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffa4000 0x200>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi@fffa8000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9260-spi";
>>> +				reg = <0xfffa8000 0x200>;
>>> +				interrupts = <15 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand@40000000 {
>>> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi
>> b/arch/arm/boot/dts/at91sam9g45.dtsi
>>> index 231858f..0100b80 100644
>>> --- a/arch/arm/boot/dts/at91sam9g45.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9g45.dtsi
>>> @@ -495,6 +495,24 @@
>>>  				reg = <0xfffffd40 0x10>;
>>>  				status = "disabled";
>>>  			};
>>> +
>>> +			spi0: spi@fffa4000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9g45-spi";
>>> +				reg = <0xfffa4000 0x200>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi@fffa8000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9g45-spi";
>>> +				reg = <0xfffa8000 0x200>;
>>> +				interrupts = <15 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand@40000000 {
>>> diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi
>> b/arch/arm/boot/dts/at91sam9n12.dtsi
>>> index e9efb34..86d5357 100644
>>> --- a/arch/arm/boot/dts/at91sam9n12.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9n12.dtsi
>>> @@ -355,6 +355,24 @@
>>>  				#size-cells = <0>;
>>>  				status = "disabled";
>>>  			};
>>> +
>>> +			spi0: spi@f0000000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0000000 0x100>;
>>> +				interrupts = <13 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi@f0004000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0004000 0x100>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand@40000000 {
>>> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi
>> b/arch/arm/boot/dts/at91sam9x5.dtsi
>>> index 40ac3a4..8ea2f7d 100644
>>> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
>>> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
>>> @@ -473,6 +473,24 @@
>>>  					trigger-value = <0x6>;
>>>  				};
>>>  			};
>>> +
>>> +			spi0: spi@f0000000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0000000 0x100>;
>>> +				interrupts = <13 4 3>;
>>> +				status = "disabled";
>>> +			};
>>> +
>>> +			spi1: spi@f0004000 {
>>> +				#address-cells = <1>;
>>> +				#size-cells = <0>;
>>> +				compatible = "atmel,at91sam9x5-spi";
>>> +				reg = <0xf0004000 0x100>;
>>> +				interrupts = <14 4 3>;
>>> +				status = "disabled";
>>> +			};
>>>  		};
>>>
>>>  		nand0: nand@40000000 {
>>> --
>>> 1.7.9.5
>>>
> 
> Best Regards,
> Wenyou Yang
> 


-- 
Nicolas Ferre

  reply	other threads:[~2013-02-06  9:40 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-14  7:34 [v4 PATCH 00/12] atmel spi controller with dmaengine and device tree support Wenyou Yang
2013-01-14  7:34 ` Wenyou Yang
2013-01-14  7:34 ` [v4 PATCH 05/12] spi/atmel_spi: update the dt support Wenyou Yang
2013-01-14  7:34   ` Wenyou Yang
2013-02-05 20:04   ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-05 20:04     ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-06  1:19     ` Yang, Wenyou
2013-02-06  1:19       ` Yang, Wenyou
     [not found] ` <1358148877-18679-1-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2013-01-14  7:34   ` [v4 PATCH 01/12] spi/atmel_spi: add physical base address Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34   ` [v4 PATCH 02/12] spi/atmel_spi: call unmapping on transfers buffers Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34   ` [v4 PATCH 03/12] spi/atmel_spi: status information passed through controller data Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34   ` [v4 PATCH 04/12] spi/atmel_spi: add flag to controller data for lock operations Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34   ` [v4 PATCH 06/12] spi/atmel_spi: add dmaengine support Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
     [not found]     ` <1358148877-18679-7-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2013-01-23 16:25       ` Richard Genoud
2013-01-23 16:25         ` Richard Genoud
2013-01-23 16:25         ` Richard Genoud
     [not found]         ` <CACQ1gAji8w-H_vPchw5cY8QK0b8+VOBCi=22AvmeCrmZszHSXA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-01-24  0:44           ` Yang, Wenyou
2013-01-24  0:44             ` Yang, Wenyou
2013-01-24  0:44             ` Yang, Wenyou
2013-01-14  7:34   ` [v4 PATCH 07/12] spi/atmel_spi: fix spi-atmel driver to adapt to slave_config changes Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34   ` [v4 PATCH 08/12] spi/atmel_spi: correct 16 bits transfers using PIO Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34   ` [v4 PATCH 09/12] spi/atmel_spi: correct 16 bits transfer with DMA Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34     ` Wenyou Yang
2013-01-14  7:34 ` [v4 PATCH 10/12] ARM: at91: add clocks for spi dt entries Wenyou Yang
2013-01-14  7:34   ` Wenyou Yang
2013-01-14  7:34 ` [v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC Wenyou Yang
2013-01-14  7:34   ` Wenyou Yang
2013-02-05 19:51   ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-05 19:51     ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-06  1:35     ` Yang, Wenyou
2013-02-06  1:35       ` Yang, Wenyou
2013-02-06  9:40       ` Nicolas Ferre [this message]
2013-02-06  9:40         ` Nicolas Ferre
2013-01-14  7:34 ` [v4 PATCH 12/12] ARM: dts: add spi nodes for the atmel boards Wenyou Yang
2013-01-14  7:34   ` Wenyou Yang
2013-02-05 19:50   ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-05 19:50     ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-06  1:34     ` Yang, Wenyou
2013-02-06  1:34       ` Yang, Wenyou
2013-02-08  1:51     ` Yang, Wenyou
2013-02-08  1:51       ` Yang, Wenyou
2013-02-08 16:55       ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-08 16:55         ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-18  8:46 ` [v4 PATCH 00/12] atmel spi controller with dmaengine and device tree support Richard Genoud
2013-01-18  8:46   ` Richard Genoud
2013-01-18  9:31   ` Yang, Wenyou
2013-01-18  9:31     ` Yang, Wenyou
2013-02-05 14:14 ` Grant Likely
2013-02-05 14:14   ` Grant Likely
2013-02-05 20:06   ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-05 20:06     ` Jean-Christophe PLAGNIOL-VILLARD
2013-02-06  8:33   ` Yang, Wenyou
2013-02-06  8:33     ` Yang, Wenyou

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=51122521.2090506@atmel.com \
    --to=nicolas.ferre@atmel.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.