On Fri, Jul 24, 2026 at 11:03:56AM +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/st/clkgen-pll.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Thierry Reding