kernel-ark/drivers/misc/mic/card
Michael S. Tsirkin 016c98c6fe virtio: unify config_changed handling
Replace duplicated code in all transports with a single wrapper in
virtio.c.

The only functional change is in virtio_mmio.c: if a buggy device sends
us an interrupt before driver is set, we previously returned IRQ_NONE,
now we return IRQ_HANDLED.

As this must not happen in practice, this does not look like a big deal.

See also commit 3fff0179e3
	virtio-pci: do not oops on config change if driver not loaded.
for the original motivation behind the driver check.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2014-10-15 10:24:54 +10:30
..
Makefile
mic_debugfs.c misc: mic: header file cleanups. 2013-09-27 17:20:18 -07:00
mic_device.c misc: mic: add threaded irq support in card driver 2014-07-11 18:31:12 -07:00
mic_device.h misc: mic: add dma support in card driver 2014-07-11 18:31:12 -07:00
mic_virtio.c virtio: unify config_changed handling 2014-10-15 10:24:54 +10:30
mic_virtio.h misc: mic: Fix user space namespace pollution from mic_common.h. 2013-11-27 11:03:38 -08:00
mic_x100.c misc: mic: Introduce the managed version of ioremap 2014-07-16 13:47:53 -07:00
mic_x100.h