On Fri, Jul 24, 2026 at 11:03:55AM +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. > > Reviewed-by: Brian Masney > Signed-off-by: Jerome Brunet > --- > drivers/clk/rockchip/clk-pll.c | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) Reviewed-by: Thierry Reding