[PATCH 0/2] Add support for Marvell MHU on CN9x and CN10x SoC

From: Wojciech Bartczak
Date: Thu Jul 14 2022 - 08:13:16 EST


In order to support ARM SCMI for the Marvell CN9x, CN10x SoC, add a
generic platform MHU driver based loosely on arm_mhu.c and pcc.c.

Wojciech Bartczak (2):
dt-bindings: mailbox : marvell,mbox: Add bindings
mailbox: mvl_mhu: Add support for Marvell Message Handling Unit

.../mailbox/marvell,mbox-mailbox.yaml | 112 +++++
MAINTAINERS | 9 +
drivers/mailbox/Kconfig | 10 +
drivers/mailbox/Makefile | 2 +
drivers/mailbox/mvl_mhu.c | 473 ++++++++++++++++++
5 files changed, 606 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mailbox/marvell,mbox-mailbox.yaml
create mode 100644 drivers/mailbox/mvl_mhu.c

--
2.17.1