Re: [PATCH 3/4] clk: add CLK_DEFER_ORPHAN flag to prevent orphans from being used

2015-04-10 Thread Heiko Stübner
Am Freitag, 10. April 2015, 17:52:43 schrieb Stephen Boyd: > On 04/02/15 08:34, Heiko Stuebner wrote: > > The usage of clocks derived from an orphan can produce issues when trying > > to set rates etc. So ideally a clk_get to such a clock should defer till > > the clock hierarchy is complete. > > B

Re: [PATCH 3/4] clk: add CLK_DEFER_ORPHAN flag to prevent orphans from being used

2015-04-10 Thread Stephen Boyd
On 04/02/15 08:34, Heiko Stuebner wrote: > The usage of clocks derived from an orphan can produce issues when trying > to set rates etc. So ideally a clk_get to such a clock should defer till > the clock hierarchy is complete. > But as some arches probably rely on such clocks we can't disable them

[PATCH 3/4] clk: add CLK_DEFER_ORPHAN flag to prevent orphans from being used

2015-04-02 Thread Heiko Stuebner
The usage of clocks derived from an orphan can produce issues when trying to set rates etc. So ideally a clk_get to such a clock should defer till the clock hierarchy is complete. But as some arches probably rely on such clocks we can't disable them all. Therefore add a new clk flag where arches ca