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

From: justin . chen
Date: Fri Apr 04 2025 - 18:21:17 EST


From: Justin Chen <justin.chen@xxxxxxxxxxxx>

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 support for bcm74110
mailbox: Add support for bcm74110

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

--
2.34.1