All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <546BB27A.20405@opensource.altera.com>

diff --git a/a/1.txt b/N1/1.txt
index e4c2dcb..5b9b29a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hi all,
 
-On 11/11/2014 06:14 PM, tthayer at opensource.altera.com wrote:
+On 11/11/2014 06:14 PM, tthayer@opensource.altera.com wrote:
 > From: Thor Thayer<tthayer@opensource.altera.com>
 >
 > Adding the device tree entries and bindings needed to support
@@ -41,7 +41,7 @@ Thor
 > +
 > +Example:
 > +
-> +	l2edac at ffd08140 {
+> +	l2edac@ffd08140 {
 > +		compatible = "altr,l2-edac";
 > +		reg = <0xffd08140 0x4>;
 > +		interrupts = <0 36 1>, <0 37 1>;
@@ -62,7 +62,7 @@ Thor
 > +	interrupt. Note the rising edge type.
 > +
 > +Example:
-> +	ocramedac at ffd08144 {
+> +	ocramedac@ffd08144 {
 > +		compatible = "altr,ocram-edac";
 > +		reg = <0xffd08144 0x4>;
 > +		iram = <&ocram>;
@@ -76,20 +76,20 @@ Thor
 >   			interrupts = <0 39 4>;
 >   		};
 >   
-> +		l2edac at ffd08140 {
+> +		l2edac@ffd08140 {
 > +			compatible = "altr,l2-edac";
 > +			reg = <0xffd08140 0x4>;
 > +			interrupts = <0 36 1>, <0 37 1>;
 > +		};
 > +
-> +		ocramedac at ffd08144 {
+> +		ocramedac@ffd08144 {
 > +			compatible = "altr,ocram-edac";
 > +			reg = <0xffd08144 0x4>;
 > +			iram = <&ocram>;
 > +			interrupts = <0 178 1>, <0 179 1>;
 > +		};
 > +
->   		L2: l2-cache at fffef000 {
+>   		L2: l2-cache@fffef000 {
 > -			compatible = "arm,pl310-cache";
 > +			compatible = "arm,pl310-cache", "syscon";
 >   			reg = <0xfffef000 0x1000>;
diff --git a/a/content_digest b/N1/content_digest
index afa5ff4..5f502e7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,30 @@
  "ref\01415751263-1830-1-git-send-email-tthayer@opensource.altera.com\0"
  "ref\01415751263-1830-6-git-send-email-tthayer@opensource.altera.com\0"
- "From\0tthayer@opensource.altera.com (Thor Thayer)\0"
+ "From\0Thor Thayer <tthayer@opensource.altera.com>\0"
  "Subject\0[RESEND PATCHv5 5/5] arm: dts: Add Altera L2 Cache and OCRAM EDAC\0"
  "Date\0Tue, 18 Nov 2014 14:56:26 -0600\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0bp@alien8.de"
+  dougthompson@xmission.com
+  m.chehab@samsung.com
+  robh+dt@kernel.org
+  pawel.moll@arm.com
+  mark.rutland@arm.com
+  ijc+devicetree@hellion.org.uk
+  galak@codeaurora.org
+  linux@arm.linux.org.uk
+  dinguyen@opensource.altera.com
+ " grant.likely@linaro.org\0"
+ "Cc\0devicetree@vger.kernel.org"
+  linux-doc@vger.kernel.org
+  linux-edac@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " tthayer.linux@gmail.com\0"
  "\00:1\0"
  "b\0"
  "Hi all,\n"
  "\n"
- "On 11/11/2014 06:14 PM, tthayer at opensource.altera.com wrote:\n"
+ "On 11/11/2014 06:14 PM, tthayer@opensource.altera.com wrote:\n"
  "> From: Thor Thayer<tthayer@opensource.altera.com>\n"
  ">\n"
  "> Adding the device tree entries and bindings needed to support\n"
@@ -49,7 +65,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tl2edac at ffd08140 {\n"
+ "> +\tl2edac@ffd08140 {\n"
  "> +\t\tcompatible = \"altr,l2-edac\";\n"
  "> +\t\treg = <0xffd08140 0x4>;\n"
  "> +\t\tinterrupts = <0 36 1>, <0 37 1>;\n"
@@ -70,7 +86,7 @@
  "> +\tinterrupt. Note the rising edge type.\n"
  "> +\n"
  "> +Example:\n"
- "> +\tocramedac at ffd08144 {\n"
+ "> +\tocramedac@ffd08144 {\n"
  "> +\t\tcompatible = \"altr,ocram-edac\";\n"
  "> +\t\treg = <0xffd08144 0x4>;\n"
  "> +\t\tiram = <&ocram>;\n"
@@ -84,24 +100,24 @@
  ">   \t\t\tinterrupts = <0 39 4>;\n"
  ">   \t\t};\n"
  ">   \n"
- "> +\t\tl2edac at ffd08140 {\n"
+ "> +\t\tl2edac@ffd08140 {\n"
  "> +\t\t\tcompatible = \"altr,l2-edac\";\n"
  "> +\t\t\treg = <0xffd08140 0x4>;\n"
  "> +\t\t\tinterrupts = <0 36 1>, <0 37 1>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tocramedac at ffd08144 {\n"
+ "> +\t\tocramedac@ffd08144 {\n"
  "> +\t\t\tcompatible = \"altr,ocram-edac\";\n"
  "> +\t\t\treg = <0xffd08144 0x4>;\n"
  "> +\t\t\tiram = <&ocram>;\n"
  "> +\t\t\tinterrupts = <0 178 1>, <0 179 1>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">   \t\tL2: l2-cache at fffef000 {\n"
+ ">   \t\tL2: l2-cache@fffef000 {\n"
  "> -\t\t\tcompatible = \"arm,pl310-cache\";\n"
  "> +\t\t\tcompatible = \"arm,pl310-cache\", \"syscon\";\n"
  ">   \t\t\treg = <0xfffef000 0x1000>;\n"
  ">   \t\t\tinterrupts = <0 38 0x04>;\n"
  ">   \t\t\tcache-unified;"
 
-270239a8b39f4bda444c4b7ef8ca87571544dcdf645600f5ffe7d4419ed25fa4
+275d9be620dc26a6264eee00c600e5df8432432f77bf518d4eb6d2e407a8f450

diff --git a/a/1.txt b/N2/1.txt
index e4c2dcb..5b9b29a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 Hi all,
 
-On 11/11/2014 06:14 PM, tthayer at opensource.altera.com wrote:
+On 11/11/2014 06:14 PM, tthayer@opensource.altera.com wrote:
 > From: Thor Thayer<tthayer@opensource.altera.com>
 >
 > Adding the device tree entries and bindings needed to support
@@ -41,7 +41,7 @@ Thor
 > +
 > +Example:
 > +
-> +	l2edac at ffd08140 {
+> +	l2edac@ffd08140 {
 > +		compatible = "altr,l2-edac";
 > +		reg = <0xffd08140 0x4>;
 > +		interrupts = <0 36 1>, <0 37 1>;
@@ -62,7 +62,7 @@ Thor
 > +	interrupt. Note the rising edge type.
 > +
 > +Example:
-> +	ocramedac at ffd08144 {
+> +	ocramedac@ffd08144 {
 > +		compatible = "altr,ocram-edac";
 > +		reg = <0xffd08144 0x4>;
 > +		iram = <&ocram>;
@@ -76,20 +76,20 @@ Thor
 >   			interrupts = <0 39 4>;
 >   		};
 >   
-> +		l2edac at ffd08140 {
+> +		l2edac@ffd08140 {
 > +			compatible = "altr,l2-edac";
 > +			reg = <0xffd08140 0x4>;
 > +			interrupts = <0 36 1>, <0 37 1>;
 > +		};
 > +
-> +		ocramedac at ffd08144 {
+> +		ocramedac@ffd08144 {
 > +			compatible = "altr,ocram-edac";
 > +			reg = <0xffd08144 0x4>;
 > +			iram = <&ocram>;
 > +			interrupts = <0 178 1>, <0 179 1>;
 > +		};
 > +
->   		L2: l2-cache at fffef000 {
+>   		L2: l2-cache@fffef000 {
 > -			compatible = "arm,pl310-cache";
 > +			compatible = "arm,pl310-cache", "syscon";
 >   			reg = <0xfffef000 0x1000>;
diff --git a/a/content_digest b/N2/content_digest
index afa5ff4..d60864f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,14 +1,30 @@
  "ref\01415751263-1830-1-git-send-email-tthayer@opensource.altera.com\0"
  "ref\01415751263-1830-6-git-send-email-tthayer@opensource.altera.com\0"
- "From\0tthayer@opensource.altera.com (Thor Thayer)\0"
+ "From\0Thor Thayer <tthayer@opensource.altera.com>\0"
  "Subject\0[RESEND PATCHv5 5/5] arm: dts: Add Altera L2 Cache and OCRAM EDAC\0"
  "Date\0Tue, 18 Nov 2014 14:56:26 -0600\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0<bp@alien8.de>"
+  <dougthompson@xmission.com>
+  <m.chehab@samsung.com>
+  <robh+dt@kernel.org>
+  <pawel.moll@arm.com>
+  <mark.rutland@arm.com>
+  <ijc+devicetree@hellion.org.uk>
+  <galak@codeaurora.org>
+  <linux@arm.linux.org.uk>
+  <dinguyen@opensource.altera.com>
+ " <grant.likely@linaro.org>\0"
+ "Cc\0<devicetree@vger.kernel.org>"
+  <linux-doc@vger.kernel.org>
+  <linux-edac@vger.kernel.org>
+  <linux-kernel@vger.kernel.org>
+  <linux-arm-kernel@lists.infradead.org>
+ " <tthayer.linux@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "Hi all,\n"
  "\n"
- "On 11/11/2014 06:14 PM, tthayer at opensource.altera.com wrote:\n"
+ "On 11/11/2014 06:14 PM, tthayer@opensource.altera.com wrote:\n"
  "> From: Thor Thayer<tthayer@opensource.altera.com>\n"
  ">\n"
  "> Adding the device tree entries and bindings needed to support\n"
@@ -49,7 +65,7 @@
  "> +\n"
  "> +Example:\n"
  "> +\n"
- "> +\tl2edac at ffd08140 {\n"
+ "> +\tl2edac@ffd08140 {\n"
  "> +\t\tcompatible = \"altr,l2-edac\";\n"
  "> +\t\treg = <0xffd08140 0x4>;\n"
  "> +\t\tinterrupts = <0 36 1>, <0 37 1>;\n"
@@ -70,7 +86,7 @@
  "> +\tinterrupt. Note the rising edge type.\n"
  "> +\n"
  "> +Example:\n"
- "> +\tocramedac at ffd08144 {\n"
+ "> +\tocramedac@ffd08144 {\n"
  "> +\t\tcompatible = \"altr,ocram-edac\";\n"
  "> +\t\treg = <0xffd08144 0x4>;\n"
  "> +\t\tiram = <&ocram>;\n"
@@ -84,24 +100,24 @@
  ">   \t\t\tinterrupts = <0 39 4>;\n"
  ">   \t\t};\n"
  ">   \n"
- "> +\t\tl2edac at ffd08140 {\n"
+ "> +\t\tl2edac@ffd08140 {\n"
  "> +\t\t\tcompatible = \"altr,l2-edac\";\n"
  "> +\t\t\treg = <0xffd08140 0x4>;\n"
  "> +\t\t\tinterrupts = <0 36 1>, <0 37 1>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tocramedac at ffd08144 {\n"
+ "> +\t\tocramedac@ffd08144 {\n"
  "> +\t\t\tcompatible = \"altr,ocram-edac\";\n"
  "> +\t\t\treg = <0xffd08144 0x4>;\n"
  "> +\t\t\tiram = <&ocram>;\n"
  "> +\t\t\tinterrupts = <0 178 1>, <0 179 1>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">   \t\tL2: l2-cache at fffef000 {\n"
+ ">   \t\tL2: l2-cache@fffef000 {\n"
  "> -\t\t\tcompatible = \"arm,pl310-cache\";\n"
  "> +\t\t\tcompatible = \"arm,pl310-cache\", \"syscon\";\n"
  ">   \t\t\treg = <0xfffef000 0x1000>;\n"
  ">   \t\t\tinterrupts = <0 38 0x04>;\n"
  ">   \t\t\tcache-unified;"
 
-270239a8b39f4bda444c4b7ef8ca87571544dcdf645600f5ffe7d4419ed25fa4
+ab6646ad41e4af79eadceba4fe383ed8b9b5e34b02044d8880ccb09b6c17660f

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.