Re: [PATCH Resend] clk: imx: add 'is_prepared' clk_ops callback for pllv3 clk

2015-11-24 Thread Shawn Guo
On Wed, Nov 25, 2015 at 12:06:53AM +0800, Bai Ping wrote: > Add 'is_prepared' callback function for pllv3 type clk to make sure when > the system is bootup, the unused clk is in a known state to match the > prepare count info. > > Signed-off-by: Bai Ping > Reviewed-by: Lucas Stach Applied,

[PATCH Resend] clk: imx: add 'is_prepared' clk_ops callback for pllv3 clk

2015-11-24 Thread Bai Ping
Add 'is_prepared' callback function for pllv3 type clk to make sure when the system is bootup, the unused clk is in a known state to match the prepare count info. Signed-off-by: Bai Ping Reviewed-by: Lucas Stach --- -resend, add clk maintainers. drivers/clk/imx/clk-pllv3.c | 14 ++

Re: [PATCH Resend] clk: imx: add 'is_prepared' clk_ops callback for pllv3 clk

2015-11-24 Thread Shawn Guo
On Wed, Nov 25, 2015 at 12:06:53AM +0800, Bai Ping wrote: > Add 'is_prepared' callback function for pllv3 type clk to make sure when > the system is bootup, the unused clk is in a known state to match the > prepare count info. > > Signed-off-by: Bai Ping > Reviewed-by:

[PATCH Resend] clk: imx: add 'is_prepared' clk_ops callback for pllv3 clk

2015-11-24 Thread Bai Ping
Add 'is_prepared' callback function for pllv3 type clk to make sure when the system is bootup, the unused clk is in a known state to match the prepare count info. Signed-off-by: Bai Ping Reviewed-by: Lucas Stach --- -resend, add clk maintainers.