[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1408335523.git.agordeev@redhat.com>
Date: Mon, 18 Aug 2014 08:01:40 +0200
From: Alexander Gordeev <agordeev@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Alexander Gordeev <agordeev@...hat.com>,
Anil Ravindranath <anil_ravindranath@...-sierra.com>,
James Smart <james.smart@...lex.com>,
Naresh Kumar Inna <naresh@...lsio.com>,
Arvind Bhushan <arvindb@...lsio.com>,
Jayamohan Kallickal <jayamohan.kallickal@...lex.com>,
Chad Dupuis <chad.dupuis@...gic.com>,
Tomas Henzl <thenzl@...hat.com>,
Nagalakshmi Nandigama <Nagalakshmi.Nandigama@....com>,
Sreekanth Reddy <Sreekanth.Reddy@....com>,
Kashyap Desai <Kashyap.desai@...gotech.com>,
Neela Syam Kolli <megaraidlinux@....com>,
"Stephen M. Cameron" <scameron@...rdog.cce.hp.com>,
iss_storagedev@...com, support@....com, DL-MPTFusionLinux@....com,
qla2xxx-upstream@...gic.com, linux-scsi@...r.kernel.org,
linux-pci@...r.kernel.org
Subject: [PATCH v3 00/13] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
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 <anil_ravindranath@...-sierra.com>
Cc: James Smart <james.smart@...lex.com>
Cc: Naresh Kumar Inna <naresh@...lsio.com>
Cc: Arvind Bhushan <arvindb@...lsio.com>
Cc: Jayamohan Kallickal <jayamohan.kallickal@...lex.com>
Cc: Chad Dupuis <chad.dupuis@...gic.com>
Cc: Tomas Henzl <thenzl@...hat.com>
Cc: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@....com>
Cc: Sreekanth Reddy <Sreekanth.Reddy@....com>
Cc: Kashyap Desai <Kashyap.desai@...gotech.com>
Cc: Neela Syam Kolli <megaraidlinux@....com>
Cc: "Stephen M. Cameron" <scameron@...rdog.cce.hp.com>
Cc: iss_storagedev@...com
Cc: support@....com
Cc: DL-MPTFusionLinux@....com
Cc: qla2xxx-upstream@...gic.com
Cc: linux-scsi@...r.kernel.org
Cc: linux-pci@...r.kernel.org
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists