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)
commit31016a5a853cb5b8e27e9fdf956d8250ae59eca9
treeb80400cbdcabd651926ee4e4eedc95cdb27b05b2
parent3e00721b3b8fed05a99cfcde5b4fdc210f0b33ab
parent53355bb86c25d9cced1493df9fc95140acece556
Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into next

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.