aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2017-01-28 20:22:30 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-01-30 08:35:37 +0100
commited48205fb4054bab68fe47648ba4b7ceb67fcc17 (patch)
treef028fa3eb8d63132a4977ca6dd2e4203447bdbf7 /tools/perf/scripts/python/bin
parentclk: sunxi-ng: a33: Set CLK_SET_RATE_PARENT for the GPU (diff)
downloadlinux-ed48205fb4054bab68fe47648ba4b7ceb67fcc17.tar.gz
linux-ed48205fb4054bab68fe47648ba4b7ceb67fcc17.zip
clk: sunxi-ng: mux: Fix determine_rate for mux clocks with pre-dividers
The determine_rate helper used ccu_mux_helper_adjust_parent_for_prediv() to adjust the parent_rate to account for pre-dividers, but then passed the pristine parent clock rate from clk_hw_get_rate() to the round() callback, thereby ignoring the pre-divider adjustment. In addition, it was saving the adjusted parent rate back into struct clk_rate_request. This patch fixes this by saving the pristine parent clock rate, and adding a copy that is adjusted and passed to the round() callback. The pristine copy, if it is the best solution, would be saved back to struct clk_rate_request. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions