From: justin.chen@broadcom.com
To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: florian.fainelli@broadcom.com, conor+dt@kernel.org,
krzk+dt@kernel.org, robh@kernel.org, jassisinghbrar@gmail.com,
bcm-kernel-feedback-list@broadcom.com,
Justin Chen <justin.chen@broadcom.com>
Subject: [PATCH v4 0/2] mailbox: Add support for bcm74110
Date: Tue, 15 Apr 2025 11:28:24 -0700 [thread overview]
Message-ID: <20250415182826.3905917-1-justin.chen@broadcom.com> (raw)
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
next reply other threads:[~2025-04-15 18:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-15 18:28 justin.chen [this message]
2025-04-15 18:28 ` [PATCH v4 1/2] dt-bindings: mailbox: Add support for bcm74110 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250415182826.3905917-1-justin.chen@broadcom.com \
--to=justin.chen@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=florian.fainelli@broadcom.com \
--cc=jassisinghbrar@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.