diff for duplicates of <13514940.URVnEJ4NF0@phil> diff --git a/a/1.txt b/N1/1.txt index 8377f9a..c842714 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,17 +1,17 @@ Hi Grant, On Tuesday, 4. February 2014 17:30:34 Grant Likely wrote: -> On Sat, 18 Jan 2014 09:07:30 -0600, Rob Herring <robherring2@gmail.com> +> On Sat, 18 Jan 2014 09:07:30 -0600, Rob Herring <robherring2-Re5JQEeQqe8@public.gmane.orgm> wrote: -> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko St??bner <heiko@sntech.de> wrote: +> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko Stübner <heiko@sntech.de> wrote: > > > The need to know the number of array elements in a property is > > > a common pattern. To prevent duplication of open-coded implementations > > > add a helper static function that also centralises strict sanity > > > checking and DTB format details, as well as a set of wrapper functions > > > for u8, u16, u32 and u64. > > > -> > > Suggested-by: Mark Rutland <mark.rutland@arm.com> -> > > Signed-off-by: Heiko Stuebner <heiko@sntech.de> +> > > Suggested-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> +> > > Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> > > > --- > > > > Looks good. Do you plan to convert some users to use this? @@ -28,3 +28,7 @@ branch arm-soc could pull? Thanks Heiko +-- +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 9091ba6..a01e47b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,36 @@ "ref\027256277.YJ687suYy5@phil\0" "ref\0CAL_JsqJord1OOjwcKk1jqF5o+XO3uw+Lc4ATtQacgwZWAoQq1g@mail.gmail.com\0" "ref\020140204173034.2D899C4050F@trevor.secretlab.ca\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" - "Subject\0[PATCH v4] of: add functions to count number of elements in a property\0" + "ref\020140204173034.2D899C4050F-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org\0" + "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0" + "Subject\0Re: [PATCH v4] of: add functions to count number of elements in a property\0" "Date\0Tue, 04 Feb 2014 19:48:17 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>" + " arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" + "Cc\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + " Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>\0" "\00:1\0" "b\0" "Hi Grant,\n" "\n" "On Tuesday, 4. February 2014 17:30:34 Grant Likely wrote:\n" - "> On Sat, 18 Jan 2014 09:07:30 -0600, Rob Herring <robherring2@gmail.com> \n" + "> On Sat, 18 Jan 2014 09:07:30 -0600, Rob Herring <robherring2-Re5JQEeQqe8@public.gmane.orgm> \n" "wrote:\n" - "> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko St??bner <heiko@sntech.de> wrote:\n" + "> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko St\303\203\302\274bner <heiko@sntech.de> wrote:\n" "> > > The need to know the number of array elements in a property is\n" "> > > a common pattern. To prevent duplication of open-coded implementations\n" "> > > add a helper static function that also centralises strict sanity\n" "> > > checking and DTB format details, as well as a set of wrapper functions\n" "> > > for u8, u16, u32 and u64.\n" "> > > \n" - "> > > Suggested-by: Mark Rutland <mark.rutland@arm.com>\n" - "> > > Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n" + "> > > Suggested-by: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" + "> > > Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n" "> > > ---\n" "> > \n" "> > Looks good. Do you plan to convert some users to use this?\n" @@ -36,6 +46,10 @@ "\n" "\n" "Thanks\n" - Heiko + "Heiko\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 -92768416bbb39d2cccc86b82f464dce13145ee7e86264721e9009fd40b374122 +ec6dc4c0a343b360ed3d23a38f2795f6f5abc678d9f3b1d75c46c044bb0e8241
diff --git a/a/1.txt b/N2/1.txt index 8377f9a..ccd4ff1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,7 +3,7 @@ Hi Grant, On Tuesday, 4. February 2014 17:30:34 Grant Likely wrote: > On Sat, 18 Jan 2014 09:07:30 -0600, Rob Herring <robherring2@gmail.com> wrote: -> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko St??bner <heiko@sntech.de> wrote: +> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko Stübner <heiko@sntech.de> wrote: > > > The need to know the number of array elements in a property is > > > a common pattern. To prevent duplication of open-coded implementations > > > add a helper static function that also centralises strict sanity diff --git a/a/content_digest b/N2/content_digest index 9091ba6..5e2e781 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,19 @@ "ref\027256277.YJ687suYy5@phil\0" "ref\0CAL_JsqJord1OOjwcKk1jqF5o+XO3uw+Lc4ATtQacgwZWAoQq1g@mail.gmail.com\0" "ref\020140204173034.2D899C4050F@trevor.secretlab.ca\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" - "Subject\0[PATCH v4] of: add functions to count number of elements in a property\0" + "From\0Heiko St\303\274bner <heiko@sntech.de>\0" + "Subject\0Re: [PATCH v4] of: add functions to count number of elements in a property\0" "Date\0Tue, 04 Feb 2014 19:48:17 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Grant Likely <grant.likely@linaro.org>" + " arm@kernel.org\0" + "Cc\0Rob Herring <robherring2@gmail.com>" + Mark Rutland <mark.rutland@arm.com> + Pawel Moll <Pawel.Moll@arm.com> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + devicetree@vger.kernel.org <devicetree@vger.kernel.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + Stephen Warren <swarren@wwwdotorg.org> + " Ian Campbell <ijc+devicetree@hellion.org.uk>\0" "\00:1\0" "b\0" "Hi Grant,\n" @@ -12,7 +21,7 @@ "On Tuesday, 4. February 2014 17:30:34 Grant Likely wrote:\n" "> On Sat, 18 Jan 2014 09:07:30 -0600, Rob Herring <robherring2@gmail.com> \n" "wrote:\n" - "> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko St??bner <heiko@sntech.de> wrote:\n" + "> > On Sat, Jan 18, 2014 at 6:02 AM, Heiko St\303\203\302\274bner <heiko@sntech.de> wrote:\n" "> > > The need to know the number of array elements in a property is\n" "> > > a common pattern. To prevent duplication of open-coded implementations\n" "> > > add a helper static function that also centralises strict sanity\n" @@ -38,4 +47,4 @@ "Thanks\n" Heiko -92768416bbb39d2cccc86b82f464dce13145ee7e86264721e9009fd40b374122 +f13d6c856215affca8652a370bb27e221def4b6a4d863c4193639d6769eea25c
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.