public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/8] mpi3mr: add BSG interface support for controller management
@ 2022-04-29 21:16 Sumit Saxena
  2022-04-29 21:16 ` [PATCH v7 1/8] mpi3mr: Add bsg device support Sumit Saxena
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Sumit Saxena @ 2022-04-29 21:16 UTC (permalink / raw)
  To: linux-scsi
  Cc: martin.petersen, bvanassche, hch, hare, himanshu.madhani,
	sathya.prakash, kashyap.desai, chandrakanth.patil,
	sreekanth.reddy, prayas.patel, Sumit Saxena

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

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

v7:
-Fix build errors reported during x86_64 allmodconfig along with
 some spaces to tabs conversions.

v6:
-Fixed errors/warnings reported by kernel test robot <lkp@intel.com>.

v5:
-Addressed review comments from Himanshu for patch#2 and added
 reviewed-by tags. 

v4:
-Restored MPI headers to driver source directory(drivers/scsi/mpi3mr).
-Moved data structures/definitions used by user space applications
 from MPI headers to uapi header(uapi/scsi/scsi_bsg_mpi3mr.h).
-Addressed review comments from Bart Van Assche and Himanshu Madhani. 

v3:
-Moved MPI headers to /include/uapi/scsi/mpi3mr
-As Bart suggested, moved struct mpi3mr_nvme_pt_sge from
 uapi header to driver header.

v2:
-Moved definitions to be used by user space applications to
 header scsi_bsg_mpi3mr.h in /include/upai/scsi 

Sumit Saxena (8):
  mpi3mr: Add bsg device support
  mpi3mr: Add support for driver commands
  mpi3mr: Move data structures/definitions from MPI headers to uapi
    header
  mpi3mr: Add support for MPT commands
  mpi3mr: Add support for PEL commands
  mpi3mr: Expose adapter state to sysfs
  mpi3mr: Add support for NVMe passthrough
  mpi3mr: Update driver version to 8.0.0.69.0

 drivers/scsi/mpi3mr/Kconfig          |    1 +
 drivers/scsi/mpi3mr/Makefile         |    1 +
 drivers/scsi/mpi3mr/mpi/mpi30_init.h |   53 -
 drivers/scsi/mpi3mr/mpi/mpi30_ioc.h  |   27 -
 drivers/scsi/mpi3mr/mpi/mpi30_pci.h  |   31 +-
 drivers/scsi/mpi3mr/mpi3mr.h         |  133 ++-
 drivers/scsi/mpi3mr/mpi3mr_app.c     | 1605 ++++++++++++++++++++++++++
 drivers/scsi/mpi3mr/mpi3mr_debug.h   |   37 +-
 drivers/scsi/mpi3mr/mpi3mr_fw.c      |  331 +++++-
 drivers/scsi/mpi3mr/mpi3mr_os.c      |   52 +-
 include/uapi/scsi/scsi_bsg_mpi3mr.h  |  582 ++++++++++
 11 files changed, 2725 insertions(+), 128 deletions(-)
 create mode 100644 drivers/scsi/mpi3mr/mpi3mr_app.c
 create mode 100644 include/uapi/scsi/scsi_bsg_mpi3mr.h

-- 
2.27.0


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

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

end of thread, other threads:[~2022-05-11  2:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-29 21:16 [PATCH v7 0/8] mpi3mr: add BSG interface support for controller management Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 1/8] mpi3mr: Add bsg device support Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 2/8] mpi3mr: Add support for driver commands Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 3/8] mpi3mr: Move data structures/definitions from MPI headers to uapi header Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 4/8] mpi3mr: Add support for MPT commands Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 5/8] mpi3mr: Add support for PEL commands Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 6/8] mpi3mr: Expose adapter state to sysfs Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 7/8] mpi3mr: Add support for NVMe passthrough Sumit Saxena
2022-04-29 21:16 ` [PATCH v7 8/8] mpi3mr: Update driver version to 8.0.0.69.0 Sumit Saxena
2022-05-02 21:43 ` [PATCH v7 0/8] mpi3mr: add BSG interface support for controller management Martin K. Petersen
2022-05-11  2:38 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox