Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into next
authorTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 18:30:27 +0000 (14:30 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 18:30:27 +0000 (14:30 -0400)
This consists of two slightly related series.  For the first, to quote
the author:
This series implements 2 features in driver/firmware/scmi.

First, a single change adds support for SCMI OP-TEE transport to
use OP-TEE native shared memory. See the 1st patch in this series:
"firmware: scmi: optee: use TEE shared memory for SCMI messages".

Then come changes for supporting multi-channel in the SCMI drivers.
I've split the implementation in 11 several small incremental changes
in the hope it helps the review. Few minor fixup commits are also
inserted in the series.

And the second series implements some smccc improvements.


Trivial merge