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

Wojciech Bartczak posted 2 patches 3 years, 9 months ago
There is a newer version of this series
.../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
[PATCH 0/2] Add support for Marvell MHU on CN9x and CN10x SoC
Posted by Wojciech Bartczak 3 years, 9 months ago
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