diff options
author | Arnd Bergmann | 2012-02-23 14:11:12 +0000 |
---|---|---|
committer | Arnd Bergmann | 2012-02-23 14:11:12 +0000 |
commit | ab646a24bb9b6125f3c23ef908b7c5b44b1b4e69 (patch) | |
tree | 5327ca6b6309851accbc609a3893c6f4b1f0dfe4 /drivers/rpmsg/Makefile | |
parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d (diff) | |
parent | e12bc14b88d44e5c1456dccb59ff58103f6c6edc (diff) |
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 'drivers/rpmsg/Makefile')
-rw-r--r-- | drivers/rpmsg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rpmsg/Makefile b/drivers/rpmsg/Makefile new file mode 100644 index 000000000000..7617fcb8259f --- /dev/null +++ b/drivers/rpmsg/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_RPMSG) += virtio_rpmsg_bus.o |