summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
Commit message (Expand)AuthorAgeFilesLines
* scsi: pm8001: Fix phys_to_virt() usage on dma_addr_tJohn Garry2021-12-131-17/+21
* scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv2021-12-021-4/+2
* scsi: pm8001: Switch to attribute groupsBart Van Assche2021-10-163-30/+38
* scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv2021-10-041-1/+1
* scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv2021-10-042-4/+2
* scsi: pm80xx: Fix memory leak during rmmodAjish Koshy2021-09-142-0/+12
* scsi: pm80xx: Correct inbound and outbound queue loggingViswas G2021-09-141-2/+4
* scsi: pm80xx: Fix lockup in outbound queue managementAjish Koshy2021-09-142-11/+45
* scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy2021-09-145-2/+30
* Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-111-17/+15
|\
| * scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv2021-07-281-17/+15
* | scsi: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King2021-08-091-1/+1
|/
* scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap2021-07-125-89/+97
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-111-0/+1
|\
| * scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-221-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-023-21/+19
|\|
| * scsi: pm8001: Remove unnecessary OOM messageZhen Lei2021-06-151-4/+2
| * scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2021-06-023-17/+17
* | scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy2021-05-154-12/+19
|/
* scsi: pm80xx: Remove global lock from outbound queue processingViswas G2021-04-153-5/+9
* scsi: pm80xx: Reset PI and CI memory during re-initializationViswas G2021-04-152-0/+4
* scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi2021-04-156-7/+65
* scsi: pm80xx: Add sysfs attribute to track iop1 countVishakha Channapattan2021-04-151-0/+23
* scsi: pm80xx: Add sysfs attribute to track iop0 countVishakha Channapattan2021-04-151-0/+22
* scsi: pm80xx: Add sysfs attribute to track RAAE countVishakha Channapattan2021-04-151-0/+22
* scsi: pm80xx: Add sysfs attribute to check controller hmi errorVishakha Channapattan2021-04-151-0/+22
* scsi: pm80xx: Add sysfs attribute to check MPI stateVishakha Channapattan2021-04-151-1/+31
* scsi: pm8001: Clean up open bracesLuo Jiaxing2021-04-121-4/+2
* scsi: pm8001: Clean up white spaceLuo Jiaxing2021-04-126-36/+39
* scsi: pm80xx: Fix potential infinite loopColin Ian King2021-04-121-1/+1
* scsi: pm80xx: Remove busy wait from mpi_uninit_check()Igor Pylypiv2021-04-121-5/+5
* scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_check()Igor Pylypiv2021-04-121-2/+2
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-121-4/+4
|\
| * scsi: pm80xx: Fix chip initialization failureViswas G2021-04-051-4/+4
* | scsi: pm8001: Avoid -Wrestrict warningArnd Bergmann2021-03-241-1/+5
* | scsi: pm8001: Fix a bunch of doc-rotted function headersLee Jones2021-03-151-9/+9
* | scsi: pm8001: Fix some misnamed function descriptionsLee Jones2021-03-151-4/+4
* | scsi: pm8001: Fix incorrectly named functions in headersLee Jones2021-03-151-2/+2
* | scsi: pm8001: Provide function name 'pm8001_I_T_nexus_reset()' in headerLee Jones2021-03-151-0/+1
* | scsi: pm8001: Provide function name and fix a misspellingLee Jones2021-03-151-2/+2
* | scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv2021-03-091-4/+4
* | scsi: pm80xx: Remove list entry from pm8001_ccb_infoIgor Pylypiv2021-03-091-1/+0
|/
* scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-223-41/+36
* scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-223-38/+65
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-223-46/+36
* scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-01-201-4/+5
* scsi: pm80xx: Clean up indentation of a code blockColin Ian King2021-01-201-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