summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRobert P. J. Day2019-05-14 13:02:54 +0200
committerBjorn Andersson2019-05-22 09:09:51 +0200
commit51b073a0a7e6561459da4ac985c85d3f4f08392e (patch)
tree872e8b12404cf0a9083f63302875eb861ce8891e /MAINTAINERS
parentremoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSP (diff)
downloadkernel-qcow2-linux-51b073a0a7e6561459da4ac985c85d3f4f08392e.tar.gz
kernel-qcow2-linux-51b073a0a7e6561459da4ac985c85d3f4f08392e.tar.xz
kernel-qcow2-linux-51b073a0a7e6561459da4ac985c85d3f4f08392e.zip
remoteproc,rpmsg: add missing MAINTAINERS file entries
Add a few missing file and directory entries related to both remoteproc and rpmsg. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5cfbea4ce575..9aa012787ec4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13342,9 +13342,11 @@ L: linux-remoteproc@vger.kernel.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
S: Maintained
F: Documentation/devicetree/bindings/remoteproc/
+F: Documentation/ABI/testing/sysfs-class-remoteproc
F: Documentation/remoteproc.txt
F: drivers/remoteproc/
F: include/linux/remoteproc.h
+F: include/linux/remoteproc/
REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
M: Ohad Ben-Cohen <ohad@wizery.com>
@@ -13354,8 +13356,11 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
S: Maintained
F: drivers/rpmsg/
F: Documentation/rpmsg.txt
+F: Documentation/ABI/testing/sysfs-bus-rpmsg
F: include/linux/rpmsg.h
F: include/linux/rpmsg/
+F: include/uapi/linux/rpmsg.h
+F: samples/rpmsg/
RENESAS CLOCK DRIVERS
M: Geert Uytterhoeven <geert+renesas@glider.be>