public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mailbox: Add support for bcm74110
@ 2025-04-15 18:28 justin.chen
  2025-04-15 18:28 ` [PATCH v4 1/2] dt-bindings: " justin.chen
  2025-04-15 18:28 ` [PATCH v4 2/2] " justin.chen
  0 siblings, 2 replies; 5+ messages in thread
From: justin.chen @ 2025-04-15 18:28 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  |  64 ++
 drivers/mailbox/Kconfig                       |  10 +
 drivers/mailbox/Makefile                      |   2 +
 drivers/mailbox/bcm74110-mailbox.c            | 655 ++++++++++++++++++
 4 files changed, 731 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-05-07 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-15 18:28 [PATCH v4 0/2] mailbox: Add support for bcm74110 justin.chen
2025-04-15 18:28 ` [PATCH v4 1/2] dt-bindings: " justin.chen
2025-04-17  6:25   ` Krzysztof Kozlowski
2025-04-15 18:28 ` [PATCH v4 2/2] " justin.chen
2025-05-07 13:34   ` kernel test robot

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