Re: [PATCH] clk: Fix clk_set_parent() regression

2025-04-22 Thread Miquel Raynal
On 19/04/2025 at 09:07:16 GMT, Jonas Karlman wrote: > The commit ac30d90f3367 ("clk: Ensure the parent clocks are enabled > while reparenting") add a call to clk_enable() for the parent clock. > > For clock drivers that do not implement the enable() ops, like most > Rockchip clock drivers, this n

Re: [PATCH] clk: Fix clk_set_parent() regression

2025-04-19 Thread Dang Huynh
Hi Jonas, Tested on PineTab 2 (RK3566) and this got rid of "Cannot enable parent" errors. Tested-by: Dang Huynh On Sat, Apr 19, 2025 at 09:07:16AM +, Jonas Karlman wrote: > The commit ac30d90f3367 ("clk: Ensure the parent clocks are enabled > while reparenting") add a call to clk_enable() f

[PATCH] clk: Fix clk_set_parent() regression

2025-04-19 Thread Jonas Karlman
The commit ac30d90f3367 ("clk: Ensure the parent clocks are enabled while reparenting") add a call to clk_enable() for the parent clock. For clock drivers that do not implement the enable() ops, like most Rockchip clock drivers, this now cause the set_parent() ops to never be called when CLK_CCF=n