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

2020-02-06 Thread Lukasz Majewski
Hi Sean, > 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

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

2020-02-02 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