diff for duplicates of <20150501111406.0aa23c7b@armhf> diff --git a/a/1.txt b/N1/1.txt index 1f21451..6da0927 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,29 +4,27 @@ Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> wrote: > For Si5351 clock driver, Michael Welling and Jean-Francois Moine reported > issues with recent v4.x kernels due to broken/missing/wrong parent clock > claming. This patch set now deals with the issues reported. ->=20 +> > Patch 1 amends the binding documentation mention clock-names property > for the "xtal" and "clkin" parent clock inputs of Si5351 variants. ->=20 +> > Patch 2 adds the clock-names property for the SolidRun CuBox using Si5351 > with a fixed oscillator connected to "xtal" input. ->=20 +> > Patch 3 reworks the way we claim parent clocks by using devm_clk_get() > for both DT and platform_data based registration. Also, properly check -> for errors returned by devm_clk_get() and prepare/enable the parent clock= -s. ->=20 +> for errors returned by devm_clk_get() and prepare/enable the parent clocks. +> > Patch 4 introduces a function to reset PLLs on rate change. This should -> improve generated clock output stability. I currently have no scope at ha= -nd +> improve generated clock output stability. I currently have no scope at hand > to actually test that properly, so there may be more issues remaining. ->=20 +> > @Michael, Jean-Francois: Please test and report if there are still > issues remaining. I applied the patches 2 and 3, and the audio and video in the Cubox work fine again. Thanks. ---=20 -Ken ar c'henta=C3=B1 | ** Breizh ha Linux atav! ** +-- +Ken ar c'henta? | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ diff --git a/a/content_digest b/N1/content_digest index 708b63e..67a0ef1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,8 @@ "ref\01430415954-29517-1-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0Jean-Francois Moine <moinejf@free.fr>\0" - "Subject\0Re: [PATCH 0/4] clk: si5351: Some fixes\0" + "From\0moinejf@free.fr (Jean-Francois Moine)\0" + "Subject\0[PATCH 0/4] clk: si5351: Some fixes\0" "Date\0Fri, 1 May 2015 11:14:06 +0200\0" - "To\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" - "Cc\0Mike Turquette <mturquette@linaro.org>" - Stephen Boyd <sboyd@codeaurora.org> - Michael Welling <mwelling@ieee.org> - Russell King <rmk+linux@arm.linux.org.uk> - Jason Cooper <jason@lakedaemon.net> - Andrew Lunn <andrew@lunn.ch> - Gregory Clement <gregory.clement@free-electrons.com> - devicetree@vger.kernel.org - linux-clk@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-kernel@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, 30 Apr 2015 19:45:50 +0200\n" @@ -22,31 +11,29 @@ "> For Si5351 clock driver, Michael Welling and Jean-Francois Moine reported\n" "> issues with recent v4.x kernels due to broken/missing/wrong parent clock\n" "> claming. This patch set now deals with the issues reported.\n" - ">=20\n" + "> \n" "> Patch 1 amends the binding documentation mention clock-names property\n" "> for the \"xtal\" and \"clkin\" parent clock inputs of Si5351 variants.\n" - ">=20\n" + "> \n" "> Patch 2 adds the clock-names property for the SolidRun CuBox using Si5351\n" "> with a fixed oscillator connected to \"xtal\" input.\n" - ">=20\n" + "> \n" "> Patch 3 reworks the way we claim parent clocks by using devm_clk_get()\n" "> for both DT and platform_data based registration. Also, properly check\n" - "> for errors returned by devm_clk_get() and prepare/enable the parent clock=\n" - "s.\n" - ">=20\n" + "> for errors returned by devm_clk_get() and prepare/enable the parent clocks.\n" + "> \n" "> Patch 4 introduces a function to reset PLLs on rate change. This should\n" - "> improve generated clock output stability. I currently have no scope at ha=\n" - "nd\n" + "> improve generated clock output stability. I currently have no scope at hand\n" "> to actually test that properly, so there may be more issues remaining.\n" - ">=20\n" + "> \n" "> @Michael, Jean-Francois: Please test and report if there are still\n" "> issues remaining.\n" "\n" "I applied the patches 2 and 3, and the audio and video in the Cubox\n" "work fine again. Thanks.\n" "\n" - "--=20\n" - "Ken ar c'henta=C3=B1\t|\t ** Breizh ha Linux atav! **\n" + "-- \n" + "Ken ar c'henta?\t|\t ** Breizh ha Linux atav! **\n" "Jef\t\t|\t\thttp://moinejf.free.fr/" -f7b718e974f1af8413149846a1ccaba49e4c336c7ae00e1eeded0a6399b4819f +040cf60075b66b11ec50786f3c7af84848a8f2bf904574c0b166115827011332
diff --git a/a/1.txt b/N2/1.txt index 1f21451..6d0c6e7 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,32 +1,34 @@ On Thu, 30 Apr 2015 19:45:50 +0200 -Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> wrote: +Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > For Si5351 clock driver, Michael Welling and Jean-Francois Moine reported > issues with recent v4.x kernels due to broken/missing/wrong parent clock > claming. This patch set now deals with the issues reported. ->=20 +> > Patch 1 amends the binding documentation mention clock-names property > for the "xtal" and "clkin" parent clock inputs of Si5351 variants. ->=20 +> > Patch 2 adds the clock-names property for the SolidRun CuBox using Si5351 > with a fixed oscillator connected to "xtal" input. ->=20 +> > Patch 3 reworks the way we claim parent clocks by using devm_clk_get() > for both DT and platform_data based registration. Also, properly check -> for errors returned by devm_clk_get() and prepare/enable the parent clock= -s. ->=20 +> for errors returned by devm_clk_get() and prepare/enable the parent clocks. +> > Patch 4 introduces a function to reset PLLs on rate change. This should -> improve generated clock output stability. I currently have no scope at ha= -nd +> improve generated clock output stability. I currently have no scope at hand > to actually test that properly, so there may be more issues remaining. ->=20 +> > @Michael, Jean-Francois: Please test and report if there are still > issues remaining. I applied the patches 2 and 3, and the audio and video in the Cubox work fine again. Thanks. ---=20 -Ken ar c'henta=C3=B1 | ** Breizh ha Linux atav! ** +-- +Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ +-- +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 708b63e..cdcbd1d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,52 +1,55 @@ "ref\01430415954-29517-1-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0Jean-Francois Moine <moinejf@free.fr>\0" + "ref\01430415954-29517-1-git-send-email-sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Jean-Francois Moine <moinejf-GANU6spQydw@public.gmane.org>\0" "Subject\0Re: [PATCH 0/4] clk: si5351: Some fixes\0" "Date\0Fri, 1 May 2015 11:14:06 +0200\0" - "To\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" - "Cc\0Mike Turquette <mturquette@linaro.org>" - Stephen Boyd <sboyd@codeaurora.org> - Michael Welling <mwelling@ieee.org> - Russell King <rmk+linux@arm.linux.org.uk> - Jason Cooper <jason@lakedaemon.net> - Andrew Lunn <andrew@lunn.ch> - Gregory Clement <gregory.clement@free-electrons.com> - devicetree@vger.kernel.org - linux-clk@vger.kernel.org - linux-arm-kernel@lists.infradead.org - " linux-kernel@vger.kernel.org\0" + "To\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>" + Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + Michael Welling <mwelling-EkmVulN54Sk@public.gmane.org> + Russell King <rmk+linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@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\0" "\00:1\0" "b\0" "On Thu, 30 Apr 2015 19:45:50 +0200\n" - "Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> wrote:\n" + "Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n" "\n" "> For Si5351 clock driver, Michael Welling and Jean-Francois Moine reported\n" "> issues with recent v4.x kernels due to broken/missing/wrong parent clock\n" "> claming. This patch set now deals with the issues reported.\n" - ">=20\n" + "> \n" "> Patch 1 amends the binding documentation mention clock-names property\n" "> for the \"xtal\" and \"clkin\" parent clock inputs of Si5351 variants.\n" - ">=20\n" + "> \n" "> Patch 2 adds the clock-names property for the SolidRun CuBox using Si5351\n" "> with a fixed oscillator connected to \"xtal\" input.\n" - ">=20\n" + "> \n" "> Patch 3 reworks the way we claim parent clocks by using devm_clk_get()\n" "> for both DT and platform_data based registration. Also, properly check\n" - "> for errors returned by devm_clk_get() and prepare/enable the parent clock=\n" - "s.\n" - ">=20\n" + "> for errors returned by devm_clk_get() and prepare/enable the parent clocks.\n" + "> \n" "> Patch 4 introduces a function to reset PLLs on rate change. This should\n" - "> improve generated clock output stability. I currently have no scope at ha=\n" - "nd\n" + "> improve generated clock output stability. I currently have no scope at hand\n" "> to actually test that properly, so there may be more issues remaining.\n" - ">=20\n" + "> \n" "> @Michael, Jean-Francois: Please test and report if there are still\n" "> issues remaining.\n" "\n" "I applied the patches 2 and 3, and the audio and video in the Cubox\n" "work fine again. Thanks.\n" "\n" - "--=20\n" - "Ken ar c'henta=C3=B1\t|\t ** Breizh ha Linux atav! **\n" - "Jef\t\t|\t\thttp://moinejf.free.fr/" + "-- \n" + "Ken ar c'henta\303\261\t|\t ** Breizh ha Linux atav! **\n" + "Jef\t\t|\t\thttp://moinejf.free.fr/\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 -f7b718e974f1af8413149846a1ccaba49e4c336c7ae00e1eeded0a6399b4819f +0859d4b54a78c6a08786be4de195eda6c25c8ed3b28437508686150e2271d73a
diff --git a/a/1.txt b/N3/1.txt index 1f21451..e81a788 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -4,29 +4,27 @@ Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> wrote: > For Si5351 clock driver, Michael Welling and Jean-Francois Moine reported > issues with recent v4.x kernels due to broken/missing/wrong parent clock > claming. This patch set now deals with the issues reported. ->=20 +> > Patch 1 amends the binding documentation mention clock-names property > for the "xtal" and "clkin" parent clock inputs of Si5351 variants. ->=20 +> > Patch 2 adds the clock-names property for the SolidRun CuBox using Si5351 > with a fixed oscillator connected to "xtal" input. ->=20 +> > Patch 3 reworks the way we claim parent clocks by using devm_clk_get() > for both DT and platform_data based registration. Also, properly check -> for errors returned by devm_clk_get() and prepare/enable the parent clock= -s. ->=20 +> for errors returned by devm_clk_get() and prepare/enable the parent clocks. +> > Patch 4 introduces a function to reset PLLs on rate change. This should -> improve generated clock output stability. I currently have no scope at ha= -nd +> improve generated clock output stability. I currently have no scope at hand > to actually test that properly, so there may be more issues remaining. ->=20 +> > @Michael, Jean-Francois: Please test and report if there are still > issues remaining. I applied the patches 2 and 3, and the audio and video in the Cubox work fine again. Thanks. ---=20 -Ken ar c'henta=C3=B1 | ** Breizh ha Linux atav! ** +-- +Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ diff --git a/a/content_digest b/N3/content_digest index 708b63e..3002fa6 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -22,31 +22,29 @@ "> For Si5351 clock driver, Michael Welling and Jean-Francois Moine reported\n" "> issues with recent v4.x kernels due to broken/missing/wrong parent clock\n" "> claming. This patch set now deals with the issues reported.\n" - ">=20\n" + "> \n" "> Patch 1 amends the binding documentation mention clock-names property\n" "> for the \"xtal\" and \"clkin\" parent clock inputs of Si5351 variants.\n" - ">=20\n" + "> \n" "> Patch 2 adds the clock-names property for the SolidRun CuBox using Si5351\n" "> with a fixed oscillator connected to \"xtal\" input.\n" - ">=20\n" + "> \n" "> Patch 3 reworks the way we claim parent clocks by using devm_clk_get()\n" "> for both DT and platform_data based registration. Also, properly check\n" - "> for errors returned by devm_clk_get() and prepare/enable the parent clock=\n" - "s.\n" - ">=20\n" + "> for errors returned by devm_clk_get() and prepare/enable the parent clocks.\n" + "> \n" "> Patch 4 introduces a function to reset PLLs on rate change. This should\n" - "> improve generated clock output stability. I currently have no scope at ha=\n" - "nd\n" + "> improve generated clock output stability. I currently have no scope at hand\n" "> to actually test that properly, so there may be more issues remaining.\n" - ">=20\n" + "> \n" "> @Michael, Jean-Francois: Please test and report if there are still\n" "> issues remaining.\n" "\n" "I applied the patches 2 and 3, and the audio and video in the Cubox\n" "work fine again. Thanks.\n" "\n" - "--=20\n" - "Ken ar c'henta=C3=B1\t|\t ** Breizh ha Linux atav! **\n" + "-- \n" + "Ken ar c'henta\303\261\t|\t ** Breizh ha Linux atav! **\n" "Jef\t\t|\t\thttp://moinejf.free.fr/" -f7b718e974f1af8413149846a1ccaba49e4c336c7ae00e1eeded0a6399b4819f +fe212998afb177f88692e0583889f953d73d5f3a1f2d331affd6fd37f6831913
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.