All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Zhu <hongxing.zhu@nxp.com>
To: "ohad@wizery.com" <ohad@wizery.com>,
	"bjorn.andersson@linaro.org" <bjorn.andersson@linaro.org>,
	"linux-remoteproc@vger.kernel.org"
	<linux-remoteproc@vger.kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: [RFC 0/2] rpmsg: imx: add the initial imx rpmsg support
Date: Mon, 1 Jul 2019 08:33:57 +0000	[thread overview]
Message-ID: <1561968784-1124-1-git-send-email-hongxing.zhu@nxp.com> (raw)

 [RFC 1/2] dt-binding: add imx rpmsg compatibility documentation
 [RFC 2/2] rpmsg: imx: add the initial imx rpmsg support

Documentation/devicetree/bindings/soc/fsl/fsl,rpmsg.txt |  75 ++++++++++
drivers/rpmsg/Kconfig                                   |  24 ++++
drivers/rpmsg/Makefile                                  |   2 +
drivers/rpmsg/imx_rpmsg.c                               | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/rpmsg/imx_rpmsg_pingpong.c                      | 100 +++++++++++++
include/linux/imx_rpmsg.h                               |  43 ++++++
6 files changed, 786 insertions(+)

WARNING: multiple messages have this Message-ID (diff)
From: Richard Zhu <hongxing.zhu@nxp.com>
To: "ohad@wizery.com" <ohad@wizery.com>,
	"bjorn.andersson@linaro.org" <bjorn.andersson@linaro.org>,
	"linux-remoteproc@vger.kernel.org"
	<linux-remoteproc@vger.kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: [RFC 0/2] rpmsg: imx: add the initial imx rpmsg support
Date: Mon, 1 Jul 2019 08:33:57 +0000	[thread overview]
Message-ID: <1561968784-1124-1-git-send-email-hongxing.zhu@nxp.com> (raw)

 [RFC 1/2] dt-binding: add imx rpmsg compatibility documentation
 [RFC 2/2] rpmsg: imx: add the initial imx rpmsg support

Documentation/devicetree/bindings/soc/fsl/fsl,rpmsg.txt |  75 ++++++++++
drivers/rpmsg/Kconfig                                   |  24 ++++
drivers/rpmsg/Makefile                                  |   2 +
drivers/rpmsg/imx_rpmsg.c                               | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/rpmsg/imx_rpmsg_pingpong.c                      | 100 +++++++++++++
include/linux/imx_rpmsg.h                               |  43 ++++++
6 files changed, 786 insertions(+)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-07-01  8:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-01  8:33 Richard Zhu [this message]
2019-07-01  8:33 ` [RFC 0/2] rpmsg: imx: add the initial imx rpmsg support Richard Zhu
2019-07-01  8:34 ` [RFC 1/2] dt-binding: add imx rpmsg compatibility documentation Richard Zhu
2019-07-01  8:34   ` Richard Zhu
2019-07-01  8:34 ` [RFC 2/2] rpmsg: imx: add the initial imx rpmsg support Richard Zhu
2019-07-01  8:34   ` Richard Zhu
2019-07-04  9:36   ` Oleksij Rempel
2019-07-04  9:36     ` Oleksij Rempel
2019-07-08 10:17     ` [EXT] " Richard Zhu
2019-07-08 10:17       ` Richard Zhu
2019-07-08 11:02       ` Oleksij Rempel
2019-07-08 11:02         ` Oleksij Rempel
2019-07-08 14:11         ` Arnaud Pouliquen
2019-07-08 14:11           ` Arnaud Pouliquen
2019-07-09  7:32           ` Richard Zhu
2019-07-09  7:32             ` Richard Zhu
2019-07-09  9:56             ` Arnaud Pouliquen
2019-07-09  9:56               ` Arnaud Pouliquen
2019-07-10  8:13               ` Richard Zhu
2019-07-10  8:13                 ` Richard Zhu
2019-07-10 16:03                 ` Arnaud Pouliquen
2019-07-10 16:03                   ` Arnaud Pouliquen
2019-07-09  7:09         ` Richard Zhu
2019-07-09  7:09           ` Richard Zhu

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=1561968784-1124-1-git-send-email-hongxing.zhu@nxp.com \
    --to=hongxing.zhu@nxp.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    /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.