Re: [PATCH v3 2/2] clk: prevent orphan clocks from being used

2015-04-30 Thread Stephen Boyd
On 04/22, Heiko Stuebner wrote: > Orphan clocks or children of orphan clocks don't have rate information at > all and can produce strange results if they're allowed to be used and the > parent becomes available later on. > > So using the newly introduced orphan status bit defer > __of_clk_get_from

[PATCH v3 2/2] clk: prevent orphan clocks from being used

2015-04-22 Thread Heiko Stuebner
Orphan clocks or children of orphan clocks don't have rate information at all and can produce strange results if they're allowed to be used and the parent becomes available later on. So using the newly introduced orphan status bit defer __of_clk_get_from_provider calls for orphan clocks. Signed-o