Hello, This series is against 3.17-rc1. Patches 0-7 have been acked. Patches 8-13 still need reviews and are resent without changes except 'lpfc' which concerns latest James comments.
Thanks! 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. Cc: Anil Ravindranath <[email protected]> Cc: James Smart <[email protected]> Cc: Naresh Kumar Inna <[email protected]> Cc: Arvind Bhushan <[email protected]> Cc: Jayamohan Kallickal <[email protected]> Cc: Chad Dupuis <[email protected]> Cc: Tomas Henzl <[email protected]> Cc: Nagalakshmi Nandigama <[email protected]> Cc: Sreekanth Reddy <[email protected]> Cc: Kashyap Desai <[email protected]> Cc: Neela Syam Kolli <[email protected]> Cc: "Stephen M. Cameron" <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Alexander Gordeev (13): hpsa: Fallback to MSI rather than to INTx if MSI-X failed hpsa: Use pci_enable_msix_range() instead of pci_enable_msix() megaraid: Fail resume if MSI-X re-initialization failed megaraid: Use pci_enable_msix_range() instead of pci_enable_msix() mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix() mpt3sas: Use pci_enable_msix_exact() instead of pci_enable_msix() qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix() be2iscsi: Use pci_enable_msix_range() csiostor: Remove superfluous call to pci_disable_msix() csiostor: Use pci_enable_msix_range() instead of pci_enable_msix() lpfc: Use pci_enable_msix_range() instead of pci_enable_msix() pmcraid: Get rid of a redundant assignment pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix() drivers/scsi/be2iscsi/be_main.c | 6 ++--- drivers/scsi/csiostor/csio_hw.h | 2 +- drivers/scsi/csiostor/csio_isr.c | 24 +++++++------------ drivers/scsi/hpsa.c | 28 ++++++++++------------ drivers/scsi/lpfc/lpfc_init.c | 39 ++++++++++++++----------------- drivers/scsi/megaraid/megaraid_sas_base.c | 24 ++++++++----------- drivers/scsi/mpt2sas/mpt2sas_base.c | 6 ++--- drivers/scsi/mpt3sas/mpt3sas_base.c | 4 ++-- drivers/scsi/pmcraid.c | 14 ++--------- drivers/scsi/qla2xxx/qla_isr.c | 27 +++++++++------------ 10 files changed, 70 insertions(+), 104 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

