All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5690367E.8060609@amd.com>

diff --git a/a/1.txt b/N1/1.txt
index 1ad3d38..ab892f1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ Hi,
 >>
 >> e.g
 >>
->> sata0@e0300000 {
+>> sata0 at e0300000 {
 >>    compatible = "amd,seattle-ahci";
 >>    reg = <0 0xe0300000 0 0x800>;
 >>    amd,sgpio-ctrl = <0xe0000078>;
@@ -50,7 +50,7 @@ that sata_highbank driver is doing something similar.
 > I suspect we should have a node for the entire block of registers
 > around the SGPIO, presumably something like
 > 
-> 	syscon@0xe0000000 {
+> 	syscon at 0xe0000000 {
 > 		compatible = "amd,$SOC_ID"-lsioc", "syscon";
 > 		reg = <0xe0000000 0x1000>; /* find the actual length in the datasheet */
 > 	};
@@ -67,12 +67,12 @@ that sata_highbank driver is doing something similar.
 >
 Thanks for pointing syncon, are you thinking something like this ?
 
-                sgpio0: syscon@e0000078 {
+                sgpio0: syscon at e0000078 {
                         compatible = "amd, seattle-sgpio", syscon";
                         reg = <0x0 0xe0000078 0x0 0x1>;
                 };
 
-                sata@e0300000 {
+                sata at e0300000 {
                         compatible = "amd,seattle-ahci";
                         reg = <0x0 0xe0300000 0x0 0xf0000>;
                         interrupts = <0x0 0x163 0x4>;
diff --git a/a/content_digest b/N1/content_digest
index 0f0fe27..f024b3f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,21 +2,10 @@
  "ref\04983521.tEaWggKCCv@wuerfel\0"
  "ref\0568F14E0.4060107@amd.com\0"
  "ref\010869853.plxna0HzWE@wuerfel\0"
- "From\0Brijesh Singh <brijesh.singh@amd.com>\0"
- "Subject\0Re: [PATCH] ata: add AMD Seattle platform driver\0"
+ "From\0brijesh.singh@amd.com (Brijesh Singh)\0"
+ "Subject\0[PATCH] ata: add AMD Seattle platform driver\0"
  "Date\0Fri, 8 Jan 2016 16:21:50 -0600\0"
- "To\0Arnd Bergmann <arnd@arndb.de>\0"
- "Cc\0brijesh.singh@amd.com"
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  mark.rutland@arm.com
-  devicetree@vger.kernel.org
-  pawel.moll@arm.com
-  ijc+devicetree@hellion.org.uk
-  linux-ide@vger.kernel.org
-  robh+dt@kernel.org
-  galak@codeaurora.org
- " tj@kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -27,7 +16,7 @@
  ">>\n"
  ">> e.g\n"
  ">>\n"
- ">> sata0@e0300000 {\n"
+ ">> sata0 at e0300000 {\n"
  ">>    compatible = \"amd,seattle-ahci\";\n"
  ">>    reg = <0 0xe0300000 0 0x800>;\n"
  ">>    amd,sgpio-ctrl = <0xe0000078>;\n"
@@ -71,7 +60,7 @@
  "> I suspect we should have a node for the entire block of registers\n"
  "> around the SGPIO, presumably something like\n"
  "> \n"
- "> \tsyscon@0xe0000000 {\n"
+ "> \tsyscon at 0xe0000000 {\n"
  "> \t\tcompatible = \"amd,$SOC_ID\"-lsioc\", \"syscon\";\n"
  "> \t\treg = <0xe0000000 0x1000>; /* find the actual length in the datasheet */\n"
  "> \t};\n"
@@ -88,12 +77,12 @@
  ">\n"
  "Thanks for pointing syncon, are you thinking something like this ?\n"
  "\n"
- "                sgpio0: syscon@e0000078 {\n"
+ "                sgpio0: syscon at e0000078 {\n"
  "                        compatible = \"amd, seattle-sgpio\", syscon\";\n"
  "                        reg = <0x0 0xe0000078 0x0 0x1>;\n"
  "                };\n"
  "\n"
- "                sata@e0300000 {\n"
+ "                sata at e0300000 {\n"
  "                        compatible = \"amd,seattle-ahci\";\n"
  "                        reg = <0x0 0xe0300000 0x0 0xf0000>;\n"
  "                        interrupts = <0x0 0x163 0x4>;\n"
@@ -136,4 +125,4 @@
  "> \tArnd\n"
  >
 
-75543b015c58e7b8dcb9110a91fbd2cd4c1931f331a23c2a4832cb4238c993c1
+498cbc7967ebf803b81bf7f5d58aab3436d86f47f0fd75f1cb49afd2394cf5a9

diff --git a/a/content_digest b/N2/content_digest
index 0f0fe27..a7a33c7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,17 +6,17 @@
  "Subject\0Re: [PATCH] ata: add AMD Seattle platform driver\0"
  "Date\0Fri, 8 Jan 2016 16:21:50 -0600\0"
  "To\0Arnd Bergmann <arnd@arndb.de>\0"
- "Cc\0brijesh.singh@amd.com"
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  mark.rutland@arm.com
-  devicetree@vger.kernel.org
-  pawel.moll@arm.com
-  ijc+devicetree@hellion.org.uk
-  linux-ide@vger.kernel.org
-  robh+dt@kernel.org
-  galak@codeaurora.org
- " tj@kernel.org\0"
+ "Cc\0<brijesh.singh@amd.com>"
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-kernel@vger.kernel.org>
+  <mark.rutland@arm.com>
+  <devicetree@vger.kernel.org>
+  <pawel.moll@arm.com>
+  <ijc+devicetree@hellion.org.uk>
+  <linux-ide@vger.kernel.org>
+  <robh+dt@kernel.org>
+  <galak@codeaurora.org>
+ " <tj@kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -136,4 +136,4 @@
  "> \tArnd\n"
  >
 
-75543b015c58e7b8dcb9110a91fbd2cd4c1931f331a23c2a4832cb4238c993c1
+0d83c187c52111b5fbe8d3f909eb857037b303b795446dfff34eb10827223ec8

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.