All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] mpi3mr: add BSG interface support for controller management
@ 2022-03-22 12:21 Sumit Saxena
  2022-03-22 12:21 ` [PATCH 1/7] mpi3mr: add BSG device " Sumit Saxena
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Sumit Saxena @ 2022-03-22 12:21 UTC (permalink / raw)
  To: linux-scsi
  Cc: martin.petersen, sathya.prakash, kashyap.desai,
	chandrakanth.patil, sreekanth.reddy, prayas.patel, Sumit Saxena

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

This patchset adds BSG interface support for controller
management. BSG layer faciliates communication/data exchange 
between application and driver/firmware over BSG device node.

Sumit Saxena (7):
  mpi3mr: add BSG device support for controller management
  mpi3mr: add support for driver commands
  mpi3mr: add support for MPT commands
  mpi3mr: add support for PEL commands
  mpi3mr: expose adapter state to sysfs
  mpi3mr: add support for nvme pass-through
  mpi3mr: update driver version to 8.0.0.69.0

 drivers/scsi/mpi3mr/Kconfig        |    1 +
 drivers/scsi/mpi3mr/Makefile       |    1 +
 drivers/scsi/mpi3mr/mpi3mr.h       |   81 +-
 drivers/scsi/mpi3mr/mpi3mr_app.c   | 1610 ++++++++++++++++++++++++++++
 drivers/scsi/mpi3mr/mpi3mr_app.h   |  490 +++++++++
 drivers/scsi/mpi3mr/mpi3mr_debug.h |   37 +-
 drivers/scsi/mpi3mr/mpi3mr_fw.c    |  331 +++++-
 drivers/scsi/mpi3mr/mpi3mr_os.c    |   52 +-
 8 files changed, 2585 insertions(+), 18 deletions(-)
 create mode 100644 drivers/scsi/mpi3mr/mpi3mr_app.c
 create mode 100644 drivers/scsi/mpi3mr/mpi3mr_app.h

-- 
2.27.0


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

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

end of thread, other threads:[~2022-03-25  5:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 12:21 [PATCH 0/7] mpi3mr: add BSG interface support for controller management Sumit Saxena
2022-03-22 12:21 ` [PATCH 1/7] mpi3mr: add BSG device " Sumit Saxena
2022-03-22 12:21 ` [PATCH 2/7] mpi3mr: add support for driver commands Sumit Saxena
2022-03-23 13:35   ` Bart Van Assche
2022-03-25  5:25     ` Sumit Saxena
2022-03-22 12:21 ` [PATCH 3/7] mpi3mr: add support for MPT commands Sumit Saxena
2022-03-22 12:21 ` [PATCH 4/7] mpi3mr: add support for PEL commands Sumit Saxena
2022-03-22 12:21 ` [PATCH 5/7] mpi3mr: expose adapter state to sysfs Sumit Saxena
2022-03-22 12:21 ` [PATCH 6/7] mpi3mr: add support for nvme pass-through Sumit Saxena
2022-03-22 12:21 ` [PATCH 7/7] mpi3mr: update driver version to 8.0.0.69.0 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.