summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi3mr_fw.c
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen2024-03-251-11/+21
|\
| * scsi: mpi3mr: Update MPI Headers to revision 31Ranjan Kumar2024-03-251-4/+4
| * scsi: mpi3mr: Debug ability improvementsRanjan Kumar2024-03-251-7/+14
| * scsi: mpi3mr: Set the WriteSame Divert Capability in the IOCInit MPI RequestRanjan Kumar2024-03-251-0/+2
| * scsi: mpi3mr: Clear ioctl blocking flag for an unresponsive controllerRanjan Kumar2024-03-251-0/+1
* | scsi: mpi3mr: Replace deprecated strncpy() with assignmentsJustin Stitt2024-03-101-5/+5
|/
* scsi: mpi3mr: Fix mpi3mr_fw.c kernel-doc warningsRandy Dunlap2024-01-031-4/+2
* scsi: mpi3mr: Support for preallocation of SGL BSG data buffers part-1Chandrakanth patil2023-12-051-0/+112
* scsi: mpi3mr: Add support for status reply descriptorSumit Saxena2023-11-241-0/+3
* scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116Sumit Saxena2023-11-241-1/+2
* scsi: mpi3mr: Add support for more than 1MB I/ORanjan Kumar2023-08-071-5/+24
* scsi: mpi3mr: Invoke soft reset upon TSU or event ack time outRanjan Kumar2023-08-071-4/+4
* scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash2023-05-311-0/+5
* scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET2023-05-221-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-261-4/+2
|\
| * Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-311-23/+67
| |\
| * | scsi: mpi3mr: Update copyright yearRanjan Kumar2023-03-161-1/+1
| * | scsi: mpi3mr: Modify MUR timeout value to 120 secondsRanjan Kumar2023-03-161-1/+1
| * | scsi: mpi3mr: Fix admin queue memory leak upon soft resetRanjan Kumar2023-03-161-2/+0
* | | scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)Ranjan Kumar2023-04-021-1/+1
| |/ |/|
* | scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()Tomas Henzl2023-03-071-18/+23
* | scsi: mpi3mr: Fix config page DMA memory leakTomas Henzl2023-03-071-1/+5
* | scsi: mpi3mr: Fix throttle_groups memory leakTomas Henzl2023-03-071-0/+3
* | scsi: mpi3mr: Return proper values for failures in firmware init pathRanjan Kumar2023-03-061-2/+9
* | scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar2023-03-061-1/+18
* | scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar2023-03-061-2/+10
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-031-44/+31
|\
| * scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki2023-02-211-44/+31
* | scsi: mpi3mr: Remove usage of dma_get_required_mask() APISreekanth Reddy2022-11-171-2/+1
|/
* scsi: mpi3mr: Remove unnecessary castJules Irenge2022-09-251-2/+1
* scsi: mpi3mr: Fix scheduling while atomic type bugSreekanth Reddy2022-09-251-6/+3
* scsi: mpi3mr: Scan the devices during resume timeSreekanth Reddy2022-09-251-5/+3
* scsi: mpi3mr: Free enclosure objects during driver unloadSreekanth Reddy2022-09-251-0/+4
* scsi: mpi3mr: Handle 0xF003 Fault CodeSreekanth Reddy2022-09-251-1/+2
* scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBASreekanth Reddy2022-09-251-8/+97
* scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernelsSreekanth Reddy2022-09-251-1/+15
* scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy2022-08-311-1/+9
* scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy2022-08-221-0/+1
* scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy2022-08-221-0/+14
* scsi: mpi3mr: Get target object based on rphySreekanth Reddy2022-08-221-0/+2
* scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy2022-08-221-0/+13
* scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy2022-08-221-0/+4
* scsi: mpi3mr: Add helper functions to retrieve config pagesSreekanth Reddy2022-08-221-0/+595
* scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy2022-08-221-0/+253
* scsi: mpi3mr: Unlock on error pathDan Carpenter2022-07-181-1/+2
* scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy2022-07-181-0/+4
* scsi: mpi3mr: Resource Based MeteringSreekanth Reddy2022-07-181-0/+62
* scsi: mpi3mr: Return error if dma_alloc_coherent() failsDan Carpenter2022-05-191-2/+6
* scsi: mpi3mr: Add support for PEL commandsSumit Saxena2022-05-021-0/+310
* scsi: mpi3mr: Add support for driver commandsSumit Saxena2022-05-021-3/+18