[PATCH 02/11] clk: Implement clk_set_rate

Mark Brown broonie at opensource.wolfsonmicro.com
Fri Aug 26 04:55:10 EDT 2011


On Fri, Aug 26, 2011 at 10:53:27AM +0200, Sascha Hauer wrote:
> On Wed, Aug 24, 2011 at 02:15:50PM +0100, Mark Brown wrote:
> > From: Jeremy Kerr <jeremy.kerr at canonical.com>

> > +propagate:
> > +	ret = clk->ops->set_rate(clk->hw, new_rate, &parent_rate);

> You have to check for clk->ops->set_rate != NULL here for the
> propagation case.

Note that I'm just forwarding on Jeremy's patches here, I'm not likely
to be able to spend too much time developing the core.



More information about the linux-arm-kernel mailing list