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

Wojciech Zmuda posted 2 patches 2 years, 8 months ago
.../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
[PATCH v2 0/2] Add support for Marvell MHU on CN9x and CN10x SoC
Posted by Wojciech Zmuda 2 years, 8 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.

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
Re: [PATCH v2 0/2] Add support for Marvell MHU on CN9x and CN10x SoC
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 03/01/2023 16:56, Wojciech Zmuda wrote:
> 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

Where is the v1?

https://lore.kernel.org/all/?q=%22mailbox%3A+mvl-mhu%3A+add+OcteonTX2+MHU+mailbox+driver%22

Best regards,
Krzysztof