]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: st: clkgen-pll: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:48 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:28 +0000 (09:41 -0400)
commit639baa3ce27f43224a9e7904d85395935dd4b04f
tree5c17aead49e7b4fe164f7d9fd36603ac5c758c19
parent78d4c18e636833cfd3670ddd96d42d0d21318769
clk: st: clkgen-pll: 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.

Note that prior to running the Coccinelle:

- round_rate_stm_pll4600c28() was renamed to stm_pll4600c28_round_rate()
- round_rate_stm_pll3200c32() was renamed to stm_pll3200c32_round_rate()

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