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,
Arun Kumar Neelakantam <aneela@codeaurora.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Chris Lew <clew@codeaurora.org>,
Colin Ian King <colin.king@canonical.com>,
Rob Herring <robh@kernel.org>
Subject: [GIT PULL] rpmsg updates for v4.20
Date: Mon, 29 Oct 2018 16:33:30 -0700 [thread overview]
Message-ID: <20181029233330.GW12063@builder> (raw)
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
are available in the Git repository at:
git://github.com/andersson/remoteproc tags/rpmsg-v4.20
for you to fetch changes up to 928002a5e9dab2ddc1a0fe3e00739e89be30dc6b:
rpmsg: glink: smem: Support rx peak for size less than 4 bytes (2018-10-03 17:04:32 -0700)
----------------------------------------------------------------
rpmsg updates for v4.20
This migrates rpmsg_char to use read/write_iter to allow being operated
using aio, removes the message size alignment requirements from glink,
closes a potential memory leak in SMD and switches to %pOFn for printing
device_node names.
----------------------------------------------------------------
Arun Kumar Neelakantam (1):
rpmsg: glink: smem: Support rx peak for size less than 4 bytes
Bjorn Andersson (1):
rpmsg: char: Migrate to iter versions of read and write
Chris Lew (1):
rpmsg: glink: Remove chunk size word align warning
Colin Ian King (1):
rpmsg: smd: fix memory leak on channel create
Rob Herring (1):
rpmsg: Convert to using %pOFn instead of device_node.name
drivers/rpmsg/qcom_glink_native.c | 3 ---
drivers/rpmsg/qcom_glink_smem.c | 14 +++++---------
drivers/rpmsg/qcom_smd.c | 9 ++++++---
drivers/rpmsg/rpmsg_char.c | 27 ++++++++++++++++-----------
4 files changed, 27 insertions(+), 26 deletions(-)
next reply other threads:[~2018-10-29 23:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-29 23:33 Bjorn Andersson [this message]
2018-10-30 0:10 ` [GIT PULL] rpmsg updates for v4.20 Linus Torvalds
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=20181029233330.GW12063@builder \
--to=bjorn.andersson@linaro.org \
--cc=aneela@codeaurora.org \
--cc=clew@codeaurora.org \
--cc=colin.king@canonical.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=robh@kernel.org \
--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 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.