diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-08-30 15:45:14 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-21 09:53:50 +0200 |
commit | df98719f033cf5903febf036ffdeb5b0f77a0fda (patch) | |
tree | f594e7e2e78e20a506d1f291de9eb3736c2862fd /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 7aee839ed27d813a3adcf9da3a19b60b6581f867 (diff) |
clk: renesas: rcar-gen3: Switch Z 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 Z 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-8-geert+renesas@glider.be
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions