mbox series

[GIT,PULL] rpmsg updates for v5.4

Message ID 20190921165912.GB6693@tuxbook-pro (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] rpmsg updates for v5.4 | expand

Pull-request

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

Message

Bjorn Andersson Sept. 21, 2019, 4:59 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9fe69a725e238ac279027f0132e50617a63b847d:

  rpmsg: glink-smem: Name the edge based on parent remoteproc (2019-09-17 15:33:31 -0700)

----------------------------------------------------------------
rpmsg updates for v5.4

This contains updates to make the rpmsg sample driver more useful, fixes
the naming of GLINK devices to avoid naming collisions and a few minor
bug fixes.  It also updates MAINTAINERS to reflect the move to
kernel.org.

----------------------------------------------------------------
Bjorn Andersson (1):
      rpmsg: glink-smem: Name the edge based on parent remoteproc

Gustavo A. R. Silva (1):
      rpmsg: glink: Use struct_size() helper

Pierre-Louis Bossart (2):
      rpmsg: core: fix comments
      MAINTAINERS: rpmsg: fix git tree location

Suman Anna (3):
      samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()
      samples/rpmsg: Introduce a module parameter for message count
      rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK"

 MAINTAINERS                         |  2 +-
 drivers/rpmsg/qcom_glink_native.c   |  2 +-
 drivers/rpmsg/qcom_glink_smem.c     |  2 +-
 drivers/rpmsg/rpmsg_core.c          |  8 ++++----
 drivers/rpmsg/rpmsg_internal.h      |  5 +++--
 drivers/rpmsg/virtio_rpmsg_bus.c    |  2 +-
 samples/rpmsg/rpmsg_client_sample.c | 10 ++++++----
 7 files changed, 17 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 22, 2019, 7:05 p.m. UTC | #1
The pull request you sent on Sat, 21 Sep 2019 09:59:12 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/379bb045171dea3e2ee01b32fe88f2afe1fe2fa8

Thank you!