All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FD84133.4060401@firmworks.com>

diff --git a/a/content_digest b/N1/content_digest
index f8c400c..ba8f844 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,19 +7,19 @@
  "ref\04FD7A36B.9090409@wwwdotorg.org\0"
  "ref\04FD7B085.1020006@firmworks.com\0"
  "ref\020120613064519.GD31001@avionic-0098.mockup.avionic-design.de\0"
- "From\0Mitch Bradley <wmb@firmworks.com>\0"
+ "ref\020120613064519.GD31001-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org\0"
+ "From\0Mitch Bradley <wmb-D5eQfiDGL7eakBO8gow8eQ@public.gmane.org>\0"
  "Subject\0Re: [PATCH v2 07/10] ARM: tegra: pcie: Add device tree support\0"
  "Date\0Tue, 12 Jun 2012 21:28:51 -1000\0"
- "To\0Thierry Reding <thierry.reding@avionic-design.de>\0"
- "Cc\0Stephen Warren <swarren@wwwdotorg.org>"
-  Russell King <linux@arm.linux.org.uk>
-  linux-pci@vger.kernel.org
-  devicetree-discuss@lists.ozlabs.org
-  Rob Herring <rob.herring@calxeda.com>
-  Jesse Barnes <jbarnes@virtuousgeek.org>
-  Colin Cross <ccross@android.com>
-  linux-tegra@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>\0"
+ "Cc\0Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>"
+  linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
+  Jesse Barnes <jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org>
+  Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+  Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>
+  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On 6/12/2012 8:45 PM, Thierry Reding wrote:\n"
@@ -185,4 +185,4 @@
  ">\n"
  > Thierry
 
-85a588bd00dc4451bfaa9f86a42dc5cb4fec83d4d60deac137b70d7ff1065865
+5eefef6460735469667444bb7bb9c78ed4d3c7115aa83300821f511ade75b708

diff --git a/a/1.txt b/N2/1.txt
index 7f5d581..f8e8b59 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -28,12 +28,12 @@ On 6/12/2012 8:45 PM, Thierry Reding wrote:
 >>>> 		#address-cells =<1>;
 >>>> 		#size-cells =<1>;
 >>>>
