aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorBrian Masney <[email protected]>2025-07-03 23:22:34 +0000
committerChen-Yu Tsai <[email protected]>2025-07-14 03:56:18 +0000
commit80395c3b47577c12121d4e408e7b9478f7f88d02 (patch)
tree16bb52dcb1f2d5c53125e18d1955185f28ee53fe /tools/perf/scripts/python/event_analyzing_sample.py
parentclk: sunxi-ng: ccu_nkmp: convert from round_rate() to determine_rate() (diff)
downloadkernel-80395c3b47577c12121d4e408e7b9478f7f88d02.tar.gz
kernel-80395c3b47577c12121d4e408e7b9478f7f88d02.zip
clk: sunxi-ng: ccu_nm: convert from round_rate() to determine_rate()
The round_rate() clk ops is deprecated, so migrate this driver from round_rate() to determine_rate() using the Coccinelle semantic patch on the cover letter of this series. I manually fixed up one minor formatting issue that occurred after applying the semantic patch: req->rate = ccu_nm_find_best(&nm->common, req->best_parent_rate, req->rate, &_nm); I manually changed it to: req->rate = ccu_nm_find_best(&nm->common, req->best_parent_rate, req->rate, &_nm); Signed-off-by: Brian Masney <[email protected]> Reviewed-by: Maxime Ripard <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions