]> www.infradead.org Git - users/hch/block.git/commit
clk: scmi: Add support for rate change restricted clocks
authorCristian Marussi <cristian.marussi@arm.com>
Mon, 15 Apr 2024 16:36:47 +0000 (17:36 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 23 Apr 2024 00:17:08 +0000 (17:17 -0700)
commitc3ad1d0a7ef28bc503caf3d5242f2dda55df5d3f
tree4ca784283c51b3076bf5a52f037e333e41d9302f
parenta1b8faf8784c434444432008b57274c8935cca5c
clk: scmi: Add support for rate change restricted clocks

Some exposed SCMI Clocks could be marked as non-supporting rate changes.
Configure a clk_ops descriptors which does not provide the rate change
callbacks for such clocks when registering with CLK framework.

CC: Michael Turquette <mturquette@baylibre.com>
CC: Stephen Boyd <sboyd@kernel.org>
CC: linux-clk@vger.kernel.org
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Link: https://lore.kernel.org/r/20240415163649.895268-4-cristian.marussi@arm.com
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-scmi.c