linux/drivers/clk
Viresh Kumar 1b2f99037a clk: Don't set clk->new_rate twice
if (!clk->ops->round_rate && (clk->flags & CLK_SET_RATE_PARENT)) is true, then
we don't need to set clk->new_rate here, as we will call clk_calc_subtree()
afterwards and it also sets clk->new_rate.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2012-04-24 16:37:41 -07:00
..
Kconfig clk: make CONFIG_COMMON_CLK invisible 2012-03-19 09:37:11 +00:00
Makefile clk: basic clock hardware types 2012-03-16 20:35:02 +00:00
clk-divider.c clk: pass parent_rate into .set_rate 2012-04-24 16:37:40 -07:00
clk-fixed-rate.c clk: basic: improve parent_names & return errors 2012-04-24 16:37:39 -07:00
clk-gate.c clk: clk-gate: Create clk_gate_endisable() 2012-04-24 16:37:40 -07:00
clk-mux.c clk: basic: improve parent_names & return errors 2012-04-24 16:37:39 -07:00
clk.c clk: Don't set clk->new_rate twice 2012-04-24 16:37:41 -07:00
clkdev.c