[PATCH 00/20] mpt3sas: driver update

From: Sreekanth Reddy
Date: Tue Jun 30 2015 - 02:55:34 EST


This patch set contains all the features and defect fixes from Phase4 to Phase8.

Except below patch, all other patches have Reviewed-by signature from either
Martin K. Petersen, Johannes Thumshirn, Tomas Henzl and Joe Lawrence. Thanks for
reviewing these patches.
[PATCH v2 16/20] [SCSI] mpt3sas: Added support for customer specific branding

I am posting this patch set once again by promoting all the patches to v2,
so that it will be easy to pick up this patch set for next kernel release.

Thanks,
Sreekanth

Sreekanth Reddy (20):
[SCSI] mpt3sas: Added Combined Reply Queue feature to extend
up-to 96 MSIX vector support
[SCSI] mpt3sas: Get IOC_FACTS information using handshake
protocol only after HBA card gets into READY or Operational
state.
[SCSI] mpt3sas: Don't block the drive when drive addition under
the control of SML
[SCSI] mpt3sas: Remove redundancy code while freeing the
controller resources.
[SCSI] mpt3sas: MPI 2.5 Rev I (2.5.4) specifications.
[SCSI] mpt3sas: Provides the physical location of sas drives
[SCSI] mpt3sas: Bump mpt3sas Driver version to v5.100.00.00
[SCSI] mpt3sas: Update MPI2 strings to MPI2.5
[SCSI] mpt3sas: MPI 2.5 Rev J (2.5.5) specification and 2.00.34
header files
[SCSI] mpt3sas: Add branding string support for OEM's HBA
[SCSI] mpt3sas: Add branding string support for OEM custom HBA
[SCSI] mpt3sas: Bump mpt3sas driver version to v6.100.00.00
[SCSI] mpt3sas: MPI 2.5 Rev K (2.5.6) specifications
[SCSI] mpt3sas: Complete the SCSI command with DID_RESET status
for log_info value 0x0x32010081
[SCSI] mpt3sas: Return host busy error status to SML when DMA
mapping of scatter gather list fails for a SCSI command
[SCSI] mpt3sas: Added support for customer specific branding
[SCSI] mpt3sas: Use alloc_ordered_workqueue() API instead of
create_singlethread_workqueue() API
[SCSI] mpt3sas: Call dma_mapping_error() API after mapping an
address with dma_map_single() API
[SCSI] mpt3sas: When device is blocked followed by unblock fails,
unfreeze the I/Os
[SCSI] mpt3sas : Bump mpt3sas driver version to 9.100.00.00

drivers/scsi/mpt3sas/mpi/mpi2.h | 8 +-
drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h | 52 ++++-
drivers/scsi/mpt3sas/mpi/mpi2_ioc.h | 4 +-
drivers/scsi/mpt3sas/mpi/mpi2_tool.h | 4 +-
drivers/scsi/mpt3sas/mpt3sas_base.c | 310 +++++++++++++++++++++++++---
drivers/scsi/mpt3sas/mpt3sas_base.h | 57 ++++-
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 343 ++++++++++++++++++++++++++-----
drivers/scsi/mpt3sas/mpt3sas_transport.c | 22 +-
8 files changed, 694 insertions(+), 106 deletions(-)

--
2.0.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/