All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] mpi3mr: Few Enhancements and minor fixes
@ 2022-09-12 13:57 Sreekanth Reddy
  2022-09-12 13:57 ` [PATCH v2 1/9] mpi3mr: Update mpi3 header files Sreekanth Reddy
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Sreekanth Reddy @ 2022-09-12 13:57 UTC (permalink / raw)
  To: linux-scsi; +Cc: martin.petersen, Sreekanth Reddy

[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]

Few Enhancements and minor fixes of mpi3mr driver.

Sreekanth Reddy (9):
  mpi3mr: Update mpi3 header files
  mpi3mr: Support new power management framework
  mpi3mr: Schedule IRQ kthreads only on non-RT kernels
  mpi3mr: Graceful handling of surprise removal of PCIe HBA
  mpi3mr: Handle 0xF003 Fault Code
  mpi3mr: Free enclosure objects during driver unload
  mpi3mr: Scan the devices during resume time
  mpi3mr: Fix scheduling while atomic type bug
  mpi3mr: Update driver version to 8.2.0.3.0

 drivers/scsi/mpi3mr/mpi/mpi30_cnfg.h      | 171 +++++++++++++++++-----
 drivers/scsi/mpi3mr/mpi/mpi30_image.h     |   6 +-
 drivers/scsi/mpi3mr/mpi/mpi30_init.h      |   5 +-
 drivers/scsi/mpi3mr/mpi/mpi30_ioc.h       |  22 ++-
 drivers/scsi/mpi3mr/mpi/mpi30_pci.h       |   2 +-
 drivers/scsi/mpi3mr/mpi/mpi30_sas.h       |   3 +-
 drivers/scsi/mpi3mr/mpi/mpi30_transport.h |   8 +-
 drivers/scsi/mpi3mr/mpi3mr.h              |  12 +-
 drivers/scsi/mpi3mr/mpi3mr_fw.c           | 145 +++++++++++++++---
 drivers/scsi/mpi3mr/mpi3mr_os.c           | 101 ++++++++++---
 10 files changed, 380 insertions(+), 95 deletions(-)

-- 
2.27.0


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4218 bytes --]

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

end of thread, other threads:[~2022-09-25 17:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-12 13:57 [PATCH v2 0/9] mpi3mr: Few Enhancements and minor fixes Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 1/9] mpi3mr: Update mpi3 header files Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 2/9] mpi3mr: Support new power management framework Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 3/9] mpi3mr: Schedule IRQ kthreads only on non-RT kernels Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 4/9] mpi3mr: Graceful handling of surprise removal of PCIe HBA Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 5/9] mpi3mr: Handle 0xF003 Fault Code Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 6/9] mpi3mr: Free enclosure objects during driver unload Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 7/9] mpi3mr: Scan the devices during resume time Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 8/9] mpi3mr: Fix scheduling while atomic type bug Sreekanth Reddy
2022-09-12 13:57 ` [PATCH v2 9/9] mpi3mr: Update driver version to 8.2.0.3.0 Sreekanth Reddy
2022-09-25 17:52 ` [PATCH v2 0/9] mpi3mr: Few Enhancements and minor fixes 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.