aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi3mr_transport.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-15scsi: mpi3mr: Validate SAS port assignmentsRanjan Kumar1-15/+27
2024-07-10Merge branch '6.10/scsi-fixes' into 6.11/scsi-stagingMartin K. Petersen1-1/+1
2024-07-04Merge patch series "mpi3mr: Support PCI Error Recovery"Martin K. Petersen1-4/+35
2024-07-04scsi: mpi3mr: Prevent PCI writes from driver during PCI error recoverySumit Saxena1-4/+35
2024-07-04scsi: mpi3mr: Correct a test in mpi3mr_sas_port_add()Tomas Henzl1-2/+2
2024-05-28Merge branch '6.10/scsi-queue' into 6.10/scsi-fixesMartin K. Petersen1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2024-05-15scsi: mpi3mr: Use proper format specifier in mpi3mr_sas_port_add()Nathan Chancellor1-1/+1
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+10
2024-05-08scsi: mpi3mr: Sanitise num_physTomas Henzl1-0/+10
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+2
2024-04-25scsi: mpi3mr: Avoid possible run-time warning with long manufacturer stringsKees Cook1-9/+5
2024-02-26scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann1-1/+6
2023-11-24scsi: mpi3mr: Increase maximum number of PHYs to 64 from 32Sumit Saxena1-8/+8
2023-05-08scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()Harshit Mogalapalli1-1/+1
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-10/+10
2023-03-16scsi: mpi3mr: Update copyright yearRanjan Kumar1-1/+1
2023-03-07scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl1-4/+1
2023-03-06scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar1-5/+7
2023-03-06scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar1-1/+2
2023-02-21scsi: mpi3mr: Fix an issue found by KASANTomas Henzl1-1/+1
2022-09-15scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()Dan Carpenter1-2/+4
2022-09-15scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()Dan Carpenter1-26/+32
2022-08-31scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy1-0/+351
2022-08-22scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy1-0/+892
2022-08-22scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy1-0/+228
2022-08-22scsi: mpi3mr: Add SAS SATA end devices to STLSreekanth Reddy1-0/+158
2022-08-22scsi: mpi3mr: Get target object based on rphySreekanth Reddy1-0/+29
2022-08-22scsi: mpi3mr: Add expander devices to STLSreekanth Reddy1-3/+395
2022-08-22scsi: mpi3mr: Add helper functions to manage device's portSreekanth Reddy1-0/+525
2022-08-22scsi: mpi3mr: Add helper functions to retrieve device objectsSreekanth Reddy1-0/+278
2022-08-22scsi: mpi3mr: Add framework to add phys to STLSreekanth Reddy1-0/+430