mbox series

[00/12] mpt3sas: Features and defect fixes.

Message ID 1564840797-5876-1-git-send-email-suganath-prabu.subramani@broadcom.com (mailing list archive)
Headers show
Series mpt3sas: Features and defect fixes. | expand

Message

Suganath Prabu S Aug. 3, 2019, 1:59 p.m. UTC
This patch series includes below Enhancements
and Bug fixes.

Suganath Prabu (12):
  mpt3sas: Add support for PCIe Lane margin
  mpt3sas: memset request frame before reusing
  mpt3sas: Gracefully handle online firmware update
  mpt3sas: Update MPI headers to 2.6.8 spec
  mpt3sas: Enumerate SES of a managed PCIe switch
  mpt3sas: Allow ioctls to blocked access status NVMe
  mpt3sas: Support MEMORY MOVE Tool box command
  mpt3sas: Add sysfs to know supported features
  mpt3sas: Handle fault during HBA initialization
  mpt3sas: Reduce the performance dip
  mpt3sas: Process SAS DEVICE STATUS CHANGE EVENT from ISR
  mpt3sas: Update driver version to 31.100.00.00

 drivers/scsi/mpt3sas/mpi/mpi2.h       |   5 +-
 drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h  |  10 +-
 drivers/scsi/mpt3sas/mpi/mpi2_image.h |  39 ++++----
 drivers/scsi/mpt3sas/mpi/mpi2_pci.h   |  13 +--
 drivers/scsi/mpt3sas/mpi/mpi2_tool.h  |  13 +--
 drivers/scsi/mpt3sas/mpt3sas_base.c   | 175 +++++++++++++++++++++++++++++++---
 drivers/scsi/mpt3sas/mpt3sas_base.h   |  28 +++++-
 drivers/scsi/mpt3sas/mpt3sas_ctl.c    |  59 ++++++++++--
 drivers/scsi/mpt3sas/mpt3sas_scsih.c  | 156 ++++++++++++++++++++----------
 9 files changed, 391 insertions(+), 107 deletions(-)

Comments

Martin K. Petersen Aug. 8, 2019, 2:50 a.m. UTC | #1
Suganath,

> This patch series includes below Enhancements and Bug fixes.

Applied to 5.4/scsi-queue. Thanks!