Skip to content
Snippets Groups Projects
Commit 960bc368 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: reinstate clock framework rate rounding.


This was killed off by a simplification patch previously that failed to
take the cpufreq use case in to account, so reinstate the old bounding
logic. The lowest rate bounding on the other hand was broken in that it
never actually got assigned a rate and the best fit rate was instead just
getting lucky based on the ordering of the rate table, fix this up so the
code actually does what it was intended to do originally.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a8dc49b5
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment