mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for Marvell MHU on CN9x and CN10x SoC
@ 2022-07-14 12:12 Wojciech Bartczak
  2022-07-14 12:12 ` [PATCH 1/2] dt-bindings: mailbox : marvell,mbox: Add bindings Wojciech Bartczak
  2022-07-14 12:12 ` [PATCH 2/2] mailbox: mvl_mhu: Add support for Marvell Message Handling Unit Wojciech Bartczak
  0 siblings, 2 replies; 8+ messages in thread
From: Wojciech Bartczak @ 2022-07-14 12:12 UTC (permalink / raw)
  To: wbartczak, linux-kernel
  Cc: wbartczak, Jassi Brar, Piyush Malgujar, Sunil Goutham

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-17 15:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 12:12 [PATCH 0/2] Add support for Marvell MHU on CN9x and CN10x SoC Wojciech Bartczak
2022-07-14 12:12 ` [PATCH 1/2] dt-bindings: mailbox : marvell,mbox: Add bindings Wojciech Bartczak
2022-07-14 12:33   ` Krzysztof Kozlowski
2022-07-14 15:58   ` Rob Herring
2022-07-17 14:33   ` Jassi Brar
2022-07-14 12:12 ` [PATCH 2/2] mailbox: mvl_mhu: Add support for Marvell Message Handling Unit Wojciech Bartczak
2022-07-17  6:53   ` kernel test robot
2022-07-17 15:17   ` Jassi Brar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®