public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 00/11] [SCSI] aacraid: Patchset for aacraid driver version 41010
@ 2015-07-22 16:49 rajinikanth.pandurangan
  2015-07-22 16:49 ` [PATCH V5 01/11] [SCSI] aacraid: Fix for logical device name and UID not exposed to the OS rajinikanth.pandurangan
                   ` (10 more replies)
  0 siblings, 11 replies; 27+ messages in thread
From: rajinikanth.pandurangan @ 2015-07-22 16:49 UTC (permalink / raw)
  To: jbottomley, linux-scsi
  Cc: aacraid, harry.yang, rich.bono, mahesh.rajashekhara,
	achim.leubner, murthy.bhat, rajinikanth.pandurangan

From: Rajinikanth Pandurangan <rajinikanth.pandurangan@pmcs.com>

This patchset includes the following changes (bug fixes and new feature support)
specific to aacraid driver.

V5:
Splited patch 10 from V4 into 2
Added one more patch to request minimum 2 MSIx.

V4:
Updated code with pci_enable_msix_range instead of exact.

V3:
Increased msleep() time from 1 to 20.
Created new patch for pci_enable_msix() replacement.
Changed subject/description of patch 03.

Reviewed by:
Tomas Henzl <thenzl@redhat.com>,
Mahesh Rajashekhara <Mahesh.Rajashekhara@pmcs.com>,
Johannes Thumshirn <jthumshirn@suse.de>,
James Bottomley <James.Bottomley@HansenPartnership.com>

Rajinikanth Pandurangan (11):
  [SCSI] aacraid: Fix for logical device name and UID      not exposed
    to the OS
  [SCSI] aacraid: Add Power Management support
  [SCSI] aacraid: Change interrupt mode to MSI for series-6     
    controller
  [SCSI] aacraid: Enable 64-bit write to controller register
  [SCSI] aacraid: Tune response path if IsFastPath bit set
  [SCSI] aacraid: Reset irq affinity hints before releasing irq
  [SCSI] aacraid: Unblock IOCTLs to controller once system resumed from
    suspend
  [SCSI] aacraid: Send commit-config to controller firmware
  [SCSI] aacraid: Update driver version
  [SCSI] aacraid: Replace pci_enable_msix() with pci_enable_msix_range()
  [SCSI] aacraid: Requests at least 2 MSIx in pci_enable_msix_range()

 drivers/scsi/aacraid/aachba.c   | 263 +++++++++++++++++++++-------------------
 drivers/scsi/aacraid/aacraid.h  |  18 ++-
 drivers/scsi/aacraid/comminit.c | 147 +++++++++++-----------
 drivers/scsi/aacraid/commsup.c  | 113 ++++++++++++-----
 drivers/scsi/aacraid/linit.c    | 159 +++++++++++++++++++++++-
 drivers/scsi/aacraid/rx.c       |   1 +
 drivers/scsi/aacraid/sa.c       |   1 +
 drivers/scsi/aacraid/src.c      |  64 +++-------
 8 files changed, 483 insertions(+), 283 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2015-08-17 14:17 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 16:49 [PATCH V5 00/11] [SCSI] aacraid: Patchset for aacraid driver version 41010 rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 01/11] [SCSI] aacraid: Fix for logical device name and UID not exposed to the OS rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 02/11] [SCSI] aacraid: Add Power Management support rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 03/11] [SCSI] aacraid: Change interrupt mode to MSI for series-6 controller rajinikanth.pandurangan
2015-07-23 14:38   ` Tomas Henzl
2015-07-22 16:49 ` [PATCH V5 04/11] [SCSI] aacraid: Enable 64-bit write to controller register rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 05/11] [SCSI] aacraid: Tune response path if IsFastPath bit set rajinikanth.pandurangan
2015-07-23 14:39   ` Tomas Henzl
2015-07-23 18:41     ` Rajinikanth Pandurangan
2015-07-22 16:49 ` [PATCH V5 06/11] [SCSI] aacraid: Reset irq affinity hints before releasing irq rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 07/11] [SCSI] aacraid: Unblock IOCTLs to controller once system resumed from suspend rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 08/11] [SCSI] aacraid: Send commit-config to controller firmware rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 09/11] [SCSI] aacraid: Update driver version rajinikanth.pandurangan
2015-07-22 16:49 ` [PATCH V5 10/11] [SCSI] aacraid: Replace pci_enable_msix() with pci_enable_msix_range() rajinikanth.pandurangan
2015-07-23 12:54   ` Tomas Henzl
2015-07-23 13:42     ` Rajinikanth Pandurangan
2015-07-23 14:33       ` Tomas Henzl
2015-07-23 18:39         ` Rajinikanth Pandurangan
2015-08-11  6:01         ` Mahesh Rajashekhara
     [not found]     ` <7000_1437658952_55B0EF48_7000_4689_1_E34C6B6293F0214497D0C55B92526C05EAFF8421@BBYEXM02.pmc-sierra.internal>
2015-07-23 13:52       ` Rajinikanth Pandurangan
2015-07-22 16:49 ` [PATCH V5 11/11] [SCSI] aacraid: Requests at least 2 MSIx in pci_enable_msix_range() rajinikanth.pandurangan
2015-07-23 12:55   ` Tomas Henzl
2015-08-12 18:29     ` James Bottomley
2015-08-12 18:56       ` Harry Yang
2015-08-13  0:22       ` Mahesh Rajashekhara
2015-08-17 14:12         ` Mahesh Rajashekhara
2015-08-17 14:17           ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox