Re: [PATCH] clk: Unconditionally recursively en-/dis-able clocks

2020-09-09 Thread Sean Anderson
On 6/24/20 6:47 AM, Sean Anderson wrote: > For clocks not in the CCF, their parents will not have UCLASS_CLK, so we > just enable them as normal. The enable count is local to the struct clk, > but this will never result in the actual en-/dis-able op being called > (unless the same struct clk is ena

[PATCH] clk: Unconditionally recursively en-/dis-able clocks

2020-06-24 Thread Sean Anderson
For clocks not in the CCF, their parents will not have UCLASS_CLK, so we just enable them as normal. The enable count is local to the struct clk, but this will never result in the actual en-/dis-able op being called (unless the same struct clk is enabled twice). For clocks in the CCF, we always tr