Re: [PATCH v2 09/13] phy: stm32-usbphyc: manage properly the clk identifier with CCF

2025-06-03 Thread Patrice CHOTARD
On 5/27/25 15:27, Patrice Chotard wrote: > From: Patrick Delaunay > > Add private uclass data for "stm32-usbphyc-clk" as it is not done > by the driver model. > > This clk struct is needed by CCF to save the unique id used to identify > each clock. > > Signed-off-by: Patrick Delaunay > Sign

Re: [PATCH v2 09/13] phy: stm32-usbphyc: manage properly the clk identifier with CCF

2025-06-03 Thread Patrick DELAUNAY
Hi, On 5/27/25 15:27, Patrice Chotard wrote: From: Patrick Delaunay Add private uclass data for "stm32-usbphyc-clk" as it is not done by the driver model. This clk struct is needed by CCF to save the unique id used to identify each clock. Signed-off-by: Patrick Delaunay Signed-off-by: Patri

[PATCH v2 09/13] phy: stm32-usbphyc: manage properly the clk identifier with CCF

2025-05-27 Thread Patrice Chotard
From: Patrick Delaunay Add private uclass data for "stm32-usbphyc-clk" as it is not done by the driver model. This clk struct is needed by CCF to save the unique id used to identify each clock. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard Cc: Lukasz Majewski Cc: Sean Anders