diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-22 10:58:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-22 10:58:15 -0700 |
commit | 379bb045171dea3e2ee01b32fe88f2afe1fe2fa8 (patch) | |
tree | 9f885797fc85b03ae6dc366faf78a5f8888af34e /MAINTAINERS | |
parent | 28de978ba346f4d5baee4e59841b473a7ff38f0d (diff) | |
parent | 9fe69a725e238ac279027f0132e50617a63b847d (diff) | |
download | linux-379bb045171dea3e2ee01b32fe88f2afe1fe2fa8.tar.gz linux-379bb045171dea3e2ee01b32fe88f2afe1fe2fa8.tar.bz2 linux-379bb045171dea3e2ee01b32fe88f2afe1fe2fa8.zip |
Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc
Pull rpmsg updates from Bjorn Andersson:
"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"
* tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc:
rpmsg: glink-smem: Name the edge based on parent remoteproc
rpmsg: glink: Use struct_size() helper
rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK"
MAINTAINERS: rpmsg: fix git tree location
rpmsg: core: fix comments
samples/rpmsg: Introduce a module parameter for message count
samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a55cf81153d4..8d37ef157e85 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13761,7 +13761,7 @@ REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM M: Ohad Ben-Cohen <ohad@wizery.com> M: Bjorn Andersson <bjorn.andersson@linaro.org> L: linux-remoteproc@vger.kernel.org -T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git rpmsg-next S: Maintained F: drivers/rpmsg/ F: Documentation/rpmsg.txt |