diff for duplicates of <4FD6661A.1060407@wwwdotorg.org> diff --git a/a/content_digest b/N1/content_digest index 2d6ecd7..a5cee77 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,20 @@ "ref\01339427118-32263-1-git-send-email-thierry.reding@avionic-design.de\0" "ref\01339427118-32263-10-git-send-email-thierry.reding@avionic-design.de\0" - "From\0Stephen Warren <swarren@wwwdotorg.org>\0" + "ref\01339427118-32263-10-git-send-email-thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@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\0Mon, 11 Jun 2012 15:41:46 -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 09:05 AM, Thierry Reding wrote:\n" @@ -35,4 +36,4 @@ "although then I wonder about putting the regulator under the root node,\n" since the address wouldn't really make sense... -4e22e6be406bcbb4cd98fe7da45865e1b4f4633db8c614ca9d1f5c9d4af24042 +7ed19194d762a9efb9411d59db5321c1690f622796168679ebf3034718bbeaa1
diff --git a/a/1.txt b/N2/1.txt index 12092b5..98c4976 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,9 +5,9 @@ On 06/11/2012 09:05 AM, 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: diff --git a/a/content_digest b/N2/content_digest index 2d6ecd7..625ef91 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,19 +1,9 @@ "ref\01339427118-32263-1-git-send-email-thierry.reding@avionic-design.de\0" "ref\01339427118-32263-10-git-send-email-thierry.reding@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\0Mon, 11 Jun 2012 15:41:46 -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 09:05 AM, Thierry Reding wrote:\n" @@ -23,9 +13,9 @@ "\n" "> diff --git a/arch/arm/boot/dts/tegra-harmony.dts 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 regulators,\n" "the node needs a reg property too:\n" @@ -35,4 +25,4 @@ "although then I wonder about putting the regulator under the root node,\n" since the address wouldn't really make sense... -4e22e6be406bcbb4cd98fe7da45865e1b4f4633db8c614ca9d1f5c9d4af24042 +aec6ae95e005ab0133fae82c7f0d2142d0727c3c1ac9d0271ee1164ee593c544
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.