linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
	linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Henri Roosen <henri.roosen@ginzinger.com>,
	Suman Anna <s-anna@ti.com>
Subject: [GIT PULL] rpmsg updates for v4.13
Date: Wed, 5 Jul 2017 16:43:14 -0700	[thread overview]
Message-ID: <20170705234314.GA20643@builder> (raw)

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://github.com/andersson/remoteproc tags/rpmsg-v4.13

for you to fetch changes up to f4ce85281139214cd50900d0ff38b7d97766318f:

  rpmsg: Make modalias work for DeviceTree based devices (2017-06-28 21:49:24 -0700)

----------------------------------------------------------------
rpmsg updates for v4.13

This introduces the Qualcomm GLINK protocol driver and DeviceTree-based
modalias support, as well as a number of smaller fixes.

----------------------------------------------------------------
Bjorn Andersson (5):
      rpmsg: Release rpmsg devices in backends
      soc: qcom: Add device tree binding for GLINK RPM
      rpmsg: Introduce Qualcomm RPM glink driver
      rpmsg: Don't overwrite release op of rpdev
      rpmsg: Make modalias work for DeviceTree based devices

Henri Roosen (4):
      rpmsg: virtio_rpmsg_bus: fix announce for devices without endpoint
      rpmsg: cleanup incorrect function in dev_err message
      rpmsg: virtio_rpmsg_bus: fix nameservice address
      rpmsg: virtio_rpmsg_bus: cleanup multiple assignment to ops

Suman Anna (1):
      rpmsg: Drop VIRTUALIZATION dependency from RPMSG_VIRTIO

 .../devicetree/bindings/soc/qcom/qcom,glink.txt    |   73 ++
 drivers/rpmsg/Kconfig                              |   11 +-
 drivers/rpmsg/Makefile                             |    1 +
 drivers/rpmsg/qcom_glink_rpm.c                     | 1233 ++++++++++++++++++++
 drivers/rpmsg/qcom_smd.c                           |   11 +
 drivers/rpmsg/rpmsg_char.c                         |    4 +-
 drivers/rpmsg/rpmsg_core.c                         |   18 +-
 drivers/rpmsg/virtio_rpmsg_bus.c                   |   18 +-
 8 files changed, 1352 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt
 create mode 100644 drivers/rpmsg/qcom_glink_rpm.c

                 reply	other threads:[~2017-07-05 23:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170705234314.GA20643@builder \
    --to=bjorn.andersson@linaro.org \
    --cc=henri.roosen@ginzinger.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=s-anna@ti.com \
    --cc=torvalds@linux-foundation.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).