summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi3mr_fw.c
AgeCommit message (Expand)Author
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-21scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki
2022-11-17scsi: mpi3mr: Remove usage of dma_get_required_mask() APISreekanth Reddy
2022-09-25scsi: mpi3mr: Remove unnecessary castJules Irenge
2022-09-25scsi: mpi3mr: Fix scheduling while atomic type bugSreekanth Reddy
2022-09-25scsi: mpi3mr: Scan the devices during resume timeSreekanth Reddy
2022-09-25scsi: mpi3mr: Free enclosure objects during driver unloadSreekanth Reddy
2022-09-25scsi: mpi3mr: Handle 0xF003 Fault CodeSreekanth Reddy
2022-09-25scsi: mpi3mr: Graceful handling of surprise removal of PCIe HBASreekanth Reddy
2022-09-25scsi: mpi3mr: Schedule IRQ kthreads only on non-RT kernelsSreekanth Reddy
2022-08-31scsi: mpi3mr: Refresh SAS ports during soft resetSreekanth Reddy
2022-08-22scsi: mpi3mr: Support SAS transport class callbacksSreekanth Reddy
2022-08-22scsi: mpi3mr: Add framework to issue MPT transport cmdsSreekanth Reddy
2022-08-22scsi: mpi3mr: Get target object based on rphySreekanth Reddy
2022-08-22scsi: mpi3mr: Enable STL on HBAs where multipath is disabledSreekanth Reddy
2022-08-22scsi: mpi3mr: Enable Enclosure device add eventSreekanth Reddy
2022-08-22scsi: mpi3mr: Add helper functions to retrieve config pagesSreekanth Reddy
2022-08-22scsi: mpi3mr: Add framework to issue config requestsSreekanth Reddy
2022-07-18scsi: mpi3mr: Unlock on error pathDan Carpenter
2022-07-18scsi: mpi3mr: Reduce VD queue depth on detecting throttlingSreekanth Reddy
2022-07-18scsi: mpi3mr: Resource Based MeteringSreekanth Reddy
2022-05-19scsi: mpi3mr: Return error if dma_alloc_coherent() failsDan Carpenter
2022-05-02scsi: mpi3mr: Add support for PEL commandsSumit Saxena
2022-05-02scsi: mpi3mr: Add support for driver commandsSumit Saxena
2022-02-11scsi: mpi3mr: Fix memory leaksSreekanth Reddy
2022-02-11scsi: mpi3mr: Update the copyright yearSreekanth Reddy
2022-02-11scsi: mpi3mr: Update MPI3 headersSreekanth Reddy
2022-02-11scsi: mpi3mr: Fix deadlock while canceling the fw eventSreekanth Reddy
2022-01-05scsi: mpi3mr: Fix formatting problems in some kernel-doc commentsYang Li
2022-01-05scsi: mpi3mr: Fix some spelling mistakesColin Ian King
2021-12-23scsi: mpi3mr: Fixes around reply request queuesSreekanth Reddy
2021-12-23scsi: mpi3mr: Add io_uring interface support in I/O-polled modeSreekanth Reddy
2021-12-23scsi: mpi3mr: Print cable mngnt and temp threshold eventsSreekanth Reddy
2021-12-23scsi: mpi3mr: Support Prepare for Reset eventSreekanth Reddy
2021-12-23scsi: mpi3mr: Add Event acknowledgment logicSreekanth Reddy
2021-12-23scsi: mpi3mr: Gracefully handle online FW update operationSreekanth Reddy
2021-12-23scsi: mpi3mr: Detect async reset that occurred in firmwareSreekanth Reddy
2021-12-23scsi: mpi3mr: Add IOC reinit functionSreekanth Reddy
2021-12-23scsi: mpi3mr: Handle offline FW activation in graceful mannerSreekanth Reddy
2021-12-23scsi: mpi3mr: Code refactor of IOC init - part2Sreekanth Reddy
2021-12-23scsi: mpi3mr: Code refactor of IOC init - part1Sreekanth Reddy
2021-12-23scsi: mpi3mr: Fault IOC when internal command gets timeoutSreekanth Reddy
2021-12-23scsi: mpi3mr: Display IOC firmware package versionSreekanth Reddy
2021-12-23scsi: mpi3mr: Update MPI3 headers - part2Sreekanth Reddy
2021-12-23scsi: mpi3mr: Don't reset IOC if cmnds flush with reset statusSreekanth Reddy
2021-12-23scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave()Sreekanth Reddy
2021-10-18scsi: mpi3mr: Use scnprintf() instead of snprintf()Dan Carpenter
2021-10-04scsi: mpi3mr: Clean up mpi3mr_print_ioc_info()Dan Carpenter
2021-08-24scsi: mpi3mr: Set up IRQs in resume pathKashyap Desai
2021-07-12scsi: mpi3mr: Fix W=1 compilation warningsSreekanth Reddy