]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7b2c8629c03b92cdf8eba19d5fbf376129e59519
tree91b3c618b94c55906eea3fc8acbdf34d1dc70a89
parent57e65904116124a18f3c83e17a522549f0dda4f2
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