diff for duplicates of <4FD76284.5000506@wwwdotorg.org> diff --git a/a/content_digest b/N1/content_digest index e3e5432..fbed8b9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,20 +2,21 @@ "ref\01339427118-32263-10-git-send-email-thierry.reding@avionic-design.de\0" "ref\04FD6661A.1060407@wwwdotorg.org\0" "ref\020120612054811.GB4040@avionic-0098.adnet.avionic-design.de\0" - "From\0Stephen Warren <swarren@wwwdotorg.org>\0" + "ref\020120612054811.GB4040-RM9K5IK7kjIyiCvfTdI0JKcOhU4Rzj621B7CTYaBSLdn68oJJulU0Q@public.gmane.org\0" + "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0" "Subject\0Re: [PATCH v2 09/10] ARM: tegra: harmony: Initialize PCIe from DT\0" "Date\0Tue, 12 Jun 2012 09:38:44 -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\0Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>\0" + "Cc\0linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + Jesse Barnes <jbarnes-Y1mF5jBUw70BENJcbMCuUQ@public.gmane.org> + linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org> + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> + " Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>\0" "\00:1\0" "b\0" "On 06/11/2012 11:48 PM, Thierry Reding wrote:\n" @@ -57,4 +58,4 @@ "To maintain .dts alphabetical sorting of non-addressed nodes, this new\n" node should slot in just before the sound node, near the end of the file. -3f4222b11080cf58bb8b67d9561b53284dc180c8a20575014cb4b23a2cef702a +d8fa576c8911a056292606a073ffb08d44731a446a0b9aa99f0a3ce35a9a4db1
diff --git a/a/1.txt b/N2/1.txt index ccc10da..ddb7cd1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -8,9 +8,9 @@ On 06/11/2012 11:48 PM, Thierry Reding wrote: >>> diff --git a/arch/arm/boot/dts/tegra-harmony.dts >>> b/arch/arm/boot/dts/tegra-harmony.dts >> ->>> + pci_vdd_reg: fixedregulator@0 { +>>> + pci_vdd_reg: fixedregulator at 0 { >> ->> I think that'd usually just be "regulator@0". +>> I think that'd usually just be "regulator at 0". >> >> If you need the "@0" part to differentiate between multiple >> regulators, the node needs a reg property too: @@ -29,7 +29,7 @@ On 06/11/2012 11:48 PM, Thierry Reding wrote: > regulators { compatible = "simple-bus"; #address-cells = <1>; > #size-cells = <0>; > -> pci_vdd_reg: regulator@0 { reg = <0>; }; }; }; +> pci_vdd_reg: regulator at 0 { reg = <0>; }; }; }; That seems like a good idea, and there's certainly precedent for doing exactly that in other ARM .dts files already. diff --git a/a/content_digest b/N2/content_digest index e3e5432..989ccd6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,20 +2,10 @@ "ref\01339427118-32263-10-git-send-email-thierry.reding@avionic-design.de\0" "ref\04FD6661A.1060407@wwwdotorg.org\0" "ref\020120612054811.GB4040@avionic-0098.adnet.avionic-design.de\0" - "From\0Stephen Warren <swarren@wwwdotorg.org>\0" - "Subject\0Re: [PATCH v2 09/10] ARM: tegra: harmony: Initialize PCIe from DT\0" + "From\0swarren@wwwdotorg.org (Stephen Warren)\0" + "Subject\0[PATCH v2 09/10] ARM: tegra: harmony: Initialize PCIe from DT\0" "Date\0Tue, 12 Jun 2012 09:38:44 -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/11/2012 11:48 PM, Thierry Reding wrote:\n" @@ -28,9 +18,9 @@ ">>> diff --git a/arch/arm/boot/dts/tegra-harmony.dts\n" ">>> b/arch/arm/boot/dts/tegra-harmony.dts\n" ">> \n" - ">>> +\tpci_vdd_reg: fixedregulator@0 {\n" + ">>> +\tpci_vdd_reg: fixedregulator at 0 {\n" ">> \n" - ">> I think that'd usually just be \"regulator@0\".\n" + ">> I think that'd usually just be \"regulator at 0\".\n" ">> \n" ">> If you need the \"@0\" part to differentiate between multiple\n" ">> regulators, the node needs a reg property too:\n" @@ -49,7 +39,7 @@ "> regulators { compatible = \"simple-bus\"; #address-cells = <1>; \n" "> #size-cells = <0>;\n" "> \n" - "> pci_vdd_reg: regulator@0 { reg = <0>; }; }; };\n" + "> pci_vdd_reg: regulator at 0 { reg = <0>; }; }; };\n" "\n" "That seems like a good idea, and there's certainly precedent for doing\n" "exactly that in other ARM .dts files already.\n" @@ -57,4 +47,4 @@ "To maintain .dts alphabetical sorting of non-addressed nodes, this new\n" node should slot in just before the sound node, near the end of the file. -3f4222b11080cf58bb8b67d9561b53284dc180c8a20575014cb4b23a2cef702a +2c38f9d21c3a1597cf046c4d1828ba55f13be420b182d27b0cc1ecf8d43ecc49
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.