Re: [PATCH 3/5] scmi: change parameter dev in devm_scmi_process_msg

2022-02-11 Thread Patrick DELAUNAY
Hi On 2/11/22 13:07, Etienne Carriere wrote: Changes devm_scmi_process_msg() first argument from target parent device to current SCMI device and lookup the SCMI agent device among SCMI device parents for find the SCMI agent operator needed for communication with the firmware. This change is nee

[PATCH 3/5] scmi: change parameter dev in devm_scmi_process_msg

2022-02-11 Thread Etienne Carriere
Changes devm_scmi_process_msg() first argument from target parent device to current SCMI device and lookup the SCMI agent device among SCMI device parents for find the SCMI agent operator needed for communication with the firmware. This change is needed in order to support CCF in clk_scmi driver u