All of lore.kernel.org
 help / color / mirror / Atom feed
* [v1 0/2] mpt3sas: Add support to Aero controllers.
@ 2018-10-30  6:35 Suganath Prabu
  2018-10-30  6:35 ` [v1 1/2] mpt3sas: Update MPI headers to support " Suganath Prabu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Suganath Prabu @ 2018-10-30  6:35 UTC (permalink / raw)
  To: linux-scsi, linux-kernel; +Cc: Sathya.Prakash, sreekanth.reddy, Suganath Prabu

1) Updated MPI headers to the latest version 2.6.7.
2) Added support for Aero/Sea controllers.

V1 changes:
In Patch 2, 
ioc->name is populated later, so fixing ioc->name
before using it in ioc_warn. 
Enable Warning message only for aero configurable
controllers.

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  |  30 +-
 11 files changed, 707 insertions(+), 390 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-11-07  1:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-30  6:35 [v1 0/2] mpt3sas: Add support to Aero controllers Suganath Prabu
2018-10-30  6:35 ` [v1 1/2] mpt3sas: Update MPI headers to support " Suganath Prabu
2018-10-30  6:35 ` [v1 2/2] mpt3sas: Add support to Aero PCI IDs Suganath Prabu
2018-11-07  1:45 ` [v1 0/2] mpt3sas: Add support to Aero controllers Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.