commit | f4d8af2e5ae6294d5e2220d3963def6f7ffc0873 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Apr 12 20:50:19 2012 +0800 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Apr 24 16:37:40 2012 -0700 |
tree | 7a7d8a03f1c73d7148167ebd9fc2fceb2f8496cc | |
parent | 1c0035d710dd3bfa86d58f851b8737c7f11a9bbc [diff] |
clk: propagate round_rate for CLK_SET_RATE_PARENT case Need to propagate round_rate call for the clk that has no .round_rate operation but with flag CLK_SET_RATE_PARENT set. For example, clk_mux is a clk with no .round_rate operation. However, it could likely be in a clk_set_rate propagation path, saying it has parent clk who has .round_rate and .set_rate operations. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>