]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: nxp: lpc32xx: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Fri, 29 Aug 2025 00:38:20 +0000 (20:38 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:25 +0000 (09:41 -0400)
commit0879768df24027dad5810cb81a4c73d8ed070a25
tree1c6610c4c8af7740492cd859cb92589d3799ea6b
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
clk: nxp: lpc32xx: 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 the changes involving LPC32XX_DEFINE_PLL_OPS were done
by hand.

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