[PATCH 0/2]mpt3sas: Update MPI headers to support Aero controllers.

From: Suganath Prabu
Date: Thu Oct 25 2018 - 06:11:11 EST


Updating MPI headers to the latest version 2.6.7 to
add support to the driver to detect new 3816
and 3916 chip based controllers.
Seperate out firmware image data from mpi2_ioc.h
to new file mpi2_image.h

Suganath Prabu (2):
mpt3sas: Update MPI headers to support Aero controllers.
mpt3sas: Add support to Aero PCI IDs.

drivers/scsi/mpt3sas/mpi/mpi2.h | 17 +-
drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h | 94 +++++--
drivers/scsi/mpt3sas/mpi/mpi2_image.h | 507 ++++++++++++++++++++++++++++++++++
drivers/scsi/mpt3sas/mpi/mpi2_init.h | 2 +-
drivers/scsi/mpt3sas/mpi/mpi2_ioc.h | 359 +-----------------------
drivers/scsi/mpt3sas/mpi/mpi2_pci.h | 11 +-
drivers/scsi/mpt3sas/mpi/mpi2_raid.h | 2 +-
drivers/scsi/mpt3sas/mpi/mpi2_sas.h | 2 +-
drivers/scsi/mpt3sas/mpi/mpi2_tool.h | 72 ++++-
drivers/scsi/mpt3sas/mpt3sas_base.h | 1 +
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 26 ++
11 files changed, 705 insertions(+), 388 deletions(-)
create mode 100644 drivers/scsi/mpt3sas/mpi/mpi2_image.h

--
1.8.3.1