diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-17 12:24:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-17 12:24:55 -0700 |
commit | c7eec380e85a427983782df744f0fb745d867170 (patch) | |
tree | f6e29dd044bdee983fde8db8d7a2eed791673d98 /MAINTAINERS | |
parent | 37aa7319cd81a0eb587e552b0ec7e88c03853bf7 (diff) | |
parent | 69ae9895d3fed49ee830c491b3d51c72966a8a4c (diff) | |
download | linux-c7eec380e85a427983782df744f0fb745d867170.tar.bz2 |
Merge tag 'rproc-v4.6' of git://github.com/andersson/remoteproc
Pull remoteproc updates from Bjorn Andersson:
"New driver for controlling ST's remote processors and a couple of
minor fixes. Also includes the addition of myself as co-maintainer"
Acked-by: Ohad Ben-Cohen <ohad@wizery.com>
* tag 'rproc-v4.6' of git://github.com/andersson/remoteproc:
MAINTAINERS: Add co-maintainer for remoteproc subsystems
remoteproc: Supply controller driver for ST's Remote Processors
remoteproc: debugfs: Add ability to boot remote processor using debugfs
remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver
remoteproc: debugfs: Return error on invalid 'count' value
remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export alias
remoteproc: report error if resource table doesn't exist
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5e6f388f3c3e..f3c688f87abb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4979,6 +4979,7 @@ F: include/linux/hw_random.h HARDWARE SPINLOCK CORE M: Ohad Ben-Cohen <ohad@wizery.com> +M: Bjorn Andersson <bjorn.andersson@linaro.org> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git F: Documentation/hwspinlock.txt @@ -9169,6 +9170,7 @@ F: include/linux/regmap.h REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM M: Ohad Ben-Cohen <ohad@wizery.com> +M: Bjorn Andersson <bjorn.andersson@linaro.org> T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git S: Maintained F: drivers/remoteproc/ @@ -9177,6 +9179,7 @@ F: include/linux/remoteproc.h REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM M: Ohad Ben-Cohen <ohad@wizery.com> +M: Bjorn Andersson <bjorn.andersson@linaro.org> T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git S: Maintained F: drivers/rpmsg/ |