Re: [PATCH v2] clk: scmi: fix invalid clock name references

2022-04-26 Thread Etienne Carriere
Dear all, On Tue, 26 Apr 2022 at 09:52, Etienne Carriere wrote: > > Fixes clock name references in scmi_clk driver. SCMI clock names are > retrieved from the SCMI firmware by invoking SCMI commands using the > stack for SCMI response message hence clocks names located in the > stack must be dupli

[PATCH v2] clk: scmi: fix invalid clock name references

2022-04-26 Thread Etienne Carriere
Fixes clock name references in scmi_clk driver. SCMI clock names are retrieved from the SCMI firmware by invoking SCMI commands using the stack for SCMI response message hence clocks names located in the stack must be duplicated before being registered in the clock framework. Fixes: 7c33f78983c3 (