->>>> 		port@80000000 {
+>>>> 		port at 80000000 {
 >>>> 			reg =<0x80000000 0x00001000>;
 >>>> 			status = "disabled";
 >>>> 		};
 >>>>
->>>> 		port@80001000 {
+>>>> 		port at 80001000 {
 >>>> 			reg =<0x80001000 0x00001000>;
 >>>> 			status = "disabled";
 >>>> 		};
@@ -48,7 +48,7 @@ On 6/12/2012 8:45 PM, Thierry Reding wrote:
 >>>
 >>> As a general concept, this kind of design seems OK to me.
 >>>
->>> The "port" child nodes I think should be named "pci@..." given Mitch's
+>>> The "port" child nodes I think should be named "pci at ..." given Mitch's
 >>> comments, I think.
 >>>
 >>> The port nodes probably need two entries in reg, given the following in
@@ -77,12 +77,12 @@ On 6/12/2012 8:45 PM, Thierry Reding wrote:
 >>> PCIe controller's register space based on the ID using code roughly like
 >>> what I quoted above:
 >>>
->>> 	pci@0 {
+>>> 	pci at 0 {
 >>> 		reg =<0>;
 >>> 		status = "disabled";
 >>> 	};
 >>>
->>> 	pci@1 {
+>>> 	pci at 1 {
 >>> 		reg =<0>;
 >>> 		status = "disabled";
 >>> 	};
@@ -130,7 +130,7 @@ memory */
          #address-cells =<1>;
          #size-cells =<1>;
 
-         pci@80000000 {
+         pci at 80000000 {
              reg =<0x80000000 0x00001000>;
              ctrl-offset =<0x0>;
              status = "disabled";
@@ -140,7 +140,7 @@ memory */
 linear spaces above */>;
          };
 
-         pci@80001000 {
+         pci at 80001000 {
              reg =<0x80001000 0x00001000>;
              ctrl-offset =<0x8>;
              status = "disabled";
diff --git a/a/content_digest b/N2/content_digest
index f8c400c..8722d33 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,19 +7,10 @@
  "ref\04FD7A36B.9090409@wwwdotorg.org\0"
  "ref\04FD7B085.1020006@firmworks.com\0"
  "ref\020120613064519.GD31001@avionic-0098.mockup.avionic-design.de\0"
- "From\0Mitch Bradley <wmb@firmworks.com>\0"
- "Subject\0Re: [PATCH v2 07/10] ARM: tegra: pcie: Add device tree support\0"
+ "From\0wmb@firmworks.com (Mitch Bradley)\0"
+ "Subject\0[PATCH v2 07/10] ARM: tegra: pcie: Add device tree support\0"
  "Date\0Tue, 12 Jun 2012 21:28:51 -1000\0"
- "To\0Thierry Reding <thierry.reding@avionic-design.de>\0"
- "Cc\0Stephen Warren <swarren@wwwdotorg.org>"
-  Russell King <linux@arm.linux.org.uk>
-  linux-pci@vger.kernel.org
-  devicetree-discuss@lists.ozlabs.org
-  Rob Herring <rob.herring@calxeda.com>
-  Jesse Barnes <jbarnes@virtuousgeek.org>
-  Colin Cross <ccross@android.com>
-  linux-tegra@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 6/12/2012 8:45 PM, Thierry Reding wrote:\n"
@@ -52,12 +43,12 @@
  ">>>> \t\t#address-cells =<1>;\n"
  ">>>> \t\t#size-cells =<1>;\n"
  ">>>>\n"
- ">>>> \t\tport@80000000 {\n"
+ ">>>> \t\tport at 80000000 {\n"
  ">>>> \t\t\treg =<0x80000000 0x00001000>;\n"
  ">>>> \t\t\tstatus = \"disabled\";\n"
  ">>>> \t\t};\n"
  ">>>>\n"
- ">>>> \t\tport@80001000 {\n"
+ ">>>> \t\tport at 80001000 {\n"
  ">>>> \t\t\treg =<0x80001000 0x00001000>;\n"
  ">>>> \t\t\tstatus = \"disabled\";\n"
  ">>>> \t\t};\n"
@@ -72,7 +63,7 @@
  ">>>\n"
  ">>> As a general concept, this kind of design seems OK to me.\n"
  ">>>\n"
- ">>> The \"port\" child nodes I think should be named \"pci@...\" given Mitch's\n"
+ ">>> The \"port\" child nodes I think should be named \"pci at ...\" given Mitch's\n"
  ">>> comments, I think.\n"
  ">>>\n"
  ">>> The port nodes probably need two entries in reg, given the following in\n"
@@ -101,12 +92,12 @@
  ">>> PCIe controller's register space based on the ID using code roughly like\n"
  ">>> what I quoted above:\n"
  ">>>\n"
- ">>> \tpci@0 {\n"
+ ">>> \tpci at 0 {\n"
  ">>> \t\treg =<0>;\n"
  ">>> \t\tstatus = \"disabled\";\n"
  ">>> \t};\n"
  ">>>\n"
- ">>> \tpci@1 {\n"
+ ">>> \tpci at 1 {\n"
  ">>> \t\treg =<0>;\n"
  ">>> \t\tstatus = \"disabled\";\n"
  ">>> \t};\n"
@@ -154,7 +145,7 @@
  "         #address-cells =<1>;\n"
  "         #size-cells =<1>;\n"
  "\n"
- "         pci@80000000 {\n"
+ "         pci at 80000000 {\n"
  "             reg =<0x80000000 0x00001000>;\n"
  "             ctrl-offset =<0x0>;\n"
  "             status = \"disabled\";\n"
@@ -164,7 +155,7 @@
  "linear spaces above */>;\n"
  "         };\n"
  "\n"
- "         pci@80001000 {\n"
+ "         pci at 80001000 {\n"
  "             reg =<0x80001000 0x00001000>;\n"
  "             ctrl-offset =<0x8>;\n"
  "             status = \"disabled\";\n"
@@ -185,4 +176,4 @@
  ">\n"
  > Thierry
 
-85a588bd00dc4451bfaa9f86a42dc5cb4fec83d4d60deac137b70d7ff1065865
+c7f34f152f64d9331c4ad97ae32f6d50bb7f9369e638eee6763c5d23f9c3b1e0

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.