[PATCH 0/5] mpt3sas: driver update for Phase12

From: Chaitra P B
Date: Fri Apr 22 2016 - 07:25:51 EST


Here is the change list:
* Updated MPI version and MPI header files.
* Handle active cable exception event for Intruder/Cutlass HBAs.
* Use scsi_prot_ref_tag()API to fill reference tag field in the CDB.
* Set maximum transfer length per IO on RAID volumes to 4MB.
* Use "synchronize_irq()"API to handle Asynchronous TM's completion

Chaitra P B (5):
mpt3sas: Update MPI header to 2.00.42
mpt3sas: Handle active cable exception event
mpt3sas: Fix initial Reference tag field for 4K PI drives.
mpt3sas: Set maximum transfer length per IO to 4MB for VDs
mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO &
TMs

drivers/scsi/mpt3sas/mpi/mpi2.h | 7 +++++--
drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h | 18 +++++++++++-----
drivers/scsi/mpt3sas/mpi/mpi2_init.h | 15 +++++++++++---
drivers/scsi/mpt3sas/mpi/mpi2_ioc.h | 40 +++++++++++++++++++++++++++++++-----
drivers/scsi/mpt3sas/mpt3sas_base.c | 20 ++++++++++--------
drivers/scsi/mpt3sas/mpt3sas_base.h | 5 ++++-
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 27 ++++++++++++++++++++++--
7 files changed, 106 insertions(+), 26 deletions(-)

--
1.8.3.1