linux-kernel.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,
	Arnaud Pouliquen <arnaud.pouliquen@st.com>,
	Mathieu Poirier <mathieu.poirier@linaro.org>
Subject: [GIT PULL] rpmsg updates for v5.11
Date: Tue, 15 Dec 2020 12:07:49 -0600	[thread overview]
Message-ID: <20201215180749.1528593-1-bjorn.andersson@linaro.org> (raw)

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rpmsg-v5.11

for you to fetch changes up to 950a7388f02bf775515d13dc508cb9d749bd6d91:

  rpmsg: Turn name service into a stand alone driver (2020-11-24 10:11:59 -0600)

----------------------------------------------------------------
rpmsg updates for v5.11

This extracts the "nameserver" previoiusly used only by the virtio rpmsg
transport to work ontop of any rpmsg implementation and clarifies the
endianness of the data types used in rpmsg.

----------------------------------------------------------------
Arnaud Pouliquen (4):
      rpmsg: virtio: Rename rpmsg_create_channel
      rpmsg: core: Add channel creation internal API
      rpmsg: virtio: Add rpmsg channel device ops
      rpmsg: Turn name service into a stand alone driver

Mathieu Poirier (4):
      rpmsg: Introduce __rpmsg{16|32|64} types
      rpmsg: virtio: Move from virtio to rpmsg byte conversion
      rpmsg: Move structure rpmsg_ns_msg to header file
      rpmsg: Make rpmsg_{register|unregister}_device() public

 drivers/rpmsg/Kconfig            |   9 ++
 drivers/rpmsg/Makefile           |   1 +
 drivers/rpmsg/rpmsg_core.c       |  44 +++++++++
 drivers/rpmsg/rpmsg_internal.h   |  14 ++-
 drivers/rpmsg/rpmsg_ns.c         | 126 ++++++++++++++++++++++++++
 drivers/rpmsg/virtio_rpmsg_bus.c | 186 ++++++++++++++-------------------------
 include/linux/rpmsg.h            |  63 ++++++++++++-
 include/linux/rpmsg/byteorder.h  |  67 ++++++++++++++
 include/linux/rpmsg/ns.h         |  45 ++++++++++
 include/uapi/linux/rpmsg_types.h |  11 +++
 10 files changed, 439 insertions(+), 127 deletions(-)
 create mode 100644 drivers/rpmsg/rpmsg_ns.c
 create mode 100644 include/linux/rpmsg/byteorder.h
 create mode 100644 include/linux/rpmsg/ns.h
 create mode 100644 include/uapi/linux/rpmsg_types.h

             reply	other threads:[~2020-12-15 18:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-15 18:07 Bjorn Andersson [this message]
2020-12-16  2:32 ` [GIT PULL] rpmsg updates for v5.11 pr-tracker-bot

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=20201215180749.1528593-1-bjorn.andersson@linaro.org \
    --to=bjorn.andersson@linaro.org \
    --cc=arnaud.pouliquen@st.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.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;
as well as URLs for NNTP newsgroup(s).