Re: (subset) [PATCH v2 0/7] clk: clean-up simple provider misuse of the consumer API
Bjorn Andersson <[email protected]> Sun, 2 Aug 2026 22:23:59 -0500
| Newsgroups | org.kernel.vger.linux-tegra,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-clk,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap,org.kernel.vger.linux-renesas-soc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>