]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: fixed-factor: add clk_hw_register_fixed_factor_index() function
authorThéo Lebrun <theo.lebrun@bootlin.com>
Wed, 6 Nov 2024 16:03:54 +0000 (17:03 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 14 Nov 2024 22:52:26 +0000 (14:52 -0800)
commit4eb5e9c6c4cdfca9fb0577f62580db46f5acd1a5
tree60ab2625d7434aa2c530258593cc1d76cf4699f6
parent6a46b75a91a4347e50b25fb4a150a8f34b026034
clk: fixed-factor: add clk_hw_register_fixed_factor_index() function

Add non-devres version of clk_hw_register_fixed_factor(), with parent
targeted using its index.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Link: https://lore.kernel.org/r/20241106-mbly-clk-v2-3-84cfefb3f485@bootlin.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-fixed-factor.c
include/linux/clk-provider.h