diff mbox series

remoteproc,rpmsg: add missing MAINTAINERS file entries

Message ID alpine.LFD.2.21.1905140700500.10964@localhost.localdomain (mailing list archive)
State New, archived
Headers show
Series remoteproc,rpmsg: add missing MAINTAINERS file entries | expand

Commit Message

Robert P. J. Day May 14, 2019, 11:02 a.m. UTC
Add a few missing file and directory entries related to both
remoteproc and rpmsg.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

Comments

Bjorn Andersson May 22, 2019, 7:10 a.m. UTC | #1
On Tue 14 May 04:02 PDT 2019, Robert P. J. Day wrote:

> Add a few missing file and directory entries related to both
> remoteproc and rpmsg.
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

Applied

Thanks,
Bjorn

> 
> ---
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fb9f9d71f7a2..fa0958e23b97 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13294,9 +13294,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>
> @@ -13306,8 +13308,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>
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                          http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index fb9f9d71f7a2..fa0958e23b97 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13294,9 +13294,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>
@@ -13306,8 +13308,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>