]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: stm32: stm32mp1: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:51 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:28 +0000 (09:41 -0400)
commit81c438b53bfdcf915475c14e9e3ad409c665de06
treec9ef248a85af8c8408306a770ae166ef173b9fcf
parentcd1cb38836c0fc597718f300f7d19fcea1117a3c
clk: stm32: stm32mp1: 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.

Reviewed-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/stm32/clk-stm32mp1.c