linux/drivers/misc/mic/host
Alexander Gordeev ebba44ffcb mic: Use pci_enable_msix_exact() instead of pci_enable_msix()
As result of deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range()  or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Cc: Harshavardhan R Kharche <harshavardhan.r.kharche@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: linux-pci@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-28 15:23:01 -08:00
..
Makefile
mic_boot.c misc: mic: Fix endianness issues. 2013-11-27 11:03:38 -08:00
mic_debugfs.c
mic_device.h Driver core / sysfs patches for 3.14-rc1 2014-01-20 15:49:44 -08:00
mic_fops.c
mic_fops.h
mic_intr.c mic: Use pci_enable_msix_exact() instead of pci_enable_msix() 2014-02-28 15:23:01 -08:00
mic_intr.h
mic_main.c misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case. 2013-12-10 23:05:52 -08:00
mic_smpt.c
mic_smpt.h
mic_sysfs.c
mic_virtio.c misc: mic: fix possible signed underflow (undefined behavior) in userspace API 2014-02-07 15:30:34 -08:00
mic_virtio.h
mic_x100.c Merge 3.13-rc4 into char-misc-next 2013-12-16 16:11:28 -08:00
mic_x100.h