diff options
author | Brian Masney <bmasney@redhat.com> | 2025-07-10 17:10:45 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2025-07-24 15:17:58 -0700 |
commit | ba6651a768a1a1e1b3d75413f11e5354da7554c9 (patch) | |
tree | 797755f20eb3d79a5b91e2b4c45157fca73a00f2 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 62021be5fcb1bb85d0b35252c18d701ab16aed36 (diff) |
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 <bmasney@redhat.com>
Link: https://lore.kernel.org/r/20250710-clk-imx-round-rate-v1-13-5726f98e6d8d@redhat.com
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions