lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 13 Jan 2023 04:53:21 -0800
From:   Wojciech Zmuda <wzmuda@...vell.com>
To:     <linux-kernel@...r.kernel.org>
CC:     <jassisinghbrar@...il.com>, <robh+dt@...nel.org>,
        <krzysztof.kozlowski@...aro.org>, <sgoutham@...vell.com>,
        <devicetree@...r.kernel.org>, Wojciech Zmuda <wzmuda@...vell.com>
Subject: [PATCH v3 0/2] Add support for Marvell MHU on OcteonTX and OcteonTX2

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.

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.yml          |  59 ++++
 MAINTAINERS                                   |   9 +
 drivers/mailbox/Kconfig                       |  10 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/marvell_mhu.c                 | 295 ++++++++++++++++++
 5 files changed, 375 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/marvell,mhu.yml
 create mode 100644 drivers/mailbox/marvell_mhu.c

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