commit | b1f6cfe48c3cb1dfa77db3d2f42f765febaef9bc | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue May 12 04:27:43 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue May 12 04:27:43 2009 +0900 |
tree | e5f2722c8ebd6dd64809a283133f60cbc50794df | |
parent | a02cb230bb4fca04f091746c593de720a0e3a94a [diff] |
sh: clkfwk: refactor rate propagation. This resyncs the rate propagation strategy with the scheme used by the OMAP clock framework. Child clocks are tracked on a list under each parent and propagation happens there specifically rather than constantly iterating over the global clock list. Signed-off-by: Paul Mundt <lethal@linux-sh.org>