1
linux/drivers/remoteproc
Mark Grosen 0798e1da7a remoteproc: do not require an iommu
Not all remote processors employ an IOMMU, so do not error out
on !iommu_present().

Note: we currently still use iommu_present() to tell whether we need
to configure an IOMMU or not. That works for simple cases, but will
easily fail with more complicated ones (e.g. where an IOMMU exists,
but not all remote processors use it). When those use cases show up,
we will solve them by introducing something like remoteproc hw
capabilities.

[ohad@wizery.com: write commit log]

Signed-off-by: Mark Grosen <mgrosen@ti.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
2012-02-08 22:54:11 +02:00
..
Kconfig remoteproc/omap: add a remoteproc driver for OMAP4 2012-02-08 22:53:47 +02:00
Makefile remoteproc/omap: add a remoteproc driver for OMAP4 2012-02-08 22:53:47 +02:00
omap_remoteproc.c remoteproc/omap: add a remoteproc driver for OMAP4 2012-02-08 22:53:47 +02:00
omap_remoteproc.h remoteproc/omap: add a remoteproc driver for OMAP4 2012-02-08 22:53:47 +02:00
remoteproc_core.c remoteproc: do not require an iommu 2012-02-08 22:54:11 +02:00
remoteproc_debugfs.c
remoteproc_internal.h
remoteproc_rpmsg.c remoteproc: create rpmsg virtio device 2012-02-08 22:53:39 +02:00