mbox series

[GIT,PULL] rpmsg updates for 5.10

Message ID 20201022165424.23320-1-bjorn.andersson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] rpmsg updates for 5.10 | expand

Pull-request

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

Message

Bjorn Andersson Oct. 22, 2020, 4:54 p.m. UTC
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e3dda0bc603c1ca84680a56bfc49e8fe2519c89:

  rpmsg: glink: Expose rpmsg name attr for glink (2020-09-15 03:51:13 +0000)

----------------------------------------------------------------
rpmsg updates for 5.10

This introduces rpmsg_char support for GLINK and fixes a few issues.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      rpmsg: virtio: fix compilation warning for virtio_rpmsg_channel description

Chris Lew (3):
      rpmsg: glink: Use complete_all for open states
      rpmsg: Guard against null endpoint ops in destroy
      rpmsg: glink: Expose rpmsg name attr for glink

Dan Carpenter (1):
      rpmsg: smd: Fix a kobj leak in in qcom_smd_parse_edge()

Deepak Kumar Singh (1):
      rpmsg: glink: Add support for rpmsg glink chrdev

Nicolas Boichat (1):
      rpmsg: Avoid double-free in mtk_rpmsg_register_device

 drivers/rpmsg/mtk_rpmsg.c         |  9 +----
 drivers/rpmsg/qcom_glink_native.c | 70 +++++++++++++++++++++++++++++++++++++--
 drivers/rpmsg/qcom_smd.c          | 32 ++++++++++++------
 drivers/rpmsg/rpmsg_core.c        |  2 +-
 drivers/rpmsg/virtio_rpmsg_bus.c  |  7 +++-
 5 files changed, 97 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 22, 2020, 8:04 p.m. UTC | #1
The pull request you sent on Thu, 22 Oct 2020 11:54:24 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/60573c2966a1b560fabdffe308d47b6ba5585b15

Thank you!