diff options
| author | Brian Masney <[email protected]> | 2025-07-10 21:10:45 +0000 |
|---|---|---|
| committer | Stephen Boyd <[email protected]> | 2025-07-24 22:17:58 +0000 |
| commit | ba6651a768a1a1e1b3d75413f11e5354da7554c9 (patch) | |
| tree | 797755f20eb3d79a5b91e2b4c45157fca73a00f2 /tools/perf/scripts/python | |
| parent | clk: imx: pllv4: convert from round_rate() to determine_rate() (diff) | |
| download | kernel-ba6651a768a1a1e1b3d75413f11e5354da7554c9.tar.gz kernel-ba6651a768a1a1e1b3d75413f11e5354da7554c9.zip | |
clk: imx: scu: 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.
This driver also implements both the determine_rate() and round_rate()
clk ops, and the round_rate() clk ops is deprecated. When both are
defined, clk_core_determine_round_nolock() from the clk core will only
use the determine_rate() clk ops, so let's remove the round_rate() clk
ops since it's unused.
Signed-off-by: Brian Masney <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Peng Fan <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
