From: aisheng.dong@nxp.com (Dong Aisheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/2] mailbox: imx-mailbox: add SCU protocol support
Date: Thu, 12 Jul 2018 00:32:37 +0800 [thread overview]
Message-ID: <1531326759-20556-1-git-send-email-aisheng.dong@nxp.com> (raw)
This is per Sascha's reques to implemented SCU protocol support
based on Oleksij's generic mailbox driver for communicate with M4.
That driver is also still under review.
https://www.spinics.net/lists/arm-kernel/msg659013.html
Due to the protocol is totally different, most of code can
not be reused for SCU. So we implement a separate mbox_chan_ops
for SCU protocol to avoid mixing the difference.
Dong Aisheng (2):
dt-bindings: arm: fsl: add mu binding doc
mailbox: imx-mailbox: add scu protocol support
.../devicetree/bindings/mailbox/fsl,mu.txt | 34 +++
drivers/mailbox/Kconfig | 6 +-
drivers/mailbox/imx-mailbox.c | 252 ++++++++++++++++++---
3 files changed, 257 insertions(+), 35 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mailbox/fsl,mu.txt
--
2.7.4
next reply other threads:[~2018-07-11 16:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-11 16:32 Dong Aisheng [this message]
2018-07-11 16:32 ` [RFC PATCH v6 1/2] dt-bindings: arm: fsl: add mu binding doc Dong Aisheng
2018-07-11 16:32 ` [RFC PATCH v6 2/2] mailbox: imx-mailbox: add scu protocol support Dong Aisheng
2018-07-12 7:01 ` Sascha Hauer
2018-07-12 7:31 ` A.s. Dong
2018-07-23 15:07 ` Jassi Brar
2018-07-23 15:09 ` Jassi Brar
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=1531326759-20556-1-git-send-email-aisheng.dong@nxp.com \
--to=aisheng.dong@nxp.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).