Re: [PATCH v2 2/7] clk: qcom: clean-up simple provider misuse of the consumer API
Konrad Dybcio <[email protected]> Fri, 24 Jul 2026 14:22:57 +0200
| Newsgroups | org.kernel.vger.linux-omap,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-renesas-soc,org.kernel.vger.linux-tegra |
|---|---|
| Message-ID | <[email protected]> |
On 7/24/26 11:03 AM, 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. > > Reviewed-by: Brian Masney <[email protected]> > Signed-off-by: Jerome Brunet <[email protected]> > --- Reviewed-by: Konrad Dybcio <[email protected]> Konrad