All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54B476EC.3090207@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index 6f03323..16ea695 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,7 +28,7 @@ On 01/13/2015 03:01 AM, Alexandre Belloni wrote:
 >   		};
 >   	};
 >
-> +	sram: sram at 00200000 {
+> +	sram: sram@00200000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00200000 0x4000>;
 > +	};
@@ -44,7 +44,7 @@ On 01/13/2015 03:01 AM, Alexandre Belloni wrote:
 >   		};
 >   	};
 >
-> +	sram0: sram at 002ff000 {
+> +	sram0: sram@002ff000 {
 
 Why here is 002ff000, while not 00200000?
 
@@ -63,7 +63,7 @@ Why here is 002ff000, while not 00200000?
 >   		};
 >   	};
 >
-> +	sram: sram at 00300000 {
+> +	sram: sram@00300000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x28000>;
 > +	};
@@ -79,12 +79,12 @@ Why here is 002ff000, while not 00200000?
 >   		};
 >   	};
 >
-> +	sram0: sram at 00300000 {
+> +	sram0: sram@00300000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x14000>;
 > +	};
 > +
-> +	sram1: sram at 00500000 {
+> +	sram1: sram@00500000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x4000>;
 > +	};
@@ -100,7 +100,7 @@ Why here is 002ff000, while not 00200000?
 >   		reg = <0x20000000 0x08000000>;
 >   	};
 >
-> +	sram0: sram at 002ff000 {
+> +	sram0: sram@002ff000 {
 
 Why here is 002ff000, while not 00200000?
 
@@ -110,7 +110,7 @@ Btw, why it needs set to disabled.
 
 > +	};
 > +
-> +	sram1: sram at 002fc000 {
+> +	sram1: sram@002fc000 {
 
 Why here is 002fc000, while not 00300000? And length is on 0x4000.
 
@@ -120,7 +120,7 @@ Why here is 002fc000, while not 00300000? And length is on 0x4000.
 > +
 >   	ahb {
 >   		apb {
->   			i2c0: i2c at fffac000 {
+>   			i2c0: i2c@fffac000 {
 > diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi
 > index 2a8da8a884b4..ee80aa9c0759 100644
 > --- a/arch/arm/boot/dts/at91sam9g45.dtsi
@@ -129,7 +129,7 @@ Why here is 002fc000, while not 00300000? And length is on 0x4000.
 >   		};
 >   	};
 >
-> +	sram: sram at 00300000 {
+> +	sram: sram@00300000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x10000>;
 > +	};
@@ -161,7 +161,7 @@ Why here is 002fc000, while not 00300000? And length is on 0x4000.
 >   		};
 >   	};
 >
-> +	sram: sram at 00300000 {
+> +	sram: sram@00300000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x8000>;
 > +	};
@@ -177,7 +177,7 @@ Why here is 002fc000, while not 00300000? And length is on 0x4000.
 >   		};
 >   	};
 >
-> +	sram: sram at 00300000 {
+> +	sram: sram@00300000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x4000>;
 > +	};
@@ -193,7 +193,7 @@ Why here is 002fc000, while not 00300000? And length is on 0x4000.
 >   		};
 >   	};
 >
-> +	sram: sram at 00300000 {
+> +	sram: sram@00300000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x8000>;
 > +	};
@@ -209,7 +209,7 @@ Why here is 002fc000, while not 00300000? And length is on 0x4000.
 >   		};
 >   	};
 >
-> +	sram: sram at 00300000 {
+> +	sram: sram@00300000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00300000 0x20000>;
 > +	};
@@ -225,7 +225,7 @@ Why here is 002fc000, while not 00300000? And length is on 0x4000.
 >   		};
 >   	};
 >
