summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi3mr_transport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann2024-02-271-1/+6
* scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32Sumit Saxena2023-11-251-8/+8
* scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()Harshit Mogalapalli2023-05-081-1/+1
* Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-04-011-10/+10
|\
| * scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl2023-03-081-4/+1
| * scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar2023-03-071-5/+7
| * scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar2023-03-071-1/+2
* | scsi: mpi3mr: Update copyright yearRanjan Kumar2023-03-171-1/+1
|/
* scsi: mpi3mr: Fix an issue found by KASANTomas Henzl2023-02-221-1/+1
* scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()Dan Carpenter2022-09-161-2/+4
* scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()Dan Carpenter2022-09-161-26/+32
* scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy2022-09-011-0/+351
* scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy2022-08-231-0/+892
* scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy2022-08-231-0/+228
* scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy2022-08-231-0/+158
* scsi: mpi3mr: Get target object based on rphySreekanth Reddy2022-08-231-0/+29
* scsi: mpi3mr: Add expander devices to STLSreekanth Reddy2022-08-231-3/+395
* scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy2022-08-231-0/+525
* scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy2022-08-231-0/+278
* scsi: mpi3mr: Add framework to add phys to STLSreekanth Reddy2022-08-231-0/+430