linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2]mpt3sas: Update MPI headers to support Aero controllers.
@ 2018-10-25 10:10 Suganath Prabu
  2018-10-25 10:10 ` [PATCH 1/2] mpt3sas: " Suganath Prabu
  2018-10-25 10:10 ` [PATCH 2/2] mpt3sas: Add support to Aero PCI IDs Suganath Prabu
  0 siblings, 2 replies; 4+ messages in thread
From: Suganath Prabu @ 2018-10-25 10:10 UTC (permalink / raw)
  To: linux-scsi, linux-kernel; +Cc: Sathya.Prakash, sreekanth.reddy, Suganath Prabu

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-25 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25 10:10 [PATCH 0/2]mpt3sas: Update MPI headers to support Aero controllers Suganath Prabu
2018-10-25 10:10 ` [PATCH 1/2] mpt3sas: " Suganath Prabu
2018-10-25 10:36   ` kbuild test robot
2018-10-25 10:10 ` [PATCH 2/2] mpt3sas: Add support to Aero PCI IDs Suganath Prabu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).