]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: sophgo: cv18xx-ip: convert from divider_round_rate() to divider_determine_rate()
authorBrian Masney <bmasney@redhat.com>
Thu, 8 Jan 2026 21:16:19 +0000 (16:16 -0500)
committerBrian Masney <bmasney@redhat.com>
Thu, 22 Jan 2026 15:48:24 +0000 (10:48 -0500)
commita641384bb03bc2c85bd51dc60d40e9f15aeaa446
tree2eb77f35278bc95d0efdecad93b087e6cbbbfe3e
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
clk: sophgo: cv18xx-ip: convert from divider_round_rate() to divider_determine_rate()

The divider_round_rate() function is now deprecated, so let's migrate
to divider_determine_rate() instead so that this deprecated API can be
removed. Also go ahead and convert all of the driver from round rate
type to determine rate that accepts a 'struct clk_rate_request' to
simplify the overall driver code.

Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/sophgo/clk-cv18xx-ip.c