]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: mxs: div: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:24 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:27 +0000 (09:41 -0400)
commitda730b17aae9daa221e6de2c48303b3fb684f683
tree5990f9e7dad0685d23cd0672558cc72a09aade5b
parent772e2dc59c9c5ec419b3db8f867c0d65d44a9590
clk: mxs: div: 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.

The change to call div->ops->determine_rate() instead of
div->ops->round_rate() was done by hand.

Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/mxs/clk-div.c