firmware: scmi: use multi channel in mailbox, optee and smccc agents
authorEtienne Carriere <etienne.carriere@linaro.org>
Tue, 31 May 2022 16:09:29 +0000 (18:09 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 17:12:56 +0000 (13:12 -0400)
commitc08decd29ec44b38262eaa93e0e66d3965d26232
tree91b3c618b94c55906eea3fc8acbdf34d1dc70a89
parentdb59fef0f84859504cd0b81063d7540517167d7b
firmware: scmi: use multi channel in mailbox, optee and smccc agents

Updates .process_msg operators of the SCMI transport drivers that
supports multi-channel to use it now that drivers do provide
the reference through channel argument. These are the mailbox
agent, the optee agent and the smccc agent.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
drivers/firmware/scmi/mailbox_agent.c
drivers/firmware/scmi/optee_agent.c
drivers/firmware/scmi/smccc_agent.c