Hello, This series is against 3.15-rc1. This update obsoletes pci_enable_msi_block() function in favor of pci_enable_msi_range() and pci_enable_msi_exact(). Cc: Frank Haverkamp <haver@xxxxxxxxxxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: linux-mips@xxxxxxxxxxxxxx Cc: linuxppc-dev@xxxxxxxxxxxxxxxx Cc: linux-s390@xxxxxxxxxxxxxxx Cc: x86@xxxxxxxxxx Cc: linux-pci@xxxxxxxxxxxxxxx Alexander Gordeev (2): GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block() PCI/MSI: Phase out pci_enable_msi_block() drivers/misc/genwqe/card_utils.c | 2 +- drivers/pci/msi.c | 79 ++++++++++++++++---------------------- include/linux/pci.h | 5 +-- 3 files changed, 35 insertions(+), 51 deletions(-) -- 1.7.7.6