On Sun, Oct 23, 2011 at 7:24 AM, Shawn Guo shawn.guo@freescale.com wrote:
On Thu, Sep 22, 2011 at 03:26:57PM -0700, Mike Turquette wrote:
From: Jeremy Kerr jeremy.kerr@canonical.com
[...]
- @set_rate Change the rate of this clock. If this callback returns
- CLK_SET_RATE_PROPAGATE, the rate change will be propagated to
s/CLK_SET_RATE_PROPAGATE/CLK_PARENT_RATE_CHANGE, as suggested by your change log above?
Thanks for reviewing. Will roll into V3 patchset.
Regards, Mike
- the parent clock (which may propagate again). The requested
- rate of the parent is passed back from the callback in the
- second 'unsigned long *' argument.
-- Regards, Shawn