aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorRajkumar Kasirajan <[email protected]>2022-04-06 16:17:01 +0100
committerThierry Reding <[email protected]>2022-05-04 11:30:51 +0200
commit6a7ace2b99706a17b3f38e0114172abaeb00f240 (patch)
tree6e3888ddcd0ca4af69fc5bca8ad12ca367d9ba7c /scripts/gdb/linux/timerlist.py
parent2db12b15c6f3e41ae2f2b3bb15627f28d1eaf715 (diff)
clk: tegra: Replace .round_rate() with .determine_rate()
Replace the .round_rate() callback with .determine_rate() which can consider max_rate imposed by clk_set_max_rate() while rounding the clock rate. Note that if the .determine_rate() callback is defined it will be called instead of the .round_rate() callback when calling clk_round_rate(). By using .determine_rate(), the maximum rate returned when calling clk_round_rate() is now limited by the current max_rate. Signed-off-by: Rajkumar Kasirajan <[email protected]> [[email protected]: checkpatch fixes and commit message update] Signed-off-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions