All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130207010502.GA7435@obsidianresearch.com>

diff --git a/a/1.txt b/N1/1.txt
index 6ebf3a0..ae432f2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -63,7 +63,7 @@ In any event, changing how all the dynamic windows are configured in
 DT is a big job (there was another thread about this) it seems
 orthogonal to the PCI host driver..
 
-> > +                       pcie@0,0 {
+> > +                       pcie at 0,0 {
 > > +                               device_type = "pciex";
 > > +                               reg = <0x0800 0 0xd0040000 0 0x2000>;
 > > +                               #address-cells = <3>;
@@ -93,7 +93,7 @@ But that seems overly tricky.. When using the link stanzas, shouldn't
 this scheme be more like this:
 
 // The PCI-E host bridge
-pex@0 {
+pex at 0 {
    device_type = "pciex"; // <<-- Important!!
 
    ranges = <
@@ -111,7 +111,7 @@ pex@0 {
    //...
 
    // PCI-PCI bridge to Physical link 0
-   pcie@0,0 {
+   pcie at 0,0 {
      device_type = "pciex";
      // The configuration space address of the PCI-PCI bridge required by OF
      reg = <0x80 0 0  0 0>; // Bus 0, Dev 0x10, Fn 0
@@ -136,7 +136,7 @@ just including it because it is close to what I've got in my DT right
 now..:
 
 // The entire multi-lane controller and PCI root bus
-pex@0 {
+pex at 0 {
    device_type = "pciex";
 
    /* This section configures the Linux PCI host driver. Each line is a
@@ -179,7 +179,7 @@ pex@0 {
 
    /* Any PCI devices associated with this bus go here, relative to
       the above ranges. As example: */
-   link@0 {
+   link at 0 {
    	device_type = "pciex";
         // Root port at bus 0, device 0x10, function 0
 	reg = <0x00000080 0 0  0 0>;
diff --git a/a/content_digest b/N1/content_digest
index 8ac6c8c..965d1be 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,10 @@
  "ref\01359399397-29729-1-git-send-email-thomas.petazzoni@free-electrons.com\0"
  "ref\01359399397-29729-23-git-send-email-thomas.petazzoni@free-electrons.com\0"
  "ref\0201302062241.14444.arnd@arndb.de\0"
- "From\0Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\0"
- "Subject\0Re: [PATCH v2 22/27] arm: mvebu: add PCIe Device Tree informations for Armada XP\0"
+ "From\0jgunthorpe@obsidianresearch.com (Jason Gunthorpe)\0"
+ "Subject\0[PATCH v2 22/27] arm: mvebu: add PCIe Device Tree informations for Armada XP\0"
  "Date\0Wed, 6 Feb 2013 18:05:02 -0700\0"
- "To\0Arnd Bergmann <arnd@arndb.de>\0"
- "Cc\0Thomas Petazzoni <thomas.petazzoni@free-electrons.com>"
-  Bjorn Helgaas <bhelgaas@google.com>
-  linux-pci@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  Jason Cooper <jason@lakedaemon.net>
-  Andrew Lunn <andrew@lunn.ch>
-  Gregory Clement <gregory.clement@free-electrons.com>
-  Maen Suleiman <maen@marvell.com>
-  Lior Amsalem <alior@marvell.com>
-  Thierry Reding <thierry.reding@avionic-design.de>
-  Eran Ben-Avi <benavi@marvell.com>
-  Nadav Haklai <nadavh@marvell.com>
-  Shadi Ammouri <shadi@marvell.com>
-  Tawfik Bayouk <tawfik@marvell.com>
-  Stephen Warren <swarren@wwwdotorg.org>
- " Russell King - ARM Linux <linux@arm.linux.org.uk>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Wed, Feb 06, 2013 at 10:41:14PM +0000, Arnd Bergmann wrote:\n"
@@ -88,7 +72,7 @@
  "DT is a big job (there was another thread about this) it seems\n"
  "orthogonal to the PCI host driver..\n"
  "\n"
- "> > +                       pcie@0,0 {\n"
+ "> > +                       pcie at 0,0 {\n"
  "> > +                               device_type = \"pciex\";\n"
  "> > +                               reg = <0x0800 0 0xd0040000 0 0x2000>;\n"
  "> > +                               #address-cells = <3>;\n"
@@ -118,7 +102,7 @@
  "this scheme be more like this:\n"
  "\n"
  "// The PCI-E host bridge\n"
- "pex@0 {\n"
+ "pex at 0 {\n"
  "   device_type = \"pciex\"; // <<-- Important!!\n"
  "\n"
  "   ranges = <\n"
@@ -136,7 +120,7 @@
  "   //...\n"
  "\n"
  "   // PCI-PCI bridge to Physical link 0\n"
- "   pcie@0,0 {\n"
+ "   pcie at 0,0 {\n"
  "     device_type = \"pciex\";\n"
  "     // The configuration space address of the PCI-PCI bridge required by OF\n"
  "     reg = <0x80 0 0  0 0>; // Bus 0, Dev 0x10, Fn 0\n"
@@ -161,7 +145,7 @@
  "now..:\n"
  "\n"
  "// The entire multi-lane controller and PCI root bus\n"
- "pex@0 {\n"
+ "pex at 0 {\n"
  "   device_type = \"pciex\";\n"
  "\n"
  "   /* This section configures the Linux PCI host driver. Each line is a\n"
@@ -204,7 +188,7 @@
  "\n"
  "   /* Any PCI devices associated with this bus go here, relative to\n"
  "      the above ranges. As example: */\n"
- "   link@0 {\n"
+ "   link at 0 {\n"
  "   \tdevice_type = \"pciex\";\n"
  "        // Root port at bus 0, device 0x10, function 0\n"
  "\treg = <0x00000080 0 0  0 0>;\n"
@@ -231,4 +215,4 @@
  "\n"
  Jason
 
-a77a9757a4e0163bab6bf52fefc8bfabcc8a30fac208ee4c8211f49a3bfe8b73
+877e2e6481ecc4256dae1a1fd88faed9b5513bb9d1894737e7a9ebed44d07342

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.