diff for duplicates of <51122521.2090506@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 002c7e1..b8a90a3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,23 +2,23 @@ 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 +>> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj@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 +>> 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 at atmel.com: add spi nodes for sam9260, sam9263, sam9g45 +>>> [wenyou.yang@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 +>>> [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 at arm.linux.org.uk +>>> Cc: linux@arm.linux.org.uk >>> --- >>> arch/arm/boot/dts/at91sam9260.dtsi | 18 ++++++++++++++++++ >>> arch/arm/boot/dts/at91sam9263.dtsi | 18 ++++++++++++++++++ @@ -57,7 +57,7 @@ Best regards, >>> status = "disabled"; >>> }; >>> ->>> + spi0: spi at fffc8000 { +>>> + spi0: spi@fffc8000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9260-spi"; @@ -66,7 +66,7 @@ Best regards, >>> + status = "disabled"; >>> + }; >>> + ->>> + spi1: spi at fffcc000 { +>>> + spi1: spi@fffcc000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9260-spi"; @@ -75,7 +75,7 @@ Best regards, >>> + status = "disabled"; >>> + }; >>> + ->>> adc0: adc at fffe0000 { +>>> adc0: adc@fffe0000 { >>> compatible = "atmel,at91sam9260-adc"; >>> reg = <0xfffe0000 0x100>; >>> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi @@ -88,7 +88,7 @@ Best regards, >>> status = "disabled"; >>> }; >>> + ->>> + spi0: spi at fffa4000 { +>>> + spi0: spi@fffa4000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9260-spi"; @@ -97,7 +97,7 @@ Best regards, >>> + status = "disabled"; >>> + }; >>> + ->>> + spi1: spi at fffa8000 { +>>> + spi1: spi@fffa8000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9260-spi"; @@ -107,7 +107,7 @@ Best regards, >>> + }; >>> }; >>> ->>> nand0: nand at 40000000 { +>>> nand0: nand@40000000 { >>> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi >> b/arch/arm/boot/dts/at91sam9g45.dtsi >>> index 231858f..0100b80 100644 @@ -118,7 +118,7 @@ Best regards, >>> status = "disabled"; >>> }; >>> + ->>> + spi0: spi at fffa4000 { +>>> + spi0: spi@fffa4000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9g45-spi"; @@ -127,7 +127,7 @@ Best regards, >>> + status = "disabled"; >>> + }; >>> + ->>> + spi1: spi at fffa8000 { +>>> + spi1: spi@fffa8000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9g45-spi"; @@ -137,7 +137,7 @@ Best regards, >>> + }; >>> }; >>> ->>> nand0: nand at 40000000 { +>>> nand0: nand@40000000 { >>> diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi >> b/arch/arm/boot/dts/at91sam9n12.dtsi >>> index e9efb34..86d5357 100644 @@ -148,7 +148,7 @@ Best regards, >>> status = "disabled"; >>> }; >>> + ->>> + spi0: spi at f0000000 { +>>> + spi0: spi@f0000000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9x5-spi"; @@ -157,7 +157,7 @@ Best regards, >>> + status = "disabled"; >>> + }; >>> + ->>> + spi1: spi at f0004000 { +>>> + spi1: spi@f0004000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9x5-spi"; @@ -167,7 +167,7 @@ Best regards, >>> + }; >>> }; >>> ->>> nand0: nand at 40000000 { +>>> nand0: nand@40000000 { >>> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi >> b/arch/arm/boot/dts/at91sam9x5.dtsi >>> index 40ac3a4..8ea2f7d 100644 @@ -178,7 +178,7 @@ Best regards, >>> }; >>> }; >>> + ->>> + spi0: spi at f0000000 { +>>> + spi0: spi@f0000000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9x5-spi"; @@ -187,7 +187,7 @@ Best regards, >>> + status = "disabled"; >>> + }; >>> + ->>> + spi1: spi at f0004000 { +>>> + spi1: spi@f0004000 { >>> + #address-cells = <1>; >>> + #size-cells = <0>; >>> + compatible = "atmel,at91sam9x5-spi"; @@ -197,7 +197,7 @@ Best regards, >>> + }; >>> }; >>> ->>> nand0: nand at 40000000 { +>>> nand0: nand@40000000 { >>> -- >>> 1.7.9.5 >>> diff --git a/a/content_digest b/N1/content_digest index c988a05..d10ce95 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,33 +2,41 @@ "ref\01358148877-18679-12-git-send-email-wenyou.yang@atmel.com\0" "ref\020130205195126.GB30595@game.jcrosoft.org\0" "ref\0B256D81BAE5131468A838E5D7A2436413A086C1E@penmbx02\0" - "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0" - "Subject\0[v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC\0" + "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0" + "Subject\0Re: [v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC\0" "Date\0Wed, 6 Feb 2013 10:40:49 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Yang" + Wenyou <Wenyou.Yang@atmel.com> + " Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>\0" + "Cc\0linux-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>\0" "\00:1\0" "b\0" "On 02/06/2013 02:35 AM, Yang, Wenyou :\n" "> \n" "> \n" ">> -----Original Message-----\n" - ">> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj at jcrosoft.com]\n" - ">> Sent: 2013?2?6? 3:51\n" + ">> From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagnioj@jcrosoft.com]\n" + ">> Sent: 2013\345\271\2642\346\234\2106\346\227\245 3:51\n" ">> To: Yang, Wenyou\n" - ">> Cc: linux-arm-kernel at lists.infradead.org; linux-kernel at vger.kernel.org; Ferre,\n" - ">> Nicolas; richard.genoud at gmail.com; Lin, JM; linux at arm.linux.org.uk\n" + ">> Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; Ferre,\n" + ">> Nicolas; richard.genoud@gmail.com; Lin, JM; linux@arm.linux.org.uk\n" ">> Subject: Re: [v4 PATCH 11/12] ARM: dts: add spi nodes for atmel SoC\n" ">>\n" ">> On 15:34 Mon 14 Jan , Wenyou Yang wrote:\n" ">>> From: Richard Genoud <richard.genoud@gmail.com>\n" ">>>\n" ">>> Signed-off-by: Richard Genoud <richard.genoud@gmail.com>\n" - ">>> [wenyou.yang at atmel.com: add spi nodes for sam9260, sam9263, sam9g45\n" + ">>> [wenyou.yang@atmel.com: add spi nodes for sam9260, sam9263, sam9g45\n" ">> and sam9n12]\n" - ">>> [wenyou.yang at atmel.com: remove spi property \"cs-gpios\" to the board dts\n" + ">>> [wenyou.yang@atmel.com: remove spi property \"cs-gpios\" to the board dts\n" ">> files]\n" ">>> Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>\n" - ">>> Cc: linux at arm.linux.org.uk\n" + ">>> Cc: linux@arm.linux.org.uk\n" ">>> ---\n" ">>> arch/arm/boot/dts/at91sam9260.dtsi | 18 ++++++++++++++++++\n" ">>> arch/arm/boot/dts/at91sam9263.dtsi | 18 ++++++++++++++++++\n" @@ -67,7 +75,7 @@ ">>> \t\t\t\tstatus = \"disabled\";\n" ">>> \t\t\t};\n" ">>>\n" - ">>> +\t\t\tspi0: spi at fffc8000 {\n" + ">>> +\t\t\tspi0: spi@fffc8000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9260-spi\";\n" @@ -76,7 +84,7 @@ ">>> +\t\t\t\tstatus = \"disabled\";\n" ">>> +\t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi1: spi at fffcc000 {\n" + ">>> +\t\t\tspi1: spi@fffcc000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9260-spi\";\n" @@ -85,7 +93,7 @@ ">>> +\t\t\t\tstatus = \"disabled\";\n" ">>> +\t\t\t};\n" ">>> +\n" - ">>> \t\t\tadc0: adc at fffe0000 {\n" + ">>> \t\t\tadc0: adc@fffe0000 {\n" ">>> \t\t\t\tcompatible = \"atmel,at91sam9260-adc\";\n" ">>> \t\t\t\treg = <0xfffe0000 0x100>;\n" ">>> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi\n" @@ -98,7 +106,7 @@ ">>> \t\t\t\tstatus = \"disabled\";\n" ">>> \t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi0: spi at fffa4000 {\n" + ">>> +\t\t\tspi0: spi@fffa4000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9260-spi\";\n" @@ -107,7 +115,7 @@ ">>> +\t\t\t\tstatus = \"disabled\";\n" ">>> +\t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi1: spi at fffa8000 {\n" + ">>> +\t\t\tspi1: spi@fffa8000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9260-spi\";\n" @@ -117,7 +125,7 @@ ">>> +\t\t\t};\n" ">>> \t\t};\n" ">>>\n" - ">>> \t\tnand0: nand at 40000000 {\n" + ">>> \t\tnand0: nand@40000000 {\n" ">>> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi\n" ">> b/arch/arm/boot/dts/at91sam9g45.dtsi\n" ">>> index 231858f..0100b80 100644\n" @@ -128,7 +136,7 @@ ">>> \t\t\t\tstatus = \"disabled\";\n" ">>> \t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi0: spi at fffa4000 {\n" + ">>> +\t\t\tspi0: spi@fffa4000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9g45-spi\";\n" @@ -137,7 +145,7 @@ ">>> +\t\t\t\tstatus = \"disabled\";\n" ">>> +\t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi1: spi at fffa8000 {\n" + ">>> +\t\t\tspi1: spi@fffa8000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9g45-spi\";\n" @@ -147,7 +155,7 @@ ">>> +\t\t\t};\n" ">>> \t\t};\n" ">>>\n" - ">>> \t\tnand0: nand at 40000000 {\n" + ">>> \t\tnand0: nand@40000000 {\n" ">>> diff --git a/arch/arm/boot/dts/at91sam9n12.dtsi\n" ">> b/arch/arm/boot/dts/at91sam9n12.dtsi\n" ">>> index e9efb34..86d5357 100644\n" @@ -158,7 +166,7 @@ ">>> \t\t\t\tstatus = \"disabled\";\n" ">>> \t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi0: spi at f0000000 {\n" + ">>> +\t\t\tspi0: spi@f0000000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9x5-spi\";\n" @@ -167,7 +175,7 @@ ">>> +\t\t\t\tstatus = \"disabled\";\n" ">>> +\t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi1: spi at f0004000 {\n" + ">>> +\t\t\tspi1: spi@f0004000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9x5-spi\";\n" @@ -177,7 +185,7 @@ ">>> +\t\t\t};\n" ">>> \t\t};\n" ">>>\n" - ">>> \t\tnand0: nand at 40000000 {\n" + ">>> \t\tnand0: nand@40000000 {\n" ">>> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi\n" ">> b/arch/arm/boot/dts/at91sam9x5.dtsi\n" ">>> index 40ac3a4..8ea2f7d 100644\n" @@ -188,7 +196,7 @@ ">>> \t\t\t\t};\n" ">>> \t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi0: spi at f0000000 {\n" + ">>> +\t\t\tspi0: spi@f0000000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9x5-spi\";\n" @@ -197,7 +205,7 @@ ">>> +\t\t\t\tstatus = \"disabled\";\n" ">>> +\t\t\t};\n" ">>> +\n" - ">>> +\t\t\tspi1: spi at f0004000 {\n" + ">>> +\t\t\tspi1: spi@f0004000 {\n" ">>> +\t\t\t\t#address-cells = <1>;\n" ">>> +\t\t\t\t#size-cells = <0>;\n" ">>> +\t\t\t\tcompatible = \"atmel,at91sam9x5-spi\";\n" @@ -207,7 +215,7 @@ ">>> +\t\t\t};\n" ">>> \t\t};\n" ">>>\n" - ">>> \t\tnand0: nand at 40000000 {\n" + ">>> \t\tnand0: nand@40000000 {\n" ">>> --\n" ">>> 1.7.9.5\n" ">>>\n" @@ -220,4 +228,4 @@ "-- \n" Nicolas Ferre -7ace7c1420f84dc0fa5f0f27cf46cd0e1d76544c3d6cf4d5c983f5a0d313b7e9 +7829e59dd5898f351e8a90f9a8d57a0bd819dddd00d470182b240e8f2924ab2e
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.