The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mailbox: Add support for bcm74110
@ 2025-04-04 22:20 justin.chen
  2025-04-04 22:20 ` [PATCH v3 1/2] dt-bindings: " justin.chen
  2025-04-04 22:20 ` [PATCH v3 2/2] " justin.chen
  0 siblings, 2 replies; 8+ messages in thread
From: justin.chen @ 2025-04-04 22:20 UTC (permalink / raw)
  To: devicetree, linux-kernel
  Cc: florian.fainelli, conor+dt, krzk+dt, robh, jassisinghbrar,
	bcm-kernel-feedback-list, Justin Chen

From: Justin Chen <justin.chen@broadcom.com>

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


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

end of thread, other threads:[~2025-04-25  6:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-04 22:20 [PATCH v3 0/2] mailbox: Add support for bcm74110 justin.chen
2025-04-04 22:20 ` [PATCH v3 1/2] dt-bindings: " justin.chen
2025-04-06 12:27   ` Krzysztof Kozlowski
2025-04-07 20:57     ` Justin Chen
2025-04-08  6:05       ` Krzysztof Kozlowski
2025-04-10 18:44         ` Justin Chen
2025-04-25  6:28           ` Krzysztof Kozlowski
2025-04-04 22:20 ` [PATCH v3 2/2] " justin.chen

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