]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: actions: owl-composite: convert from owl_divider_helper_round_rate() to divider_...
authorBrian Masney <bmasney@redhat.com>
Thu, 8 Jan 2026 21:16:22 +0000 (16:16 -0500)
committerBrian Masney <bmasney@redhat.com>
Thu, 22 Jan 2026 15:48:25 +0000 (10:48 -0500)
commitd0b7c5bf6c5520c35fecff34da83d390405d3eaf
tree581886cd9e49bb23f8c726c0940861bb91bbf344
parent1c8d7af61b37db526393a46224417f36420e97f8
clk: actions: owl-composite: convert from owl_divider_helper_round_rate() to divider_determine_rate()

owl_divider_helper_round_rate() is just a wrapper for
divider_round_rate(), which is deprecated. Let's migrate to
divider_determine_rate() instead so that this deprecated API can be
removed.

Acked-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/actions/owl-composite.c