Re: [PATCH 01/11] clk: Always use the supplied struct clk

2020-01-04 Thread Jagan Teki
+ Lukasz On Wed, Jan 1, 2020 at 4:12 AM Sean Anderson wrote: > > CCF clocks should always use the struct clock passed to their methods for > extracting the driver-specific clock information struct. Previously, many > functions would use the clk->dev->priv if the device was bound. This could >

[PATCH 01/11] clk: Always use the supplied struct clk

2019-12-31 Thread Sean Anderson
CCF clocks should always use the struct clock passed to their methods for extracting the driver-specific clock information struct. Previously, many functions would use the clk->dev->priv if the device was bound. This could cause problems with composite clocks. The individual clocks in a composite