diff for duplicates of <20130207155117.GA19666@arm.com> diff --git a/a/1.txt b/N1/1.txt index 5c034e8..e00ce0d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -74,7 +74,7 @@ at the time. > interrupt-map = <0x0800 0 0 1 &mpic 58 /* port 0.0 */ > 0x1000 0 0 1 &mpic 62>; /* port 1.0 */ > -> pcie@0,0 { +> pcie at 0,0 { > device_type = "pciex"; > reg = <0x0800 0 0xd0040000 0 0x2000>; > #address-cells = <3>; @@ -85,7 +85,7 @@ at the time. > status = "disabled"; > }; > -> pcie@1,0 { +> pcie at 1,0 { > device_type = "pciex"; > reg = <0x1000 0 0xd0080000 0 0x2000>; > #address-cells = <3>; @@ -192,7 +192,7 @@ I can think of three solutions: } 2. Remove the bridges from the DT? Or remove the map from pcie-controller and - add a map each to pcie@0,1 and pcie@1,1? + add a map each to pcie at 0,1 and pcie at 1,1? 3. Change the mask of your map so that it doesn't care about bus numbers. I have a map that looks like this: diff --git a/a/content_digest b/N1/content_digest index fb95484..137f187 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,27 +2,10 @@ "ref\01359399397-29729-20-git-send-email-thomas.petazzoni@free-electrons.com\0" "ref\020130129132204.GA23886@arm.com\0" "ref\020130207153750.0fef1192@skate\0" - "From\0Andrew Murray <andrew.murray@arm.com>\0" - "Subject\0Re: [PATCH v2 19/27] pci: PCIe driver for Marvell Armada 370/XP systems\0" + "From\0andrew.murray@arm.com (Andrew Murray)\0" + "Subject\0[PATCH v2 19/27] pci: PCIe driver for Marvell Armada 370/XP systems\0" "Date\0Thu, 7 Feb 2013 15:51:17 +0000\0" - "To\0Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-pci@vger.kernel.org <linux-pci@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - Jason Cooper <jason@lakedaemon.net> - Andrew Lunn <andrew@lunn.ch> - Gregory Clement <gregory.clement@free-electrons.com> - Arnd Bergmann <arnd@arndb.de> - 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> - Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - " Russell King - ARM Linux <linux@arm.linux.org.uk>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Feb 07, 2013 at 02:37:50PM +0000, Thomas Petazzoni wrote:\n" @@ -101,7 +84,7 @@ "> \t\t\tinterrupt-map = <0x0800 0 0 1 &mpic 58 /* port 0.0 */\n" "> \t\t\t\t\t 0x1000 0 0 1 &mpic 62>; /* port 1.0 */\n" "> \n" - "> \t\t\tpcie@0,0 {\n" + "> \t\t\tpcie at 0,0 {\n" "> \t\t\t\tdevice_type = \"pciex\";\n" "> \t\t\t\treg = <0x0800 0 0xd0040000 0 0x2000>;\n" "> \t\t\t\t#address-cells = <3>;\n" @@ -112,7 +95,7 @@ "> \t\t\t\tstatus = \"disabled\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tpcie@1,0 {\n" + "> \t\t\tpcie at 1,0 {\n" "> \t\t\t\tdevice_type = \"pciex\";\n" "> \t\t\t\treg = <0x1000 0 0xd0080000 0 0x2000>;\n" "> \t\t\t\t#address-cells = <3>;\n" @@ -219,7 +202,7 @@ " }\n" "\n" "2. Remove the bridges from the DT? Or remove the map from pcie-controller and\n" - " add a map each to pcie@0,1 and pcie@1,1?\n" + " add a map each to pcie at 0,1 and pcie at 1,1?\n" "\n" "3. Change the mask of your map so that it doesn't care about bus numbers. I\n" " have a map that looks like this:\n" @@ -245,4 +228,4 @@ "> http://free-electrons.com\n" > -d664abb4e854b9fb3a265738b3e0afe1a9a9e22c2e2e62037667455cc9285171 +629076cf0a0f75fa0af43652429e852f80e587eeb52312aa4ec2bd6226bd3a93
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.