linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] mailbox: imx-mailbox: add SCU protocol support
@ 2018-07-11 16:32 Dong Aisheng
  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
  0 siblings, 2 replies; 7+ messages in thread
From: Dong Aisheng @ 2018-07-11 16:32 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2018-07-23 15:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11 16:32 [RFC PATCH 0/2] mailbox: imx-mailbox: add SCU protocol support Dong Aisheng
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

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).