All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52FC7E0E.2010503@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index 14dc421..cbb0f72 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -24,7 +24,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                     #size-cells = <1>;
 >>> +                     ranges;
 >>> +
->>> +                     tcb0: timer at fffa0000 {
+>>> +                     tcb0: timer@fffa0000 {
 >>> +                             compatible = "atmel,at91rm9200-tcb";
 >>> +                             reg = <0xfffa0000 0x100>;
 >>> +                             interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0
@@ -35,7 +35,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             clock-names = "t0_clk", "t1_clk", "t2_clk";
 >>> +                     };
 >>> +
->>> +                     usb1: gadget at fffa4000 {
+>>> +                     usb1: gadget@fffa4000 {
 >>> +                             compatible = "atmel,at91rm9200-udc";
 >>> +                             reg = <0xfffa4000 0x4000>;
 >>> +                             interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;
@@ -44,7 +44,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     mmc0: mmc at fffa8000 {
+>>> +                     mmc0: mmc@fffa8000 {
 >>> +                             compatible = "atmel,hsmci";
 >>> +                             reg = <0xfffa8000 0x600>;
 >>> +                             interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -57,7 +57,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     i2c0: i2c at fffac000 {
+>>> +                     i2c0: i2c@fffac000 {
 >>> +                             compatible = "atmel,at91sam9261-i2c";
 >>> +                             pinctrl-names = "default";
 >>> +                             pinctrl-0 = <&pinctrl_i2c_twi>;
@@ -69,7 +69,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     usart0: serial at fffb0000 {
+>>> +                     usart0: serial@fffb0000 {
 >>> +                             compatible = "atmel,at91sam9260-usart";
 >>> +                             reg = <0xfffb0000 0x200>;
 >>> +                             interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -82,7 +82,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     usart1: serial at fffb4000 {
+>>> +                     usart1: serial@fffb4000 {
 >>> +                             compatible = "atmel,at91sam9260-usart";
 >>> +                             reg = <0xfffb4000 0x200>;
 >>> +                             interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -95,7 +95,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     usart2: serial at fffb8000{
+>>> +                     usart2: serial@fffb8000{
 >>> +                             compatible = "atmel,at91sam9260-usart";
 >>> +                             reg = <0xfffb8000 0x200>;
 >>> +                             interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -108,7 +108,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     ssc0: ssc at fffbc000 {
+>>> +                     ssc0: ssc@fffbc000 {
 >>> +                             compatible = "atmel,at91rm9200-ssc";
 >>> +                             reg = <0xfffbc000 0x4000>;
 >>> +                             interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -117,7 +117,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     ssc1: ssc at fffc0000 {
+>>> +                     ssc1: ssc@fffc0000 {
 >>> +                             compatible = "atmel,at91rm9200-ssc";
 >>> +                             reg = <0xfffc0000 0x4000>;
 >>> +                             interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;
@@ -126,7 +126,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     spi0: spi at fffc8000 {
+>>> +                     spi0: spi@fffc8000 {
 >>> +                             #address-cells = <1>;
 >>> +                             #size-cells = <0>;
 >>> +                             compatible = "atmel,at91rm9200-spi";
@@ -140,7 +140,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     spi1: spi at fffcc000 {
+>>> +                     spi1: spi@fffcc000 {
 >>> +                             #address-cells = <1>;
 >>> +                             #size-cells = <0>;
 >>> +                             compatible = "atmel,at91rm9200-spi";
@@ -153,7 +153,7 @@ On 12/02/2014 20:47, Jean-Jacques Hiblot :
 >>> +                             status = "disabled";
 >>> +                     };
 >>> +
->>> +                     ramc: ramc at ffffea00 {
+>>> +                     ramc: ramc@ffffea00 {
 >>> +                             compatible = "atmel,at91sam9260-sdramc";
 >>> +                             reg = <0xffffea00 0x200>;
 >>> +                     };
@@ -179,7 +179,7 @@ So I think that Jean-Jacques DT is okay concerning this.
 > As I don't have any idea on how to handle this, I choose to copy/paste.
 > 
 >>
->>> +                     matrix: matrix at ffffee00 {
+>>> +                     matrix: matrix@ffffee00 {
 >>> +                             compatible = "atmel,at91sam9261-bus-matrix";
 >>> +                             reg = <0xffffee00 0x200>;
 >>> +                     };
diff --git a/a/content_digest b/N1/content_digest
index 8591bcc..6f88366 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,16 @@
  "ref\01392199607-27452-4-git-send-email-jjhiblot@traphandler.com\0"
  "ref\020140212172844.GE11498@piout.net\0"
  "ref\0CACh+v5MgYB+L6vpektjAE1yTH=dvjnyP1CjJeA7vG_yOyxFkgg@mail.gmail.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v4 3/8] at91: dt: Add at91sam9261 dt SoC support\0"
+ "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "Subject\0Re: [PATCH v4 3/8] at91: dt: Add at91sam9261 dt SoC support\0"
  "Date\0Thu, 13 Feb 2014 09:10:54 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jean-Jacques Hiblot <jjhiblot@traphandler.com>"
+ " Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
+ "Cc\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>"
+  boris brezillon <b.brezillon@overkiz.com>
+  Gregory CLEMENT <gregory.clement@free-electrons.com>
+  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+ " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "On 12/02/2014 20:47, Jean-Jacques Hiblot :\n"
@@ -34,7 +40,7 @@
  ">>> +                     #size-cells = <1>;\n"
  ">>> +                     ranges;\n"
  ">>> +\n"
- ">>> +                     tcb0: timer at fffa0000 {\n"
+ ">>> +                     tcb0: timer@fffa0000 {\n"
  ">>> +                             compatible = \"atmel,at91rm9200-tcb\";\n"
  ">>> +                             reg = <0xfffa0000 0x100>;\n"
  ">>> +                             interrupts = < 17 IRQ_TYPE_LEVEL_HIGH 0\n"
@@ -45,7 +51,7 @@
  ">>> +                             clock-names = \"t0_clk\", \"t1_clk\", \"t2_clk\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     usb1: gadget at fffa4000 {\n"
+ ">>> +                     usb1: gadget@fffa4000 {\n"
  ">>> +                             compatible = \"atmel,at91rm9200-udc\";\n"
  ">>> +                             reg = <0xfffa4000 0x4000>;\n"
  ">>> +                             interrupts = <10 IRQ_TYPE_LEVEL_HIGH 2>;\n"
@@ -54,7 +60,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     mmc0: mmc at fffa8000 {\n"
+ ">>> +                     mmc0: mmc@fffa8000 {\n"
  ">>> +                             compatible = \"atmel,hsmci\";\n"
  ">>> +                             reg = <0xfffa8000 0x600>;\n"
  ">>> +                             interrupts = <9 IRQ_TYPE_LEVEL_HIGH 0>;\n"
@@ -67,7 +73,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     i2c0: i2c at fffac000 {\n"
+ ">>> +                     i2c0: i2c@fffac000 {\n"
  ">>> +                             compatible = \"atmel,at91sam9261-i2c\";\n"
  ">>> +                             pinctrl-names = \"default\";\n"
  ">>> +                             pinctrl-0 = <&pinctrl_i2c_twi>;\n"
@@ -79,7 +85,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     usart0: serial at fffb0000 {\n"
+ ">>> +                     usart0: serial@fffb0000 {\n"
  ">>> +                             compatible = \"atmel,at91sam9260-usart\";\n"
  ">>> +                             reg = <0xfffb0000 0x200>;\n"
  ">>> +                             interrupts = <6 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -92,7 +98,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     usart1: serial at fffb4000 {\n"
+ ">>> +                     usart1: serial@fffb4000 {\n"
  ">>> +                             compatible = \"atmel,at91sam9260-usart\";\n"
  ">>> +                             reg = <0xfffb4000 0x200>;\n"
  ">>> +                             interrupts = <7 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -105,7 +111,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     usart2: serial at fffb8000{\n"
+ ">>> +                     usart2: serial@fffb8000{\n"
  ">>> +                             compatible = \"atmel,at91sam9260-usart\";\n"
  ">>> +                             reg = <0xfffb8000 0x200>;\n"
  ">>> +                             interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -118,7 +124,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     ssc0: ssc at fffbc000 {\n"
+ ">>> +                     ssc0: ssc@fffbc000 {\n"
  ">>> +                             compatible = \"atmel,at91rm9200-ssc\";\n"
  ">>> +                             reg = <0xfffbc000 0x4000>;\n"
  ">>> +                             interrupts = <14 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -127,7 +133,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     ssc1: ssc at fffc0000 {\n"
+ ">>> +                     ssc1: ssc@fffc0000 {\n"
  ">>> +                             compatible = \"atmel,at91rm9200-ssc\";\n"
  ">>> +                             reg = <0xfffc0000 0x4000>;\n"
  ">>> +                             interrupts = <15 IRQ_TYPE_LEVEL_HIGH 5>;\n"
@@ -136,7 +142,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     spi0: spi at fffc8000 {\n"
+ ">>> +                     spi0: spi@fffc8000 {\n"
  ">>> +                             #address-cells = <1>;\n"
  ">>> +                             #size-cells = <0>;\n"
  ">>> +                             compatible = \"atmel,at91rm9200-spi\";\n"
@@ -150,7 +156,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     spi1: spi at fffcc000 {\n"
+ ">>> +                     spi1: spi@fffcc000 {\n"
  ">>> +                             #address-cells = <1>;\n"
  ">>> +                             #size-cells = <0>;\n"
  ">>> +                             compatible = \"atmel,at91rm9200-spi\";\n"
@@ -163,7 +169,7 @@
  ">>> +                             status = \"disabled\";\n"
  ">>> +                     };\n"
  ">>> +\n"
- ">>> +                     ramc: ramc at ffffea00 {\n"
+ ">>> +                     ramc: ramc@ffffea00 {\n"
  ">>> +                             compatible = \"atmel,at91sam9260-sdramc\";\n"
  ">>> +                             reg = <0xffffea00 0x200>;\n"
  ">>> +                     };\n"
@@ -189,7 +195,7 @@
  "> As I don't have any idea on how to handle this, I choose to copy/paste.\n"
  "> \n"
  ">>\n"
- ">>> +                     matrix: matrix at ffffee00 {\n"
+ ">>> +                     matrix: matrix@ffffee00 {\n"
  ">>> +                             compatible = \"atmel,at91sam9261-bus-matrix\";\n"
  ">>> +                             reg = <0xffffee00 0x200>;\n"
  ">>> +                     };\n"
@@ -211,4 +217,4 @@
  "-- \n"
  Nicolas Ferre
 
-1394dd752b3b64cf48bbdea76079c22283d565d8c53cfd792146f3556771fd4a
+1d3f56e83b455d5852e9cb85bc51346b3044d6d75913febaabef406d325629cf

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.