summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi3mr_fw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-04-271-4/+2
|\
| * Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-04-011-23/+67
| |\
| * | scsi: mpi3mr: Update copyright yearRanjan Kumar2023-03-171-1/+1
| * | scsi: mpi3mr: Modify MUR timeout value to 120 secondsRanjan Kumar2023-03-171-1/+1
| * | scsi: mpi3mr: Fix admin queue memory leak upon soft resetRanjan Kumar2023-03-171-2/+0
* | | scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)Ranjan Kumar2023-04-031-1/+1
| |/ |/|
* | scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()Tomas Henzl2023-03-081-18/+23
* | scsi: mpi3mr: Fix config page DMA memory leakTomas Henzl2023-03-081-1/+5
* | scsi: mpi3mr: Fix throttle_groups memory leakTomas Henzl2023-03-081-0/+3
* | scsi: mpi3mr: Return proper values for failures in firmware init pathRanjan Kumar2023-03-071-2/+9
* | scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar2023-03-071-1/+18
* | scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar2023-03-071-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-221-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-09-011-1/+9
* scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy2022-08-231-0/+1
* scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy2022-08-231-0/+14
* scsi: mpi3mr: Get target object based on rphySreekanth Reddy2022-08-231-0/+2
* scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy2022-08-231-0/+13
* scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy2022-08-231-0/+4
* scsi: mpi3mr: Add helper functions to retrieve config pagesSreekanth Reddy2022-08-231-0/+595
* scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy2022-08-231-0/+253
* scsi: mpi3mr: Unlock on error pathDan Carpenter2022-07-191-1/+2
* scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy2022-07-191-0/+4
* scsi: mpi3mr: Resource Based MeteringSreekanth Reddy2022-07-191-0/+62
* scsi: mpi3mr: Return error if dma_alloc_coherent() failsDan Carpenter2022-05-201-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
* scsi: mpi3mr: Fix memory leaksSreekanth Reddy2022-02-111-1/+1
* scsi: mpi3mr: Update the copyright yearSreekanth Reddy2022-02-111-1/+1
* scsi: mpi3mr: Update MPI3 headersSreekanth Reddy2022-02-111-5/+1
* scsi: mpi3mr: Fix deadlock while canceling the fw eventSreekanth Reddy2022-02-111-1/+1
* scsi: mpi3mr: Fix formatting problems in some kernel-doc commentsYang Li2022-01-051-3/+2
* scsi: mpi3mr: Fix some spelling mistakesColin Ian King2022-01-051-3/+3
* scsi: mpi3mr: Fixes around reply request queuesSreekanth Reddy2021-12-231-1/+3
* scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy2021-12-231-33/+151
* scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy2021-12-231-0/+1
* scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy2021-12-231-33/+50
* scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy2021-12-231-4/+44
* scsi: mpi3mr: Gracefully handle online FW update operationSreekanth Reddy2021-12-231-18/+91
* scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy2021-12-231-144/+89
* scsi: mpi3mr: Add IOC reinit functionSreekanth Reddy2021-12-231-1/+115