Re: [PATCH 08/13] clk: declare clk_ops of basic clks in clk-provider.h

2012-04-12 Thread Viresh Kumar
On 4/12/2012 6:32 AM, Mike Turquette wrote: > From: Shawn Guo > > Besides the static initialization, the clk_ops of basic clks could > also be used by particular clk type being subclass of the basic clks. > > For example, clk_busy_divider has the same clk_ops as clk_divider, > except it has to w

[PATCH 08/13] clk: declare clk_ops of basic clks in clk-provider.h

2012-04-11 Thread Mike Turquette
From: Shawn Guo Besides the static initialization, the clk_ops of basic clks could also be used by particular clk type being subclass of the basic clks. For example, clk_busy_divider has the same clk_ops as clk_divider, except it has to wait for a busy bit before return success with .set_rate.