(subset) [PATCH v2 0/7] clk: clean-up simple provider misuse of the consumer API
Bjorn Andersson
andersson at kernel.org
Sun Aug 2 20:23:59 PDT 2026
On Fri, 24 Jul 2026 11:03:51 +0200, Jerome Brunet wrote:
> Clock provider should not be using the consumer interface.
> In other words, a provider should not be dealing with struct clk.
>
> This change targets occurrences for which the provider uses the
> consumer interface and corresponding clk_hw interface exist:
> * __clk_get_name() -> clk_hw_get_name()
> * __clk_is_enabled() -> clk_hw_is_enabled()
> * clk_get_rate() -> clk_hw_get_rate()
>
> [...]
Applied, thanks!
[2/7] clk: qcom: clean-up simple provider misuse of the consumer API
commit: 470bd66370ecbf22c2dc27249315b9d39914c479
Best regards,
--
Bjorn Andersson <andersson at kernel.org>
More information about the linux-arm-kernel
mailing list