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

2022-03-03 Thread Tom Rini
On Mon, Feb 21, 2022 at 09:22:40AM +0100, 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

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

2022-02-21 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