-> +	ns_sram: sram at 00210000 {
+> +	ns_sram: sram@00210000 {
 > +		compatible = "mmio-sram";
 > +		reg = <0x00210000 0x10000>;
 > +	};
diff --git a/a/content_digest b/N1/content_digest
index 7043668..00bdca7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,14 @@
  "ref\01421089317-12607-1-git-send-email-alexandre.belloni@free-electrons.com\0"
  "ref\01421089317-12607-5-git-send-email-alexandre.belloni@free-electrons.com\0"
- "From\0voice.shen@atmel.com (Bo Shen)\0"
- "Subject\0[PATCH 4/6] ARM: at91/dt: add SRAM nodes\0"
+ "From\0Bo Shen <voice.shen@atmel.com>\0"
+ "Subject\0Re: [PATCH 4/6] ARM: at91/dt: add SRAM nodes\0"
  "Date\0Tue, 13 Jan 2015 09:37:48 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Alexandre Belloni <alexandre.belloni@free-electrons.com>"
+ " Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "Cc\0Boris Brezillon <boris.brezillon@free-electrons.com>"
+  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
+  <linux-kernel@vger.kernel.org>
+ " <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Alexandre,\n"
@@ -36,7 +41,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram: sram at 00200000 {\n"
+ "> +\tsram: sram@00200000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00200000 0x4000>;\n"
  "> +\t};\n"
@@ -52,7 +57,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram0: sram at 002ff000 {\n"
+ "> +\tsram0: sram@002ff000 {\n"
  "\n"
  "Why here is 002ff000, while not 00200000?\n"
  "\n"
@@ -71,7 +76,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram: sram at 00300000 {\n"
+ "> +\tsram: sram@00300000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x28000>;\n"
  "> +\t};\n"
@@ -87,12 +92,12 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram0: sram at 00300000 {\n"
+ "> +\tsram0: sram@00300000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x14000>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsram1: sram at 00500000 {\n"
+ "> +\tsram1: sram@00500000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x4000>;\n"
  "> +\t};\n"
@@ -108,7 +113,7 @@
  ">   \t\treg = <0x20000000 0x08000000>;\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram0: sram at 002ff000 {\n"
+ "> +\tsram0: sram@002ff000 {\n"
  "\n"
  "Why here is 002ff000, while not 00200000?\n"
  "\n"
@@ -118,7 +123,7 @@
  "\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsram1: sram at 002fc000 {\n"
+ "> +\tsram1: sram@002fc000 {\n"
  "\n"
  "Why here is 002fc000, while not 00300000? And length is on 0x4000.\n"
  "\n"
@@ -128,7 +133,7 @@
  "> +\n"
  ">   \tahb {\n"
  ">   \t\tapb {\n"
- ">   \t\t\ti2c0: i2c at fffac000 {\n"
+ ">   \t\t\ti2c0: i2c@fffac000 {\n"
  "> diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9g45.dtsi\n"
  "> index 2a8da8a884b4..ee80aa9c0759 100644\n"
  "> --- a/arch/arm/boot/dts/at91sam9g45.dtsi\n"
@@ -137,7 +142,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram: sram at 00300000 {\n"
+ "> +\tsram: sram@00300000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x10000>;\n"
  "> +\t};\n"
@@ -169,7 +174,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram: sram at 00300000 {\n"
+ "> +\tsram: sram@00300000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x8000>;\n"
  "> +\t};\n"
@@ -185,7 +190,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram: sram at 00300000 {\n"
+ "> +\tsram: sram@00300000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x4000>;\n"
  "> +\t};\n"
@@ -201,7 +206,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram: sram at 00300000 {\n"
+ "> +\tsram: sram@00300000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x8000>;\n"
  "> +\t};\n"
@@ -217,7 +222,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tsram: sram at 00300000 {\n"
+ "> +\tsram: sram@00300000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00300000 0x20000>;\n"
  "> +\t};\n"
@@ -233,7 +238,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  ">\n"
- "> +\tns_sram: sram at 00210000 {\n"
+ "> +\tns_sram: sram@00210000 {\n"
  "> +\t\tcompatible = \"mmio-sram\";\n"
  "> +\t\treg = <0x00210000 0x10000>;\n"
  "> +\t};\n"
@@ -246,4 +251,4 @@
  "Best Regards,\n"
  Bo Shen
 
-bb3cdc2597b26c1d9f4a5b26b6fbbc137d7edff76922758aa13282eb64fb9e7c
+4c95e571aea19676042b4f687778d74e195754499af170fabc9b13522790e1ad

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.