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:   Thu, 14 Jul 2022 05:12:11 -0700
From:   Wojciech Bartczak <wbartczak@...vell.com>
To:     <wbartczak@...vell.com>, <linux-kernel@...r.kernel.org>
CC:     <wbartczak@...il.com>, Jassi Brar <jassisinghbrar@...il.com>,
        "Piyush Malgujar" <pmalgujar@...vell.com>,
        Sunil Goutham <sgoutham@...vell.com>
Subject: [PATCH 0/2] Add support for Marvell MHU on CN9x and CN10x SoC

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