1
0

Merge branch 'clk-exynos-cpu-clk' into clk-next

Folded into this merge commit is a build error fix: s/clk/core in
clk_change_rate due to the new struct clk_core
Este cometimento está contido em:
Michael Turquette
2015-06-20 12:18:03 -07:00
ascendente ddfb157444 8eb92ab68f
cometimento 85e88fab13
12 ficheiros modificados com 471 adições e 212 eliminações

Ver ficheiro

@@ -1417,6 +1417,9 @@ static void clk_change_rate(struct clk_core *core)
if (core->notifier_count && old_rate != core->rate)
__clk_notify(core, POST_RATE_CHANGE, old_rate, core->rate);
if (core->flags & CLK_RECALC_NEW_RATES)
(void)clk_calc_new_rates(core, core->new_rate);
/*
* Use safe iteration, as change_rate can actually swap parents
* for certain clock types.