diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-02-23 14:11:12 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-02-23 14:11:12 +0000 |
commit | ab646a24bb9b6125f3c23ef908b7c5b44b1b4e69 (patch) | |
tree | 5327ca6b6309851accbc609a3893c6f4b1f0dfe4 /MAINTAINERS | |
parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d (diff) | |
parent | e12bc14b88d44e5c1456dccb59ff58103f6c6edc (diff) | |
download | linux-ab646a24bb9b6125f3c23ef908b7c5b44b1b4e69.tar.bz2 |
Merge tag 'rpmsg-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc into next/rpmsg
* tag 'rpmsg-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc:
remoteproc: s/big switch/lookup table/
remoteproc: bail out if firmware has different endianess
remoteproc: don't use virtio's weak barriers
rpmsg: rename virtqueue_add_buf_gfp to virtqueue_add_buf
rpmsg: depend on EXPERIMENTAL
remoteproc: depend on EXPERIMENTAL
rpmsg: add Kconfig menu
remoteproc: add Kconfig menu
remoteproc: look for truncated firmware images
remoteproc/omap: utilize module_platform_driver
remoteproc: remove unused resource type
remoteproc: avoid registering a virtio device if not supported
remoteproc: do not require an iommu
samples/rpmsg: add an rpmsg driver sample
rpmsg: add virtio-based remote processor messaging bus
remoteproc/omap: add a remoteproc driver for OMAP4
remoteproc: create rpmsg virtio device
remoteproc: add debugfs entries
remoteproc: add framework for controlling remote processors
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 55ca0bea142c..50a62ad6d2ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5550,6 +5550,13 @@ S: Supported F: drivers/base/regmap/ F: include/linux/regmap.h +REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM +M: Ohad Ben-Cohen <ohad@wizery.com> +S: Maintained +F: drivers/remoteproc/ +F: Documentation/remoteproc.txt +F: include/linux/remoteproc.txt + RFKILL M: Johannes Berg <johannes@sipsolutions.net> L: linux-wireless@vger.kernel.org |