diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-08-30 15:45:15 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-21 09:53:54 +0200 |
commit | 362c79f75c9ff129935d30279812a0d9c63eb76b (patch) | |
tree | 68322eacf493afbfd870a60691ab380eda54e319 /tools/perf/scripts/python | |
parent | df98719f033cf5903febf036ffdeb5b0f77a0fda (diff) |
clk: renesas: rcar-gen3: Switch SD clocks to .determine_rate()
As the .round_rate() callback returns a long clock rate, it cannot
return clock rates that do not fit in signed long, but do fit in
unsigned long. Hence switch the SD clocks on R-Car Gen3 from the old
.round_rate() callback to the newer .determine_rate() callback, which
does not suffer from this limitation.
This includes implementing range checking.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20190830134515.11925-9-geert+renesas@glider.be
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions