]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: samsung: pll: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:19:31 +0000 (11:19 -0400)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 23 Aug 2025 16:47:05 +0000 (18:47 +0200)
commite278e39b014d789fb670695d422ff33c3ef56040
treed2382fea0fe9afa25b9892539667d41814a17d3c
parent05c58c9415d1369387aedd28518fd0fdaeabd178
clk: samsung: 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.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Link: https://lore.kernel.org/r/20250811-clk-for-stephen-round-rate-v1-99-b3bf97b038dc@redhat.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
drivers/clk/samsung/clk-pll.c