]> Gentwo Git Trees - linux/.git/commit
clk: max9485: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:19 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:27 +0000 (09:41 -0400)
commit4f8ccd92870d6be4c11ae4440ee7c3ded4d4bd70
treeed0bf8064ca860be079cea04b2218c6f10c8300a
parentbb40a2ef4fc9d7cef4b03e1b1906b512d9693dd9
clk: max9485: 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.

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