All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51392B4D.9040404@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 698b1fc..31e72c4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,7 @@ On 03/07/2013 02:47 PM, Thierry Reding wrote:
 >>>>>
 >>>>> I think a better alternative would be (and this matches what Thomas has
 >>>>> said elsewhere) to use something like the first alternative but move the
->>>>> regs property into the pcie@0,X nodes. That would save us from having to
+>>>>> regs property into the pcie at 0,X nodes. That would save us from having to
 >>>>> index a property in the parent. At least from a DT point of view I find
 >>>>> that to be a more consistent representation.
 >>>>
@@ -65,12 +65,12 @@ Rob
 > 			regs = <0x80000000 0x00001000
 > 			        0x80001000 0x00001000>;
 > 
-> 			pci@0,1 {
+> 			pci at 0,1 {
 > 				...
 > 				port-index = <0>;
 > 			};
 > 
-> 			pci@0,2 {
+> 			pci at 0,2 {
 > 				...
 > 				port-index = <1>;
 > 			};
@@ -81,14 +81,14 @@ Rob
 > 
 > 		pcie-controller {
 > 			...
-> 			pci@0,1 {
+> 			pci at 0,1 {
 > 				...
 > 				reg = <0x00000800 0 0 0 0>;
 > 
 > 				regs = <0x80000000 0x00001000>;
 > 			};
 > 
-> 			pci@0,2 {
+> 			pci at 0,2 {
 > 				...
 > 				reg = <0x00001000 0 0 0 0>;
 > 
diff --git a/a/content_digest b/N1/content_digest
index c7da2c1..a8762ea 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,29 +9,10 @@
  "ref\020130307194830.GA1811@avionic-0098.mockup.avionic-design.de\0"
  "ref\020130307200235.GB20695@obsidianresearch.com\0"
  "ref\020130307204726.GB1811@avionic-0098.mockup.avionic-design.de\0"
- "From\0Rob Herring <robherring2@gmail.com>\0"
- "Subject\0Re: [PATCH 24/32] pci: PCIe driver for Marvell Armada 370/XP systems\0"
+ "From\0robherring2@gmail.com (Rob Herring)\0"
+ "Subject\0[PATCH 24/32] pci: PCIe driver for Marvell Armada 370/XP systems\0"
  "Date\0Thu, 07 Mar 2013 18:05:33 -0600\0"
- "To\0Thierry Reding <thierry.reding@avionic-design.de>\0"
- "Cc\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>"
-  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-  Lior Amsalem <alior@marvell.com>
-  Andrew Lunn <andrew@lunn.ch>
-  Russell King - ARM Linux <linux@arm.linux.org.uk>
-  Jason Cooper <jason@lakedaemon.net>
-  Arnd Bergmann <arnd@arndb.de>
-  Stephen Warren <swarren@wwwdotorg.org>
-  linux-pci@vger.kernel.org
-  Eran Ben-Avi <benavi@marvell.com>
-  Nadav Haklai <nadavh@marvell.com>
-  Maen Suleiman <maen@marvell.com>
-  Shadi Ammouri <shadi@marvell.com>
-  Bjorn Helgaas <bhelgaas@google.com>
-  Gregory Clement <gregory.clement@free-electrons.com>
-  Tawfik Bayouk <tawfik@marvell.com>
-  Grant Likely <grant.likely@secretlab.ca>
-  linux-arm-kernel@lists.infradead.org
- " devicetree-discuss@lists.ozlabs.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 03/07/2013 02:47 PM, Thierry Reding wrote:\n"
@@ -46,7 +27,7 @@
  ">>>>>\n"
  ">>>>> I think a better alternative would be (and this matches what Thomas has\n"
  ">>>>> said elsewhere) to use something like the first alternative but move the\n"
- ">>>>> regs property into the pcie@0,X nodes. That would save us from having to\n"
+ ">>>>> regs property into the pcie at 0,X nodes. That would save us from having to\n"
  ">>>>> index a property in the parent. At least from a DT point of view I find\n"
  ">>>>> that to be a more consistent representation.\n"
  ">>>>\n"
@@ -101,12 +82,12 @@
  "> \t\t\tregs = <0x80000000 0x00001000\n"
  "> \t\t\t        0x80001000 0x00001000>;\n"
  "> \n"
- "> \t\t\tpci@0,1 {\n"
+ "> \t\t\tpci at 0,1 {\n"
  "> \t\t\t\t...\n"
  "> \t\t\t\tport-index = <0>;\n"
  "> \t\t\t};\n"
  "> \n"
- "> \t\t\tpci@0,2 {\n"
+ "> \t\t\tpci at 0,2 {\n"
  "> \t\t\t\t...\n"
  "> \t\t\t\tport-index = <1>;\n"
  "> \t\t\t};\n"
@@ -117,14 +98,14 @@
  "> \n"
  "> \t\tpcie-controller {\n"
  "> \t\t\t...\n"
- "> \t\t\tpci@0,1 {\n"
+ "> \t\t\tpci at 0,1 {\n"
  "> \t\t\t\t...\n"
  "> \t\t\t\treg = <0x00000800 0 0 0 0>;\n"
  "> \n"
  "> \t\t\t\tregs = <0x80000000 0x00001000>;\n"
  "> \t\t\t};\n"
  "> \n"
- "> \t\t\tpci@0,2 {\n"
+ "> \t\t\tpci at 0,2 {\n"
  "> \t\t\t\t...\n"
  "> \t\t\t\treg = <0x00001000 0 0 0 0>;\n"
  "> \n"
@@ -159,4 +140,4 @@
  "> Thierry\n"
  >
 
-5111d90c791480a52d2bab9d6c948052817ce3bbceebacca390a019dc1cac8af
+e00eab922720e4ea9998e0a487c904d439f0b138c9eb2f8d922208ce45bdd28c

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.