aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMaxime Ripard <[email protected]>2021-09-22 14:54:16 +0200
committerMaxime Ripard <[email protected]>2021-10-25 15:33:39 +0200
commit8ca011ef4af48a7af7b15afd8a4a44039dd04cea (patch)
treee28517bb0da59c4386deb525e3d9e06c2588bbba /tools/perf/scripts/python/bin/stackcollapse-record
parent5517357a4733d7cf7c17fc79d0530cfa47add372 (diff)
clk: bcm-2835: Remove rounding up the dividers
The driver, once it found a divider, tries to round it up by increasing the least significant bit of the fractional part by one when the round_up argument is set and there's a remainder. However, since it increases the divider it will actually reduce the clock rate below what we were asking for, leading to issues with clk_set_min_rate() that will complain that our rounded clock rate is below the minimum of the rate. Since the dividers are fairly precise already, let's remove that part so that we can have clk_set_min_rate() working. This is effectively a revert of 9c95b32ca093 ("clk: bcm2835: add a round up ability to the clock divisor"). Fixes: 9c95b32ca093 ("clk: bcm2835: add a round up ability to the clock divisor") Signed-off-by: Maxime Ripard <[email protected]> Acked-by: Stephen Boyd <[email protected]> Reviewed-by: Nicolas Saenz Julienne <[email protected]> Tested-by: Nicolas Saenz Julienne <[email protected]> # boot and basic functionality Tested-by: Michael Stapelberg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions