]> Gentwo Git Trees - linux/.git/commit
clk: axs10x: i2s_pll_clock: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:19:08 +0000 (11:19 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:29 +0000 (09:41 -0400)
commitfccbfc5d77983b3449e55942a2248b2718cd4be4
treed91785af80653061b8dc5e60d363d65ce24642ad
parent3b8f82ca44ddfb1d78f212313145797c5f4f3158
clk: axs10x: i2s_pll_clock: 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/axs10x/i2s_pll_clock.c