Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-13 Thread Mikko Perttunen
On 04/13/2015 10:31 PM, Michael Turquette wrote: Quoting Tomeu Vizoso (2015-04-13 05:17:01) On 11 April 2015 at 13:00, Mikko Perttunen wrote: On 04/11/2015 12:08 AM, Michael Turquette wrote: Quoting Mikko Perttunen (2015-03-01 04:44:33) This patch moves the initialization of PLL_X to be

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-13 Thread Michael Turquette
Quoting Tomeu Vizoso (2015-04-13 05:17:01) > On 11 April 2015 at 13:00, Mikko Perttunen wrote: > > On 04/11/2015 12:08 AM, Michael Turquette wrote: > >> > >> Quoting Mikko Perttunen (2015-03-01 04:44:33) > >>> > >>> This patch moves the initialization of PLL_X to be slightly before > >>> that of

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-13 Thread Tomeu Vizoso
On 11 April 2015 at 13:00, Mikko Perttunen wrote: > On 04/11/2015 12:08 AM, Michael Turquette wrote: >> >> Quoting Mikko Perttunen (2015-03-01 04:44:33) >>> >>> This patch moves the initialization of PLL_X to be slightly before >>> that of CCLK_G. This ensures that at boot, CCLK_G will

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-13 Thread Mikko Perttunen
On 04/13/2015 10:31 PM, Michael Turquette wrote: Quoting Tomeu Vizoso (2015-04-13 05:17:01) On 11 April 2015 at 13:00, Mikko Perttunen mikko.perttu...@kapsi.fi wrote: On 04/11/2015 12:08 AM, Michael Turquette wrote: Quoting Mikko Perttunen (2015-03-01 04:44:33) This patch moves the

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-13 Thread Michael Turquette
Quoting Tomeu Vizoso (2015-04-13 05:17:01) On 11 April 2015 at 13:00, Mikko Perttunen mikko.perttu...@kapsi.fi wrote: On 04/11/2015 12:08 AM, Michael Turquette wrote: Quoting Mikko Perttunen (2015-03-01 04:44:33) This patch moves the initialization of PLL_X to be slightly before that

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-13 Thread Tomeu Vizoso
On 11 April 2015 at 13:00, Mikko Perttunen mikko.perttu...@kapsi.fi wrote: On 04/11/2015 12:08 AM, Michael Turquette wrote: Quoting Mikko Perttunen (2015-03-01 04:44:33) This patch moves the initialization of PLL_X to be slightly before that of CCLK_G. This ensures that at boot, CCLK_G will

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-11 Thread Mikko Perttunen
On 04/11/2015 12:08 AM, Michael Turquette wrote: Quoting Mikko Perttunen (2015-03-01 04:44:33) This patch moves the initialization of PLL_X to be slightly before that of CCLK_G. This ensures that at boot, CCLK_G will immediately have a parent and the common clock framework can determine its

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-11 Thread Mikko Perttunen
On 04/11/2015 12:08 AM, Michael Turquette wrote: Quoting Mikko Perttunen (2015-03-01 04:44:33) This patch moves the initialization of PLL_X to be slightly before that of CCLK_G. This ensures that at boot, CCLK_G will immediately have a parent and the common clock framework can determine its

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-10 Thread Michael Turquette
Quoting Mikko Perttunen (2015-03-01 04:44:33) > This patch moves the initialization of PLL_X to be slightly before > that of CCLK_G. This ensures that at boot, CCLK_G will immediately > have a parent and the common clock framework can determine its > clock rate correctly. > > Without this patch,

Re: [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-04-10 Thread Michael Turquette
Quoting Mikko Perttunen (2015-03-01 04:44:33) This patch moves the initialization of PLL_X to be slightly before that of CCLK_G. This ensures that at boot, CCLK_G will immediately have a parent and the common clock framework can determine its clock rate correctly. Without this patch,

[PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-03-01 Thread Mikko Perttunen
This patch moves the initialization of PLL_X to be slightly before that of CCLK_G. This ensures that at boot, CCLK_G will immediately have a parent and the common clock framework can determine its clock rate correctly. Without this patch, calling clk_put on CCLK_G could cause the CCF to set its

[PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

2015-03-01 Thread Mikko Perttunen
This patch moves the initialization of PLL_X to be slightly before that of CCLK_G. This ensures that at boot, CCLK_G will immediately have a parent and the common clock framework can determine its clock rate correctly. Without this patch, calling clk_put on CCLK_G could cause the CCF to set its