1
linux/drivers/remoteproc
Ohad Ben-Cohen dd6da1c5e9 remoteproc: don't use virtio's weak barriers
When creating a virtqueue for rpmsg, tell virtio we're not interested
in "weak" smp barriers, since we're talking to a real device.

On ARM, this means using a DSB instead of a DMB, which is needed
for platforms that kick the remote processor using some kind of
a mailbox device mapped to Device memory (otherwise the kick can
jump ahead and wake the remote processor before it has observed
the changes to the vrings).

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
2012-02-22 18:28:48 +02:00
..
Kconfig remoteproc: depend on EXPERIMENTAL 2012-02-22 18:28:34 +02:00
Makefile remoteproc/omap: add a remoteproc driver for OMAP4 2012-02-08 22:53:47 +02:00
omap_remoteproc.c remoteproc/omap: utilize module_platform_driver 2012-02-08 22:54:30 +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: depend on EXPERIMENTAL 2012-02-22 18:28:34 +02:00
remoteproc_debugfs.c
remoteproc_internal.h
remoteproc_rpmsg.c remoteproc: don't use virtio's weak barriers 2012-02-22 18:28:48 +02:00