diff for duplicates of <4FD7A36B.9090409@wwwdotorg.org> diff --git a/a/1.txt b/N1/1.txt index d67989c..f8a1e78 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,12 +25,12 @@ On 06/12/2012 11:20 AM, 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"; > }; @@ -45,7 +45,7 @@ On 06/12/2012 11:20 AM, 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 @@ -74,12 +74,12 @@ can calculate the addresses/offsets of the per-port registers within the 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"; }; diff --git a/a/content_digest b/N1/content_digest index f9b7797..4f0dc07 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,20 +4,10 @@ "ref\020120612062124.GE4040@avionic-0098.adnet.avionic-design.de\0" "ref\04FD763C5.3090500@wwwdotorg.org\0" "ref\020120612172041.GA28010@avionic-0098.adnet.avionic-design.de\0" - "From\0Stephen Warren <swarren@wwwdotorg.org>\0" - "Subject\0Re: [PATCH v2 07/10] ARM: tegra: pcie: Add device tree support\0" + "From\0swarren@wwwdotorg.org (Stephen Warren)\0" + "Subject\0[PATCH v2 07/10] ARM: tegra: pcie: Add device tree support\0" "Date\0Tue, 12 Jun 2012 14:15:39 -0600\0" - "To\0Thierry Reding <thierry.reding@avionic-design.de>\0" - "Cc\0linux-tegra@vger.kernel.org" - Jesse Barnes <jbarnes@virtuousgeek.org> - linux-pci@vger.kernel.org - Grant Likely <grant.likely@secretlab.ca> - Rob Herring <rob.herring@calxeda.com> - devicetree-discuss@lists.ozlabs.org - Russell King <linux@arm.linux.org.uk> - linux-arm-kernel@lists.infradead.org - Colin Cross <ccross@android.com> - " Olof Johansson <olof@lixom.net>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 06/12/2012 11:20 AM, Thierry Reding wrote:\n" @@ -47,12 +37,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" @@ -67,7 +57,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" @@ -96,12 +86,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" @@ -120,4 +110,4 @@ "\n" Tegra30 has more options. -5776ffa28b01eabe32bfec9a8ee7b911a7554d907be557bb7b7a1aa90b1078a3 +f118a7be89db74b71641883d065acc3cc02c19495a9aa51f0595669c122b9f3d
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.