public inbox for linux-kernel@vger.kernel.org
 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
Subject: [GIT PULL] rpmsg updates for v4.11
Date: Wed, 22 Feb 2017 04:10:18 -0800	[thread overview]
Message-ID: <20170222121018.GA22990@builder> (raw)

The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5:

  Linux 4.10-rc4 (2017-01-15 16:21:59 -0800)

are available in the git repository at:

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

for you to fetch changes up to fa04b769f2832bf1aeb2e04b8865f6b688a752fd:

  rpmsg: rpmsg_create_ept() returns NULL on error (2017-02-13 00:52:54 -0800)

----------------------------------------------------------------
rpmsg updates for v4.11

This introduces an interface for user space to directly communicate on
rpmsg endpoints without the implementation of specific kernel drivers,
which is useful for e.g. debug channels.

----------------------------------------------------------------
Arnd Bergmann (1):
      rpmsg: char: add CONFIG_NET dependency

Bjorn Andersson (7):
      rpmsg: qcom_smd: Add support for "label" property
      rpmsg: Introduce "poll" to endpoint ops
      rpmsg: qcom_smd: Implement endpoint "poll"
      rpmsg: Driver for user space endpoint interface
      rpmsg: smd: Register rpmsg user space interface for edges
      rpmsg: qcom: smd: Return positively when not enabled
      rpmsg: rpmsg_create_ept() returns NULL on error

Dan Carpenter (1):
      rpmsg: unlock on error in rpmsg_eptdev_read()

 Documentation/ioctl/ioctl-number.txt |   1 +
 drivers/rpmsg/Kconfig                |   9 +
 drivers/rpmsg/Makefile               |   1 +
 drivers/rpmsg/qcom_smd.c             |  58 ++++
 drivers/rpmsg/rpmsg_char.c           | 584 +++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_core.c           |  22 +-
 drivers/rpmsg/rpmsg_internal.h       |  18 ++
 include/linux/rpmsg.h                |  13 +
 include/linux/rpmsg/qcom_smd.h       |   6 +-
 include/uapi/linux/rpmsg.h           |  35 +++
 10 files changed, 742 insertions(+), 5 deletions(-)
 create mode 100644 drivers/rpmsg/rpmsg_char.c
 create mode 100644 include/uapi/linux/rpmsg.h

                 reply	other threads:[~2017-02-22 20:08 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=20170222121018.GA22990@builder \
    --to=bjorn.andersson@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.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