devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add support for Marvell MHU on OcteonTX and OcteonTX2
@ 2023-01-17 17:16 Wojciech Zmuda
  2023-01-17 17:16 ` [PATCH v4 1/2] mailbox: marvell-mhu: add Marvell MHU Wojciech Zmuda
  2023-01-17 17:16 ` [PATCH v4 2/2] dt-bindings: mailbox: " Wojciech Zmuda
  0 siblings, 2 replies; 5+ messages in thread
From: Wojciech Zmuda @ 2023-01-17 17:16 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 OcteonTX and OcteonTX2 SoC,
add a generic platform MHU driver based loosely on arm_mhu.c and pcc.c.

There is deliberately no interrupt in DT because interrupts are not
configurable on the device level. This is the responsibility of the
PCIe ECAM, since the MHU is a PCIe device.

v3->v4:
- Fix DT bindings to make dt_binding_check happy
- Shorten driver's commit message 

v2->v3:
- Unify SoC naming used throughout the patch set
- Drop 'driver' from patches titles and use correct prefix for bindings
- Add detailed and extensible compatible matching (with SoC models)
- Rename driver from mvl-mhu to marvell-mhu
- DT bindings:
  - Fix typos, indentation, reorder properties, use lowercase hex
  - Drop usage example in the firmware/scmi node

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

Wojciech Bartczak (1):
  mailbox: marvell-mhu: add Marvell MHU

Wojciech Zmuda (1):
  dt-bindings: mailbox: add Marvell MHU

 .../bindings/mailbox/marvell,mhu.yaml         |  62 ++++
 MAINTAINERS                                   |   9 +
 drivers/mailbox/Kconfig                       |  10 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/marvell_mhu.c                 | 295 ++++++++++++++++++
 5 files changed, 378 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/marvell,mhu.yaml
 create mode 100644 drivers/mailbox/marvell_mhu.c

-- 
2.17.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17 17:16 [PATCH v4 0/2] Add support for Marvell MHU on OcteonTX and OcteonTX2 Wojciech Zmuda
2023-01-17 17:16 ` [PATCH v4 1/2] mailbox: marvell-mhu: add Marvell MHU Wojciech Zmuda
2023-01-17 17:30   ` Krzysztof Kozlowski
2023-01-17 17:16 ` [PATCH v4 2/2] dt-bindings: mailbox: " Wojciech Zmuda
2023-01-17 17:27   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).