diff options
author | Geert Uytterhoeven | 2019-08-30 15:45:13 +0200 |
---|---|---|
committer | Geert Uytterhoeven | 2019-10-21 09:53:43 +0200 |
commit | 7aee839ed27d813a3adcf9da3a19b60b6581f867 (patch) | |
tree | 3bbbfc2407e39b947b3caa3e53517310cf0608ea /Documentation/RCU | |
parent | 56278c8fcb71874d591907d654272d511ce3597c (diff) |
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 'Documentation/RCU')
0 files changed, 0 insertions, 0 deletions