linux/drivers/misc/mic/card
Ashutosh Dixit 1a92862369 misc: mic: Suppress memory space sparse warnings
MIC card and host drivers are able to use virtio over the PCIe bus by
treating ioremap return values for the prefetchable BARs as pointers,
effectively treating I/O memory the same as system memory. However this
results in sparse warnings. Knowing that these warnings do not point to
a functional issue, this patch suppresses these warnings.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-27 11:08:30 -08:00
..
Makefile Intel MIC Card Driver Changes for Virtio Devices. 2013-09-26 13:52:24 -07:00
mic_debugfs.c misc: mic: header file cleanups. 2013-09-27 17:20:18 -07:00
mic_device.c misc: mic: cleanups for "--strict" checkpatch. 2013-09-27 17:20:19 -07:00
mic_device.h
mic_virtio.c misc: mic: Suppress memory space sparse warnings 2013-11-27 11:08:30 -08:00
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: cleanups for "--strict" checkpatch. 2013-09-27 17:20:19 -07:00
mic_x100.h