All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/15] mpi3mr: Added Support for SAS Transport
@ 2022-08-04 13:12 Sreekanth Reddy
  2022-08-04 13:12 ` [PATCH v2 01/15] mpi3mr: Add config and transport related debug flags Sreekanth Reddy
                   ` (17 more replies)
  0 siblings, 18 replies; 25+ messages in thread
From: Sreekanth Reddy @ 2022-08-04 13:12 UTC (permalink / raw)
  To: linux-scsi; +Cc: martin.petersen, Sreekanth Reddy

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

- Enhanced the driver to support SAS transport layer and
 expose SAS controller PHYs, ports, attached expander, expander PHYs,
 expander ports and SAS/SATA end devices to the kernel through
 SAS transport class.
- The driver also provides call back handlers for get_linkerrors,
 get_enclosure_identifier, get_bay_identifier, phy_reset, phy_enable,
 set_phy_speed and smp_handler to the kernel as defined by the
 SAS transport layer.
- The SAS transport layer support is enabled only when the
 controller multipath capability is not enabled.
- The NVMe devices, VDs, vSES and PCIe Managed SES devices
 are not exposed through SAS transport.

V2:
 - Accommodated the changes suggested by Himanshu Madhani

Sreekanth Reddy (15):
  mpi3mr: Add config and transport related debug flags
  mpi3mr: Add framework to issue cnfg requests
  mpi3mr: Added helper functions to retrieve cnfg pages
  mpi3mr: Enable Enclosure device add event
  mpi3mr: Add framework to add phys to STL
  mpi3mr: Add helper functions to retrieve device objects
  mpi3mr: Add helper functions to manage device's port
  mpi3mr: Enable STL on HBAs where multipath is disabled
  mpi3mr: Add expander devices to STL
  mpi3mr: Get target object based on rphy
  mpi3mr: Add SAS SATA end devices to STL
  mpi3mr: Add framework to issue MPT transport cmds
  mpi3mr: Support sas transport class callbacks
  mpi3mr: Refresh sas ports during soft reset
  mpi3mr: Block IOs while refreshing target dev objects

 drivers/scsi/mpi3mr/Makefile           |    1 +
 drivers/scsi/mpi3mr/mpi3mr.h           |  240 +-
 drivers/scsi/mpi3mr/mpi3mr_debug.h     |   27 +
 drivers/scsi/mpi3mr/mpi3mr_fw.c        |  892 ++++++-
 drivers/scsi/mpi3mr/mpi3mr_os.c        |  444 +++-
 drivers/scsi/mpi3mr/mpi3mr_transport.c | 3283 ++++++++++++++++++++++++
 6 files changed, 4835 insertions(+), 52 deletions(-)
 create mode 100644 drivers/scsi/mpi3mr/mpi3mr_transport.c

-- 
2.27.0


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

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

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

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 13:12 [PATCH v2 00/15] mpi3mr: Added Support for SAS Transport Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 01/15] mpi3mr: Add config and transport related debug flags Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 02/15] mpi3mr: Add framework to issue cnfg requests Sreekanth Reddy
2022-08-09 16:12   ` Himanshu Madhani
2022-08-04 13:12 ` [PATCH v2 03/15] mpi3mr: Added helper functions to retrieve cnfg pages Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 04/15] mpi3mr: Enable Enclosure device add event Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 05/15] mpi3mr: Add framework to add phys to STL Sreekanth Reddy
2022-08-09 16:14   ` Himanshu Madhani
2022-08-04 13:12 ` [PATCH v2 06/15] mpi3mr: Add helper functions to retrieve device objects Sreekanth Reddy
2022-08-09 16:14   ` Himanshu Madhani
2022-08-04 13:12 ` [PATCH v2 07/15] mpi3mr: Add helper functions to manage device's port Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 08/15] mpi3mr: Enable STL on HBAs where multipath is disabled Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 09/15] mpi3mr: Add expander devices to STL Sreekanth Reddy
2022-08-09 16:18   ` Himanshu Madhani
2022-08-04 13:12 ` [PATCH v2 10/15] mpi3mr: Get target object based on rphy Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 11/15] mpi3mr: Add SAS SATA end devices to STL Sreekanth Reddy
2022-08-09 17:03   ` Himanshu Madhani
2022-08-04 13:12 ` [PATCH v2 12/15] mpi3mr: Add framework to issue MPT transport cmds Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 13/15] mpi3mr: Support sas transport class callbacks Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 14/15] mpi3mr: Refresh sas ports during soft reset Sreekanth Reddy
2022-08-04 13:12 ` [PATCH v2 15/15] mpi3mr: Block IOs while refreshing target dev objects Sreekanth Reddy
2022-08-23  3:35 ` [PATCH v2 00/15] mpi3mr: Added Support for SAS Transport Martin K. Petersen
2022-09-01  5:12 ` Martin K. Petersen
2022-09-15 12:03 ` John Garry
2022-09-15 17:35   ` Sumit Saxena

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.