diff for duplicates of <5244A2AA.6050901@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 98d0278..07a01b3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,7 +19,7 @@ On 09/26/2013 02:33 PM, Kumar Gala wrote: >>>> interrupt-parent = <&intc>; + + soc: soc { }; >>>>>> We should have a unit address here: >>>>>> ->>>>>> soc: soc@FOOBAR { +>>>>>> soc: soc at FOOBAR { >>>>>> >>>>>> also, split out the curly braces so any future patches do >>>>>> have to muck with that. @@ -48,7 +48,7 @@ On 09/26/2013 02:33 PM, Kumar Gala wrote: >> The soc node we have does not have a reg property ? > > Not 100% sure what people will decide on this. There are a number of -> examples on the PPC side (arch/powerpc/boot/dts) that are soc@ADDR, +> examples on the PPC side (arch/powerpc/boot/dts) that are soc at ADDR, > but they don't typically have "reg" properties at the soc level. No, but you may have a ranges property which is related. @@ -57,7 +57,3 @@ I've just hit this on highbank in needing to add a second bank of peripherals for midway. So my vote would be to have unit address. Rob --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 43abc2e..1b43544 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,25 +6,10 @@ "ref\052447779.3010908@codeaurora.org\0" "ref\052448852.9050608@codeaurora.org\0" "ref\050877C70-6066-4E87-9DEA-9F29D098525B@codeaurora.org\0" - "ref\050877C70-6066-4E87-9DEA-9F29D098525B-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard\0" + "From\0robherring2@gmail.com (Rob Herring)\0" + "Subject\0[PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard\0" "Date\0Thu, 26 Sep 2013 16:10:02 -0500\0" - "To\0Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" - "Cc\0Rohit Vaswani <rvaswani-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" - David Brown <davidb-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> - Ian Campbell <ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org> - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Daniel Walker <dwalker-zu3NM2574RrQT0dZR+AlfA@public.gmane.org> - Bryan Huntsman <bryanh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 09/26/2013 02:33 PM, Kumar Gala wrote:\n" @@ -48,7 +33,7 @@ ">>>> interrupt-parent = <&intc>; + + soc: soc { };\n" ">>>>>> We should have a unit address here:\n" ">>>>>> \n" - ">>>>>> soc: soc@FOOBAR {\n" + ">>>>>> soc: soc at FOOBAR {\n" ">>>>>> \n" ">>>>>> also, split out the curly braces so any future patches do\n" ">>>>>> have to muck with that.\n" @@ -77,7 +62,7 @@ ">> The soc node we have does not have a reg property ?\n" "> \n" "> Not 100% sure what people will decide on this. There are a number of\n" - "> examples on the PPC side (arch/powerpc/boot/dts) that are soc@ADDR,\n" + "> examples on the PPC side (arch/powerpc/boot/dts) that are soc at ADDR,\n" "> but they don't typically have \"reg\" properties at the soc level.\n" "\n" "No, but you may have a ranges property which is related.\n" @@ -85,10 +70,6 @@ "I've just hit this on highbank in needing to add a second bank of\n" "peripherals for midway. So my vote would be to have unit address.\n" "\n" - "Rob\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Rob -35f35bc21054aa3801139769b8ee2b5428bdde3451f84b414368f0699aa592c0 +b729c47fe485f6ea0b0ae3d592bd6c11780211204368f73d9daf6a57aef0f1d4
diff --git a/a/1.txt b/N2/1.txt index 98d0278..1ec8305 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -57,7 +57,3 @@ I've just hit this on highbank in needing to add a second bank of peripherals for midway. So my vote would be to have unit address. Rob --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 43abc2e..20552ae 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,25 +6,24 @@ "ref\052447779.3010908@codeaurora.org\0" "ref\052448852.9050608@codeaurora.org\0" "ref\050877C70-6066-4E87-9DEA-9F29D098525B@codeaurora.org\0" - "ref\050877C70-6066-4E87-9DEA-9F29D098525B-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Rob Herring <robherring2@gmail.com>\0" "Subject\0Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard\0" "Date\0Thu, 26 Sep 2013 16:10:02 -0500\0" - "To\0Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" - "Cc\0Rohit Vaswani <rvaswani-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" - David Brown <davidb-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> - Ian Campbell <ian.campbell-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org> - Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> - Daniel Walker <dwalker-zu3NM2574RrQT0dZR+AlfA@public.gmane.org> - Bryan Huntsman <bryanh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Kumar Gala <galak@codeaurora.org>\0" + "Cc\0Rohit Vaswani <rvaswani@codeaurora.org>" + David Brown <davidb@codeaurora.org> + Rob Herring <rob.herring@calxeda.com> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Stephen Warren <swarren@wwwdotorg.org> + Ian Campbell <ian.campbell@citrix.com> + Russell King <linux@arm.linux.org.uk> + Daniel Walker <dwalker@fifo99.com> + Bryan Huntsman <bryanh@codeaurora.org> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " linux-arm-msm@vger.kernel.org\0" "\00:1\0" "b\0" "On 09/26/2013 02:33 PM, Kumar Gala wrote:\n" @@ -85,10 +84,6 @@ "I've just hit this on highbank in needing to add a second bank of\n" "peripherals for midway. So my vote would be to have unit address.\n" "\n" - "Rob\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Rob -35f35bc21054aa3801139769b8ee2b5428bdde3451f84b414368f0699aa592c0 +3b98d0b727fce9cb2b651a8ebf84102397bfd14af293aa7995f64dafb3479c9c
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.