summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpi3mr/mpi3mr_fw.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-17scsi: mpi3mr: Remove usage of dma_get_required_mask() APISreekanth Reddy1-2/+1
2022-09-25scsi: mpi3mr: Remove unnecessary castJules Irenge1-2/+1
2022-09-25scsi: mpi3mr: Fix scheduling while atomic type bugSreekanth Reddy1-6/+3
2022-09-25scsi: mpi3mr: Scan the devices during resume timeSreekanth Reddy1-5/+3
2022-09-25scsi: mpi3mr: Free enclosure objects during driver unloadSreekanth Reddy1-0/+4
2022-09-25scsi: mpi3mr: Handle 0xF003 Fault CodeSreekanth Reddy1-1/+2
2022-09-25scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBASreekanth Reddy1-8/+97
2022-09-25scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernelsSreekanth Reddy1-1/+15
2022-08-31scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy1-1/+9
2022-08-22scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy1-0/+1
2022-08-22scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy1-0/+14
2022-08-22scsi: mpi3mr: Get target object based on rphySreekanth Reddy1-0/+2
2022-08-22scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy1-0/+13
2022-08-22scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy1-0/+4
2022-08-22scsi: mpi3mr: Add helper functions to retrieve config pagesSreekanth Reddy1-0/+595
2022-08-22scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy1-0/+253
2022-07-18scsi: mpi3mr: Unlock on error pathDan Carpenter1-1/+2
2022-07-18scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy1-0/+4
2022-07-18scsi: mpi3mr: Resource Based MeteringSreekanth Reddy1-0/+62
2022-05-19scsi: mpi3mr: Return error if dma_alloc_coherent() failsDan Carpenter1-2/+6
2022-05-02scsi: mpi3mr: Add support for PEL commandsSumit Saxena1-0/+310
2022-05-02scsi: mpi3mr: Add support for driver commandsSumit Saxena1-3/+18
2022-02-11scsi: mpi3mr: Fix memory leaksSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Update the copyright yearSreekanth Reddy1-1/+1
2022-02-11scsi: mpi3mr: Update MPI3 headersSreekanth Reddy1-5/+1
2022-02-11scsi: mpi3mr: Fix deadlock while canceling the fw eventSreekanth Reddy1-1/+1
2022-01-05scsi: mpi3mr: Fix formatting problems in some kernel-doc commentsYang Li1-3/+2
2022-01-05scsi: mpi3mr: Fix some spelling mistakesColin Ian King1-3/+3
2021-12-23scsi: mpi3mr: Fixes around reply request queuesSreekanth Reddy1-1/+3
2021-12-23scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy1-33/+151
2021-12-23scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy1-0/+1
2021-12-23scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy1-33/+50
2021-12-23scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy1-4/+44
2021-12-23scsi: mpi3mr: Gracefully handle online FW update operationSreekanth Reddy1-18/+91
2021-12-23scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy1-144/+89
2021-12-23scsi: mpi3mr: Add IOC reinit functionSreekanth Reddy1-1/+115
2021-12-23scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy1-99/+81
2021-12-23scsi: mpi3mr: Code refactor of IOC init - part2Sreekanth Reddy1-78/+89
2021-12-23scsi: mpi3mr: Code refactor of IOC init - part1Sreekanth Reddy1-34/+73
2021-12-23scsi: mpi3mr: Fault IOC when internal command gets timeoutSreekanth Reddy1-48/+66
2021-12-23scsi: mpi3mr: Display IOC firmware package versionSreekanth Reddy1-0/+89
2021-12-23scsi: mpi3mr: Update MPI3 headers - part2Sreekanth Reddy1-14/+12
2021-12-23scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy1-4/+6
2021-12-23scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave()Sreekanth Reddy1-4/+6
2021-10-18scsi: mpi3mr: Use scnprintf() instead of snprintf()Dan Carpenter1-2/+2
2021-10-04scsi: mpi3mr: Clean up mpi3mr_print_ioc_info()Dan Carpenter1-23/+9
2021-08-24scsi: mpi3mr: Set up IRQs in resume pathKashyap Desai1-17/+20
2021-07-12scsi: mpi3mr: Fix W=1 compilation warningsSreekanth Reddy1-8/+7
2021-06-18scsi: mpi3mr: Make some symbols staticYang Yingliang1-1/+0
2021-06-18scsi: mpi3mr: Fix error return code in mpi3mr_init_ioc()Yang Yingliang1-0/+2