Re: [PATCH v2 10/13] clk: stm32: fix clock counter

2025-06-03 Thread Patrice CHOTARD
On 5/27/25 15:27, Patrice Chotard wrote: > From: Gabriel Fernandez > > In RCC the ops of the CCF registered CLK device can be called directly, > this patch avoid recursive call of clk_ function done by CCF clock > framework which update the clock information, for example > clk_enable is called

Re: [PATCH v2 10/13] clk: stm32: fix clock counter

2025-06-03 Thread Patrick DELAUNAY
Hi, On 5/27/25 15:27, Patrice Chotard wrote: From: Gabriel Fernandez In RCC the ops of the CCF registered CLK device can be called directly, this patch avoid recursive call of clk_ function done by CCF clock framework which update the clock information, for example clk_enable is called 2 times

[PATCH v2 10/13] clk: stm32: fix clock counter

2025-05-27 Thread Patrice Chotard
From: Gabriel Fernandez In RCC the ops of the CCF registered CLK device can be called directly, this patch avoid recursive call of clk_ function done by CCF clock framework which update the clock information, for example clk_enable is called 2 times, clkp->enable_count is increased 2 times. Sign