diff options
author | 2019-08-30 15:45:13 +0200 | |
---|---|---|
committer | 2019-10-21 09:53:43 +0200 | |
commit | 7aee839ed27d813a3adcf9da3a19b60b6581f867 (patch) | |
tree | 3bbbfc2407e39b947b3caa3e53517310cf0608ea /tools/perf/scripts/python/export-to-postgresql.py | |
parent | clk: renesas: r8a774b1: Add TMU clock (diff) | |
download | linux-rng-7aee839ed27d813a3adcf9da3a19b60b6581f867.tar.xz linux-rng-7aee839ed27d813a3adcf9da3a19b60b6581f867.zip |
clk: renesas: rcar-gen2: Switch Z clock 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 clock on R-Car Gen2 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-7-geert+renesas@glider.be
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions