]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: remove round_rate() clk ops
authorBrian Masney <bmasney@redhat.com>
Thu, 11 Dec 2025 23:41:42 +0000 (08:41 +0900)
committerBrian Masney <bmasney@redhat.com>
Sun, 22 Feb 2026 22:38:21 +0000 (17:38 -0500)
commitdc652a33cf08ecd7c9935bf9168a1a27c9a246f0
tree97e6d0e247d1b426aee76e3654fcccc7defa91f8
parent4ce1f19e529b16b0ec871e536e18a871cadb86cf
clk: remove round_rate() clk ops

The round_rate() clk ops is deprecated, and all in tree drivers have
been converted, so let's go ahead and remove any references to the
round_rate() clk ops.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Documentation/driver-api/clk.rst
drivers/clk/clk.c
include/linux/clk-provider.h