summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi3mr_transport.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()Harshit Mogalapalli1-1/+1
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-10/+10
2023-03-17scsi: mpi3mr: Update copyright yearRanjan Kumar1-1/+1
2023-03-08scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl1-4/+1
2023-03-07scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar1-5/+7
2023-03-07scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar1-1/+2
2023-02-22scsi: mpi3mr: Fix an issue found by KASANTomas Henzl1-1/+1
2022-09-16scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()Dan Carpenter1-2/+4
2022-09-16scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()Dan Carpenter1-26/+32
2022-09-01scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy1-0/+351
2022-08-23scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy1-0/+892
2022-08-23scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy1-0/+228
2022-08-23scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy1-0/+158
2022-08-23scsi: mpi3mr: Get target object based on rphySreekanth Reddy1-0/+29
2022-08-23scsi: mpi3mr: Add expander devices to STLSreekanth Reddy1-3/+395
2022-08-23scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy1-0/+525
2022-08-23scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy1-0/+278
2022-08-23scsi: mpi3mr: Add framework to add phys to STLSreekanth Reddy1-0/+430