diff for duplicates of <20160512065943.GX3733@lukather> diff --git a/a/1.txt b/N1/1.txt index 37cd3fe..ed213b9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -24,11 +24,11 @@ On Thu, May 12, 2016 at 06:39:20AM +0300, Priit Laes wrote: > > > > @@ -107,7 +107,7 @@ static int > > > > sun4i_a10_display_reset_xlate(struct > > > > reset_controller_dev *rcdev, -> > > > static void __init sun4i_a10_display_init(struct device_node +> > > > ?static void __init sun4i_a10_display_init(struct device_node > > > > *node, -> > > > const struct +> > > > ? ??const struct > > > > sun4i_a10_display_clk_data *data) -> > > > { +> > > > ?{ > > > > - const char *parents[data->parents]; > > > > + const char *parents[4]; > > > This change breaks at least de_[bf]e clocks which have 3 clock @@ -37,13 +37,13 @@ On Thu, May 12, 2016 at 06:39:20AM +0300, Priit Laes wrote: > > I just used the largest data->parents number, which was 4. How > > does that break anything? > -> If you look at the sun4i_a10_display_init, it contains this block: +> If you look at the?sun4i_a10_display_init, it contains this block: > -> ret = of_clk_parent_fill(node, parents, ARRAY_SIZE(parents)); -> if (ret != ARRAY_SIZE(parents)) { -> pr_err("%s: Could not retrieve the parents\n", clk_name); -> goto unmap; -> } +> ? ? ret = of_clk_parent_fill(node, parents, ARRAY_SIZE(parents)); +> ????if (ret != ARRAY_SIZE(parents)) { +> ????????pr_err("%s: Could not retrieve the parents\n", clk_name); +> ????????goto unmap; +> ????} > > of_clk_parent_fill returns 3 for de_be/de_fe nodes, and > ARRAY_SIZE(parents) is 4. @@ -56,3 +56,10 @@ Maxime Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: signature.asc +Type: application/pgp-signature +Size: 819 bytes +Desc: not available +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160512/443d58bd/attachment.sig> diff --git a/a/2.bin b/a/2.bin deleted file mode 100644 index 23ad4c2..0000000 --- a/a/2.bin +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQIcBAEBAgAGBQJXNCnfAAoJEBx+YmzsjxAgnjIP/RtQp6ZsO9cOdO0iG6mhAFsg -7ba3kAr6Y93EKyVa3lUGwmvf+z0O+Q6QcZateNCbYCWAl6Z3aHgfF6dMJzB+Y6Wd -9zImOiG8O9deMOFO4I6Si9DCag2e99R3FcGcEcmoeX/ty8J0i8zxNrZaJlW/2LWf -uJcxtuSvGN9mghZFnHQ+DcKiy8murqw3JB0iY5QxFnLY7MUB9GgVpSe7HT1St004 -VsFrsYfmgiIwOWefxLnUgiS4pBiYRjsmxNR0ApBxeqEcjE7tsRZW+nv0U/mlhbq8 -aUCMz7b4qf+jfLFpc6MGP4TgGluNCzXCXMsHZa9eOQXsVjwy1gpxo27bsp0wpWvH -08lTNUOkOGseh4dK53EOT8dKJ3n+GrnpZvag/RXUC/ZrwfnShkVHQEtcsd6dcqBK -tgHSWs/ZviIkRY2xyUXUtceUQC/PDgrUTtQH4ECu651Qv9ufXpLq94AF1WD2eNq9 -KUNliJ67GRhL970s1gAidI1NBDG8ZQe0b/nysZ62yVV+7q8lC6FwvhS2Cdvl0d7u -u9t2+xfWBJ/gdrrvTm1GCL18i44z8iQaerkvTiK+nmiBrGK0R55sMpcvMtxfph4x -lRmbX7Vb9x1+K5qLfOEF50EugozoDa2YDmll2qbEJ+95QVy5lgl4DcRufHidsfjC -OF69rLpAz0u/DPNr01XK -=Zvlj ------END PGP SIGNATURE----- diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index 5e5352c..0000000 --- a/a/2.hdr +++ /dev/null @@ -1 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" diff --git a/a/content_digest b/N1/content_digest index 19963c0..af3be96 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,28 +7,11 @@ "ref\01462907459.9981.0.camel@plaes.org\0" "ref\020160511221541.GG3492@codeaurora.org\0" "ref\01463024360.16747.4.camel@plaes.org\0" - "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" - "Subject\0Re: [linux-sunxi] Re: [PATCH v4 01/11] clk: sunxi: Add display and TCON0 clocks driver\0" + "From\0maxime.ripard@free-electrons.com (Maxime Ripard)\0" + "Subject\0[linux-sunxi] Re: [PATCH v4 01/11] clk: sunxi: Add display and TCON0 clocks driver\0" "Date\0Thu, 12 May 2016 08:59:43 +0200\0" - "To\0Priit Laes <plaes@plaes.org>\0" - "Cc\0Stephen Boyd <sboyd@codeaurora.org>" - Mike Turquette <mturquette@baylibre.com> - David Airlie <airlied@linux.ie> - Chen-Yu Tsai <wens@csie.org> - Rob Herring <robh+dt@kernel.org> - Daniel Vetter <daniel@ffwll.ch> - Hans de Goede <hdegoede@redhat.com> - devicetree@vger.kernel.org - linux-clk@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - linux-sunxi@googlegroups.com - dri-devel@lists.freedesktop.org - Boris Brezillon <boris.brezillon@free-electrons.com> - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - Alexander Kaplan <alex@nextthing.co> - " Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" - "\01:1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "On Thu, May 12, 2016 at 06:39:20AM +0300, Priit Laes wrote:\n" "> On Wed, 2016-05-11 at 15:15 -0700, Stephen Boyd wrote:\n" @@ -56,11 +39,11 @@ "> > > > @@ -107,7 +107,7 @@ static int\n" "> > > > sun4i_a10_display_reset_xlate(struct\n" "> > > > reset_controller_dev *rcdev,\n" - "> > > > \302\240static void __init sun4i_a10_display_init(struct device_node\n" + "> > > > ?static void __init sun4i_a10_display_init(struct device_node\n" "> > > > *node,\n" - "> > > > \302\240\t\t\t\t\t\302\240\302\240const struct\n" + "> > > > ?\t\t\t\t\t??const struct\n" "> > > > sun4i_a10_display_clk_data *data)\n" - "> > > > \302\240{\n" + "> > > > ?{\n" "> > > > -\tconst char *parents[data->parents];\n" "> > > > +\tconst char *parents[4];\n" "> > > This change breaks at least de_[bf]e clocks which have 3 clock\n" @@ -69,13 +52,13 @@ "> > I just used the largest data->parents number, which was 4. How\n" "> > does that break anything?\n" "> \n" - "> If you look at the\302\240sun4i_a10_display_init, it contains this block:\n" + "> If you look at the?sun4i_a10_display_init, it contains this block:\n" "> \n" - "> \302\240 \302\240 ret = of_clk_parent_fill(node, parents, ARRAY_SIZE(parents));\n" - "> \302\240\302\240\302\240\302\240if (ret != ARRAY_SIZE(parents)) {\n" - "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240pr_err(\"%s: Could not retrieve the parents\\n\", clk_name);\n" - "> \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240goto unmap;\n" - "> \302\240\302\240\302\240\302\240}\n" + "> ? ? ret = of_clk_parent_fill(node, parents, ARRAY_SIZE(parents));\n" + "> ????if (ret != ARRAY_SIZE(parents)) {\n" + "> ????????pr_err(\"%s: Could not retrieve the parents\\n\", clk_name);\n" + "> ????????goto unmap;\n" + "> ????}\n" "> \n" "> of_clk_parent_fill returns 3 for de_be/de_fe nodes, and\n" "> ARRAY_SIZE(parents) is 4.\n" @@ -87,26 +70,13 @@ "-- \n" "Maxime Ripard, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - http://free-electrons.com - "\01:2\0" - "fn\0signature.asc\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v1\n" - "\n" - "iQIcBAEBAgAGBQJXNCnfAAoJEBx+YmzsjxAgnjIP/RtQp6ZsO9cOdO0iG6mhAFsg\n" - "7ba3kAr6Y93EKyVa3lUGwmvf+z0O+Q6QcZateNCbYCWAl6Z3aHgfF6dMJzB+Y6Wd\n" - "9zImOiG8O9deMOFO4I6Si9DCag2e99R3FcGcEcmoeX/ty8J0i8zxNrZaJlW/2LWf\n" - "uJcxtuSvGN9mghZFnHQ+DcKiy8murqw3JB0iY5QxFnLY7MUB9GgVpSe7HT1St004\n" - "VsFrsYfmgiIwOWefxLnUgiS4pBiYRjsmxNR0ApBxeqEcjE7tsRZW+nv0U/mlhbq8\n" - "aUCMz7b4qf+jfLFpc6MGP4TgGluNCzXCXMsHZa9eOQXsVjwy1gpxo27bsp0wpWvH\n" - "08lTNUOkOGseh4dK53EOT8dKJ3n+GrnpZvag/RXUC/ZrwfnShkVHQEtcsd6dcqBK\n" - "tgHSWs/ZviIkRY2xyUXUtceUQC/PDgrUTtQH4ECu651Qv9ufXpLq94AF1WD2eNq9\n" - "KUNliJ67GRhL970s1gAidI1NBDG8ZQe0b/nysZ62yVV+7q8lC6FwvhS2Cdvl0d7u\n" - "u9t2+xfWBJ/gdrrvTm1GCL18i44z8iQaerkvTiK+nmiBrGK0R55sMpcvMtxfph4x\n" - "lRmbX7Vb9x1+K5qLfOEF50EugozoDa2YDmll2qbEJ+95QVy5lgl4DcRufHidsfjC\n" - "OF69rLpAz0u/DPNr01XK\n" - "=Zvlj\n" - "-----END PGP SIGNATURE-----\n" + "http://free-electrons.com\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: signature.asc\n" + "Type: application/pgp-signature\n" + "Size: 819 bytes\n" + "Desc: not available\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160512/443d58bd/attachment.sig> -faaee38ff0d3cb0fb3b1742abe7366777851b1c1d16a23464e8c2db6e5b8a7b7 +461ad700edabdf52fc430aee18e424351f7b6e00afd80bc684cd022187371005
diff --git a/a/1.txt b/N2/1.txt index 37cd3fe..2df8ceb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -56,3 +56,8 @@ Maxime Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com + +-- +You received this message because you are subscribed to the Google Groups "linux-sunxi" group. +To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org +For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N2/content_digest index 19963c0..d6dc950 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,27 +7,28 @@ "ref\01462907459.9981.0.camel@plaes.org\0" "ref\020160511221541.GG3492@codeaurora.org\0" "ref\01463024360.16747.4.camel@plaes.org\0" - "From\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" - "Subject\0Re: [linux-sunxi] Re: [PATCH v4 01/11] clk: sunxi: Add display and TCON0 clocks driver\0" + "ref\01463024360.16747.4.camel-q/aMd4JkU83YtjvyW6yDsg@public.gmane.org\0" + "From\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: Re: [PATCH v4 01/11] clk: sunxi: Add display and TCON0 clocks driver\0" "Date\0Thu, 12 May 2016 08:59:43 +0200\0" - "To\0Priit Laes <plaes@plaes.org>\0" - "Cc\0Stephen Boyd <sboyd@codeaurora.org>" - Mike Turquette <mturquette@baylibre.com> - David Airlie <airlied@linux.ie> - Chen-Yu Tsai <wens@csie.org> - Rob Herring <robh+dt@kernel.org> - Daniel Vetter <daniel@ffwll.ch> - Hans de Goede <hdegoede@redhat.com> - devicetree@vger.kernel.org - linux-clk@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - linux-sunxi@googlegroups.com - dri-devel@lists.freedesktop.org - Boris Brezillon <boris.brezillon@free-electrons.com> - Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - Alexander Kaplan <alex@nextthing.co> - " Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "To\0Priit Laes <plaes-q/aMd4JkU83YtjvyW6yDsg@public.gmane.org>\0" + "Cc\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" + Mike Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + David Airlie <airlied-cv59FeDIM0c@public.gmane.org> + Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Daniel Vetter <daniel-/w4YWyX8dFk@public.gmane.org> + Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org + dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org + Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Alexander Kaplan <alex-MflLfwwFzuz+yO7R74ARew@public.gmane.org> + " Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" "\01:1\0" "b\0" "On Thu, May 12, 2016 at 06:39:20AM +0300, Priit Laes wrote:\n" @@ -87,7 +88,12 @@ "-- \n" "Maxime Ripard, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - http://free-electrons.com + "http://free-electrons.com\n" + "\n" + "-- \n" + "You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" + "To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" + For more options, visit https://groups.google.com/d/optout. "\01:2\0" "fn\0signature.asc\0" "b\0" @@ -109,4 +115,4 @@ "=Zvlj\n" "-----END PGP SIGNATURE-----\n" -faaee38ff0d3cb0fb3b1742abe7366777851b1c1d16a23464e8c2db6e5b8a7b7 +c620075738e50a8300d2c2d828d14187d37589175472525d9d5202397dee3a6d
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.