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

2020-02-11 Thread Rick Chen
Hi Lukasz > From: Lukasz Majewski [mailto:lu...@denx.de] > Sent: Friday, February 07, 2020 5:22 AM > To: Sean Anderson > Cc: U-Boot Mailing List; Rick Jian-Zhi Chen(陳建志); Lukas Auer > Subject: Re: [PATCH v3 01/12] clk: Always use the supplied struct clk > > Hi Sean, > >

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

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

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

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