[PATCH v2 0/2] mailbox: Add support for bcm74110 mailbox

Justin Chen posted 2 patches 19 hours ago
.../bindings/mailbox/brcm,bcm74110-mbox.yaml  |  70 ++
drivers/mailbox/Kconfig                       |  10 +
drivers/mailbox/Makefile                      |   2 +
drivers/mailbox/bcm74110-mailbox.c            | 655 ++++++++++++++++++
4 files changed, 737 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm74110-mbox.yaml
create mode 100644 drivers/mailbox/bcm74110-mailbox.c
[PATCH v2 0/2] mailbox: Add support for bcm74110 mailbox
Posted by Justin Chen 19 hours ago
The bcm74110 mailbox driver is used to communicate with
a co-processor for various power management and firmware
related tasks.

Justin Chen (2):
  dt-bindings: mailbox: Add devicetree binding for bcm74110 mbox
  mailbox: Add support for bcm74110 mailbox

 .../bindings/mailbox/brcm,bcm74110-mbox.yaml  |  70 ++
 drivers/mailbox/Kconfig                       |  10 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/bcm74110-mailbox.c            | 655 ++++++++++++++++++
 4 files changed, 737 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm74110-mbox.yaml
 create mode 100644 drivers/mailbox/bcm74110-mailbox.c

-- 
2.34.1