diff for duplicates of <537E9C27.9030401@gmail.com> diff --git a/a/1.txt b/N1/1.txt index f9a7022..e767d4c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,11 @@ On 5/21/2014 8:13 PM, Grant Likely wrote: -> On Tue, 20 May 2014 19:46:19 -0700, Frank Rowand <frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: +> On Tue, 20 May 2014 19:46:19 -0700, Frank Rowand <frowand.list@gmail.com> wrote: >> On 5/20/2014 7:41 PM, Frank Rowand wrote: >> < snip > >>> I will reply to this email with an additional patch that restores the >>> original behavior. >> < snip > ->> From: Frank Rowand <frank.rowand-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org> +>> From: Frank Rowand <frank.rowand@sonymobile.com> >> >> If __of_find_node_by_path() returns parent when the remaining portion of the >> path is "/" then the behavior of of_find_node_by_path() has changed. @@ -13,7 +13,7 @@ On 5/21/2014 8:13 PM, Grant Likely wrote: >> Previously, adding an extraneous "/" on the end of a path would result >> in of_find_node_by_path() not finding a match. >> ->> Signed-off-by: Frank Rowand <frank.rowand-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org> +>> Signed-off-by: Frank Rowand <frank.rowand@sonymobile.com> >> --- >> drivers/of/base.c | 13 ++++++++++++- >> 1 file changed, 12 insertions(+), 1 deletion(-) @@ -63,7 +63,7 @@ __of_find_node_by_path() will return NULL. > Here's a complete patch: > > commit adc96db6c39ef7b895e75d30dbc69781f6443f1d -> Author: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> +> Author: Grant Likely <grant.likely@linaro.org> > Date: Thu May 22 11:55:31 2014 +0900 > > fix trailing '/' case @@ -140,9 +140,4 @@ __of_find_node_by_path() will return NULL. > np = of_find_node_by_path("testcase-alias/phandle-tests/consumer-a"); > selftest(np && !strcmp("/testcase-data/phandle-tests/consumer-a", np->full_name), > -> - --- -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 ba7a323..6e0014d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,25 +6,24 @@ "ref\0537C1252.3090900@gmail.com\0" "ref\0537C137B.2000007@gmail.com\0" "ref\020140522031306.DD6B7C41847@trevor.secretlab.ca\0" - "ref\020140522031306.DD6B7C41847-WNowdnHR2B42iJbIjFUEsiwD8/FfD2ys@public.gmane.org\0" - "From\0Frank Rowand <frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Frank Rowand <frowand.list@gmail.com>\0" "Subject\0Re: [PATCH 2/3] of: Make of_find_node_by_path() handle /aliases\0" "Date\0Thu, 22 May 2014 17:53:59 -0700\0" - "To\0Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - David Daney <david.daney-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org> - " Pantelis Antoniou <pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>\0" + "To\0Grant Likely <grant.likely@linaro.org>\0" + "Cc\0linux-kernel@vger.kernel.org" + devicetree@vger.kernel.org + David Daney <david.daney@cavium.com> + " Pantelis Antoniou <pantelis.antoniou@konsulko.com>\0" "\00:1\0" "b\0" "On 5/21/2014 8:13 PM, Grant Likely wrote:\n" - "> On Tue, 20 May 2014 19:46:19 -0700, Frank Rowand <frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n" + "> On Tue, 20 May 2014 19:46:19 -0700, Frank Rowand <frowand.list@gmail.com> wrote:\n" ">> On 5/20/2014 7:41 PM, Frank Rowand wrote:\n" ">> < snip >\n" ">>> I will reply to this email with an additional patch that restores the\n" ">>> original behavior.\n" ">> < snip >\n" - ">> From: Frank Rowand <frank.rowand-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>\n" + ">> From: Frank Rowand <frank.rowand@sonymobile.com>\n" ">>\n" ">> If __of_find_node_by_path() returns parent when the remaining portion of the\n" ">> path is \"/\" then the behavior of of_find_node_by_path() has changed.\n" @@ -32,7 +31,7 @@ ">> Previously, adding an extraneous \"/\" on the end of a path would result\n" ">> in of_find_node_by_path() not finding a match.\n" ">>\n" - ">> Signed-off-by: Frank Rowand <frank.rowand-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>\n" + ">> Signed-off-by: Frank Rowand <frank.rowand@sonymobile.com>\n" ">> ---\n" ">> drivers/of/base.c | 13 ++++++++++++-\n" ">> 1 file changed, 12 insertions(+), 1 deletion(-)\n" @@ -82,7 +81,7 @@ "> Here's a complete patch:\n" "> \n" "> commit adc96db6c39ef7b895e75d30dbc69781f6443f1d\n" - "> Author: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" + "> Author: Grant Likely <grant.likely@linaro.org>\n" "> Date: Thu May 22 11:55:31 2014 +0900\n" "> \n" "> fix trailing '/' case\n" @@ -159,11 +158,6 @@ "> \tnp = of_find_node_by_path(\"testcase-alias/phandle-tests/consumer-a\");\n" "> \tselftest(np && !strcmp(\"/testcase-data/phandle-tests/consumer-a\", np->full_name),\n" "> \n" - "> \n" - "\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 + > -bbc53c2f5928c8eee1c3bc98bf2e6ea8be15624ba8ca7fb753735d164e7b0e22 +189333fb0567274467fcdbf92dc6c4fccd3e7dfcfe121bb29524aa112f3de7d2
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.