summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001/pm8001_hwi.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-25scsi: pm80xx: Log device registrationAkshat Jain1-3/+4
2022-10-18scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errorsJohn Garry1-158/+13
2022-10-18scsi: pm8001: Modify task abort handling for SATA taskJohn Garry1-2/+13
2022-09-25scsi: pm8001: Fix running_req for internal abort commandsJohn Garry1-0/+4
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+5
2022-08-02scsi: pm8001: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-14scsi: pm80xx: Fix 'Unknown' max/min linkrateChangyuan Lyu1-16/+3
2022-06-17scsi: pm8001: Set up tags before using themJohn Garry1-0/+5
2022-03-15scsi: pm8001: Use libsas internal abort supportJohn Garry1-10/+17
2022-02-23scsi: pm8001: Improve pm80XX_send_abort_all()Damien Le Moal1-10/+4
2022-02-23scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal1-23/+19
2022-02-23scsi: pm8001: Simplify pm8001_mpi_build_cmd() interfaceDamien Le Moal1-98/+56
2022-02-23scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal1-104/+76
2022-02-23scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()Damien Le Moal1-1/+3
2022-02-23scsi: pm8001: Fix tag leaks on errorDamien Le Moal1-0/+9
2022-02-23scsi: pm8001: Fix task leak in pm8001_send_abort_all()Damien Le Moal1-3/+6
2022-02-23scsi: pm8001: Fix tag values handlingDamien Le Moal1-34/+18
2022-02-23scsi: pm8001: Fix pm8001_mpi_task_abort_resp()Damien Le Moal1-4/+3
2022-02-23scsi: pm8001: Fix abort all task initializationDamien Le Moal1-0/+2
2022-02-23scsi: pm8001: Fix NCQ NON DATA command completion handlingDamien Le Moal1-1/+2
2022-02-23scsi: pm8001: Fix NCQ NON DATA command task initializationDamien Le Moal1-7/+7
2022-02-23scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()Damien Le Moal1-1/+1
2022-02-23scsi: pm8001: Fix command initialization in pm80XX_send_read_log()Damien Le Moal1-1/+1
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry1-2/+2
2022-02-15Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen1-17/+0
2022-02-12scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-8/+0
2022-01-31scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy1-18/+0
2021-11-19scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepointChangyuan Lyu1-0/+5
2021-11-19scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()Igor Pylypiv1-1/+3
2021-11-19scsi: pm80xx: Do not check the address-of value for NULLIgor Pylypiv1-20/+4
2021-10-05scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()Igor Pylypiv1-1/+1
2021-10-05scsi: pm80xx: Replace open coded check with dev_is_expander()Igor Pylypiv1-2/+1
2021-09-15scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy1-1/+6
2021-08-10scsi: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King1-1/+1
2021-07-13scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap1-9/+9
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-8/+8
2021-05-16scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy1-4/+6
2021-04-16scsi: pm80xx: Reset PI and CI memory during re-initializationViswas G1-0/+2
2021-04-16scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi1-6/+60
2021-04-13scsi: pm8001: Clean up white spaceLuo Jiaxing1-7/+7
2021-04-13scsi: pm80xx: Fix potential infinite loopColin Ian King1-1/+1
2021-04-13Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-4/+4
2021-04-06scsi: pm80xx: Fix chip initialization failureViswas G1-4/+4
2021-03-16scsi: pm8001: Fix some misnamed function descriptionsLee Jones1-4/+4
2021-01-23scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish1-21/+19
2021-01-23scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-19/+35
2021-01-23scsi: libsas: Remove notifier indirectionJohn Garry1-21/+19
2021-01-13scsi: pm80xx: Fix missing tag_free in NVMD DATA reqakshatzen1-4/+10