mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for Marvell MHU on CN9x and CN10x SoC
@ 2023-01-03 15:56 Wojciech Zmuda
  2023-01-03 15:56 ` [PATCH v2 1/2] mailbox: mvl-mhu: add OcteonTX2 MHU mailbox driver Wojciech Zmuda
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wojciech Zmuda @ 2023-01-03 15:56 UTC (permalink / raw)
  To: linux-kernel
  Cc: jassisinghbrar, robh+dt, krzysztof.kozlowski, sgoutham,
	devicetree, Wojciech Zmuda

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.

v1->v2:
- Clean up
- Rebase on 6.1
- Remove PCI interrupts

Wojciech Bartczak (1):
  mailbox: mvl-mhu: add OcteonTX2 MHU mailbox driver

Wojciech Zmuda (1):
  Documentation: add Marvell MHU driver bindings

 .../bindings/mailbox/marvell,mvl-mhu.yml      |  65 ++++
 MAINTAINERS                                   |   9 +
 drivers/mailbox/Kconfig                       |  10 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/mvl_mhu.c                     | 292 ++++++++++++++++++
 5 files changed, 378 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/marvell,mvl-mhu.yml
 create mode 100644 drivers/mailbox/mvl_mhu.c

-- 
2.17.1


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

end of thread, other threads:[~2023-01-03 16:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-03 15:56 [PATCH v2 0/2] Add support for Marvell MHU on CN9x and CN10x SoC Wojciech Zmuda
2023-01-03 15:56 ` [PATCH v2 1/2] mailbox: mvl-mhu: add OcteonTX2 MHU mailbox driver Wojciech Zmuda
2023-01-03 15:56 ` [PATCH v2 2/2] Documentation: add Marvell MHU driver bindings Wojciech Zmuda
2023-01-03 16:02   ` Krzysztof Kozlowski
2023-01-03 15:58 ` [PATCH v2 0/2] Add support for Marvell MHU on CN9x and CN10x SoC Krzysztof Kozlowski

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®