mbox series

[0/5] mpt3sas driver udpates

Message ID 1739410016-27503-1-git-send-email-shivasharan.srikanteshwara@broadcom.com
Headers show
Series mpt3sas driver udpates | expand

Message

Shivasharan S Feb. 13, 2025, 1:26 a.m. UTC
This patch series adds support for the MCTP passthrough function over the
MPI interface for management commands.
Also fix issue related to task management handling during IOCTL timeout.

Shivasharan S (5):
  mpt3sas: Update MPI headers to 02.00.62 version
  mpt3sas: Add support for MCTP Passthrough IOCTLs
  mpt3sas: Report driver capability as part of IOCINFO command
  mpt3sas: Send a diag reset if target reset fails
  mpt3sas: update driver version to 52.100.00.00

 drivers/scsi/mpt3sas/mpi/mpi2.h      |   9 +-
 drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h |   5 +
 drivers/scsi/mpt3sas/mpi/mpi2_ioc.h  |  54 ++++++
 drivers/scsi/mpt3sas/mpt3sas_base.c  |  11 ++
 drivers/scsi/mpt3sas/mpt3sas_base.h  |   4 +-
 drivers/scsi/mpt3sas/mpt3sas_ctl.c   | 279 ++++++++++++++++++++++++++-
 drivers/scsi/mpt3sas/mpt3sas_ctl.h   |  49 ++++-
 7 files changed, 405 insertions(+), 6 deletions(-)