public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] mailbox: Add support for bcm74110
@ 2025-06-02 22:23 Justin Chen
  2025-06-02 22:23 ` [PATCH v5 1/2] dt-bindings: " Justin Chen
  2025-06-02 22:23 ` [PATCH v5 2/2] " Justin Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Justin Chen @ 2025-06-02 22:23 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: florian.fainelli, conor+dt, bcm-kernel-feedback-list, krzk+dt,
	robh, jassisinghbrar, Justin Chen

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  |  64 ++
 drivers/mailbox/Kconfig                       |  10 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/bcm74110-mailbox.c            | 656 ++++++++++++++++++
 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-10 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 22:23 [PATCH v5 0/2] mailbox: Add support for bcm74110 Justin Chen
2025-06-02 22:23 ` [PATCH v5 1/2] dt-bindings: " Justin Chen
2025-06-10 16:47   ` Florian Fainelli
2025-06-02 22:23 ` [PATCH v5 2/2] " Justin Chen
2025-06-10 17:01   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox