Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-25 | scsi: mpi3mr: Update MPI Headers to revision 31 | Ranjan Kumar | 4 | -23/+20 | |
Update MPI Headers to revision 31. Signed-off-by: Ranjan Kumar <[email protected]> Signed-off-by: Sathya Prakash <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2024-03-25 | scsi: mpi3mr: Set the WriteSame Divert Capability in the IOCInit MPI Request | Ranjan Kumar | 1 | -1/+1 | |
Modify driver to set the Write Same Divert Capability bit in the IOCInit message for the firmware to know that the driver is capable of diverting certain Write Same commands as defined by the MPI specification. Signed-off-by: Ranjan Kumar <[email protected]> Signed-off-by: Sathya Prakash <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2023-11-24 | scsi: mpi3mr: Add support for status reply descriptor | Sumit Saxena | 1 | -0/+1 | |
Inform controller firmware that driver supports status reply descriptor. Signed-off-by: Sumit Saxena <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2023-08-07 | scsi: mpi3mr: Update MPI Headers to version 3.00.28 | Ranjan Kumar | 3 | -2/+3 | |
Updated MPI Headers to version 3.00.28. Signed-off-by: Ranjan Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2023-03-16 | scsi: mpi3mr: Update copyright year | Ranjan Kumar | 7 | -7/+7 | |
Update copyright year from 2022 to 2023. Signed-off-by: Ranjan Kumar <[email protected]> Signed-off-by: Sreekanth Reddy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2023-03-16 | scsi: mpi3mr: Update MPI Headers to revision 27 | Ranjan Kumar | 4 | -14/+123 | |
Update MPI Headers to revision 27. Signed-off-by: Ranjan Kumar <[email protected]> Signed-off-by: Sreekanth Reddy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2022-09-25 | scsi: mpi3mr: Update mpi3 header files | Sreekanth Reddy | 7 | -52/+165 | |
Update the mpi3 header files. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2022-05-02 | scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi header | Sumit Saxena | 3 | -100/+1 | |
This patch moves the data structures/definitions which are used by userspace applications from MPI headers to uapi/scsi/scsi_bsg_mpi3mr.h Link: https://lore.kernel.org/r/[email protected] Reported by: Stephen Rothwell <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Sumit Saxena <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2022-05-02 | scsi: mpi3mr: Add support for driver commands | Sumit Saxena | 1 | -10/+0 | |
There are certain bsg commands which need to be completed by the driver without involving firmware. These requests are termed driver commands. Add support for these. Link: https://lore.kernel.org/r/[email protected] Reported by: Stephen Rothwell <[email protected]> Reported-by: kernel test robot <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Sumit Saxena <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2022-02-11 | scsi: mpi3mr: Update MPI3 headers | Sreekanth Reddy | 5 | -67/+115 | |
Update MPI3 headers. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2021-12-23 | scsi: mpi3mr: Update MPI3 headers - part2 | Sreekanth Reddy | 6 | -45/+246 | |
Continued updating MPI3 headers. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2021-12-23 | scsi: mpi3mr: Update MPI3 headers - part1 | Sreekanth Reddy | 1 | -105/+498 | |
Update MPI3 headers. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sreekanth Reddy <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2021-06-02 | scsi: mpi3mr: Add support for device add/remove event handling | Kashyap Desai | 2 | -0/+1913 | |
Firmware can report various MPI Events. Enable support for processing the following events related to device addition/removal to the driver: - MPI3_EVENT_DEVICE_ADDED - MPI3_EVENT_DEVICE_INFO_CHANGED - MPI3_EVENT_DEVICE_STATUS_CHANGE - MPI3_EVENT_ENCL_DEVICE_STATUS_CHANGE - MPI3_EVENT_SAS_TOPOLOGY_CHANGE_LIST - MPI3_EVENT_SAS_DISCOVERY - MPI3_EVENT_SAS_DEVICE_DISCOVERY_ERROR Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Reported-by: kernel test robot <[email protected]> Reviewed-by: Tomas Henzl <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Kashyap Desai <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> | |||||
2021-06-02 | scsi: mpi3mr: Add mpi30 Rev-R headers and Kconfig | Kashyap Desai | 4 | -0/+1842 | |
This adds the Kconfig and mpi30 headers. Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Reviewed-by: Hannes Reinecke <[email protected]> Reviewed-by: Tomas Henzl <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Kashyap Desai <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> |