Re: [PATCH v2 4/8] clk: migrate the count of orphaned clocks at init

2018-03-12 Thread Michael Turquette
Excerpts from Heiko Stübner's message of February 15, 2018 1:01 pm: Am Mittwoch, 14. Februar 2018, 14:43:36 CET schrieb Jerome Brunet: The orphan clocks reparents should migrate any existing count from the orphan clock to its new acestor clocks, otherwise we may have inconsistent counts in the t

Re: [PATCH v2 4/8] clk: migrate the count of orphaned clocks at init

2018-03-05 Thread Marek Szyprowski
Hi All, On 2018-02-15 13:55, Marek Szyprowski wrote: Hi Jerome, On 2018-02-14 14:43, Jerome Brunet wrote: The orphan clocks reparents should migrate any existing count from the orphan clock to its new acestor clocks, otherwise we may have inconsistent counts in the tree and end-up with gated c

Re: [PATCH v2 4/8] clk: migrate the count of orphaned clocks at init

2018-02-15 Thread Heiko Stübner
Am Mittwoch, 14. Februar 2018, 14:43:36 CET schrieb Jerome Brunet: > The orphan clocks reparents should migrate any existing count from the > orphan clock to its new acestor clocks, otherwise we may have > inconsistent counts in the tree and end-up with gated critical clocks > > Assuming we have t

Re: [PATCH v2 4/8] clk: migrate the count of orphaned clocks at init

2018-02-15 Thread Marek Szyprowski
Hi Jerome, On 2018-02-14 14:43, Jerome Brunet wrote: The orphan clocks reparents should migrate any existing count from the orphan clock to its new acestor clocks, otherwise we may have inconsistent counts in the tree and end-up with gated critical clocks Assuming we have two clocks, A and B. *

[PATCH v2 4/8] clk: migrate the count of orphaned clocks at init

2018-02-14 Thread Jerome Brunet
The orphan clocks reparents should migrate any existing count from the orphan clock to its new acestor clocks, otherwise we may have inconsistent counts in the tree and end-up with gated critical clocks Assuming we have two clocks, A and B. * Clock A has CLK_IS_CRITICAL flag set. * Clock B is an a