linux-stable/drivers/remoteproc
Michael S. Tsirkin 6457f126c8 virtio: support reserved vqs
virtio network device multiqueue support reserves
vq 3 for future use (useful both for future extensions and to make it
pretty - this way receive vqs have even and transmit - odd numbers).
Make it possible to skip initialization for
specific vq numbers by specifying NULL for name.
Document this usage as well as (existing) NULL callback.

Drivers using this not coded up yet, so I simply tested
with virtio-pci and verified that this patch does
not break existing drivers.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-09-28 15:05:15 +09:30
..
Kconfig remoteproc: fix missing CONFIG_FW_LOADER configurations 2012-07-04 11:01:12 +03:00
Makefile remoteproc: Move Elf related functions to separate file 2012-07-15 11:25:27 +03:00
omap_remoteproc.c A batch of remoteproc patches for 3.6: 2012-07-26 16:19:08 -07:00
omap_remoteproc.h remoteproc/omap: add a remoteproc driver for OMAP4 2012-02-08 22:53:47 +02:00
remoteproc_core.c A batch of remoteproc patches for 3.6: 2012-07-26 16:19:08 -07:00
remoteproc_debugfs.c remoteproc: maintain a generic child device for each rproc 2012-07-06 00:53:03 +03:00
remoteproc_elf_loader.c A batch of remoteproc patches for 3.6: 2012-07-26 16:19:08 -07:00
remoteproc_internal.h remoteproc: Support custom firmware handlers 2012-07-15 11:39:01 +03:00
remoteproc_virtio.c virtio: support reserved vqs 2012-09-28 15:05:15 +09:30