Re: [PATCH v1 05/14] clk: msm: Add support for phase locked loops (PLLs)

2013-07-25 Thread Stephen Boyd
On 07/25, Tomasz Figa wrote: > On Wednesday 24 of July 2013 17:43:33 Stephen Boyd wrote: > > +extern struct clk *pll_clk_register(struct device *dev, struct pll_desc > > *desc, +struct clk_init_data *init); > > +extern struct clk *pll_vote_clk_register(struct device *dev, > > +

Re: [PATCH v1 05/14] clk: msm: Add support for phase locked loops (PLLs)

2013-07-25 Thread Tomasz Figa
Hi Stephen, On Wednesday 24 of July 2013 17:43:33 Stephen Boyd wrote: > Add support for MSM's PLLs (phase locked loops). This is > sufficient enough to be able to determine the rate the PLL is > running at. We can add rate setting support later when it's > needed. > > Cc: devicet...@vger.kernel.o