summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: pm80xx: Remove global lock from outbound queue processingViswas G2021-04-163-5/+9
* scsi: pm80xx: Reset PI and CI memory during re-initializationViswas G2021-04-162-0/+4
* scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi2021-04-166-7/+65
* scsi: pm80xx: Add sysfs attribute to track iop1 countVishakha Channapattan2021-04-161-0/+23
* scsi: pm80xx: Add sysfs attribute to track iop0 countVishakha Channapattan2021-04-161-0/+22
* scsi: pm80xx: Add sysfs attribute to track RAAE countVishakha Channapattan2021-04-161-0/+22
* scsi: pm80xx: Add sysfs attribute to check controller hmi errorVishakha Channapattan2021-04-161-0/+22
* scsi: pm80xx: Add sysfs attribute to check MPI stateVishakha Channapattan2021-04-161-1/+31
* scsi: pm8001: Clean up open bracesLuo Jiaxing2021-04-131-4/+2
* scsi: pm8001: Clean up white spaceLuo Jiaxing2021-04-136-36/+39
* scsi: pm80xx: Fix potential infinite loopColin Ian King2021-04-131-1/+1
* scsi: pm80xx: Remove busy wait from mpi_uninit_check()Igor Pylypiv2021-04-131-5/+5
* scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()Igor Pylypiv2021-04-131-2/+2
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-131-4/+4
|\
| * scsi: pm80xx: Fix chip initialization failureViswas G2021-04-061-4/+4
* | scsi: pm8001: Avoid -Wrestrict warningArnd Bergmann2021-03-251-1/+5
* | scsi: pm8001: Fix a bunch of doc-rotted function headersLee Jones2021-03-161-9/+9
* | scsi: pm8001: Fix some misnamed function descriptionsLee Jones2021-03-161-4/+4
* | scsi: pm8001: Fix incorrectly named functions in headersLee Jones2021-03-161-2/+2
* | scsi: pm8001: Provide function name 'pm8001_I_T_nexus_reset()' in headerLee Jones2021-03-161-0/+1
* | scsi: pm8001: Provide function name and fix a misspellingLee Jones2021-03-161-2/+2
* | scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv2021-03-101-4/+4
* | scsi: pm80xx: Remove list entry from pm8001_ccb_infoIgor Pylypiv2021-03-101-1/+0
|/
* scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-233-41/+36
* scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-233-38/+65
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-233-46/+36
* scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-01-211-4/+5
* scsi: pm80xx: Clean up indentation of a code blockColin Ian King2021-01-211-19/+15
* scsi: pm80xx: Log SATA IOMB completion status on failureVishakha Channapattan2021-01-131-5/+8
* scsi: pm80xx: Simultaneous poll for all FW readinessBhavesh Jashnani2021-01-131-57/+23
* scsi: pm80xx: Fix driver fatal dump failureViswas G2021-01-131-5/+9
* scsi: pm80xx: Fix missing tag_free in NVMD DATA reqakshatzen2021-01-131-4/+10
* scsi: pm80xx: Check main config table addressakshatzen2021-01-132-6/+58
* scsi: pm80xx: Check for fatal errorakshatzen2021-01-135-0/+61
* scsi: pm80xx: Do not busy wait in MPI init checkakshatzen2021-01-132-5/+5
* scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong2020-12-071-1/+2
* scsi: pm80xx: Do not sleep in atomic contextAhmed S. Darwish2020-12-011-1/+1
* scsi: pm8001: Remove space in a debug messageColin Ian King2020-12-011-1/+1
* scsi: pm8001: Fix misindentationJoe Perches2020-12-011-10/+10
* scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches2020-12-013-6/+6
* scsi: pm_8001: Use generic power managementVaibhav Gupta2020-11-261-29/+17
* scsi: pm_8001: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-261-1/+0
* scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches2020-11-243-11/+10
* scsi: pm8001: Neaten debug logging macros and usesJoe Perches2020-11-246-1887/+1354
* scsi: pm8001: Remove typecast for pointer returned by kcalloc()Xu Wang2020-11-241-1/+1
* scsi: pm8001: Remove unused variable 'value'Lee Jones2020-11-171-2/+2
* scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NULLee Jones2020-11-111-1/+1
* scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race conditionyuuzheng2020-11-051-1/+6
* scsi: pm80xx: Avoid busywait in FW ready checkakshatzen2020-11-052-10/+17
* scsi: pm80xx: Make running_req atomicViswas G2020-11-055-27/+147