summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)AuthorFilesLines
2022-02-23scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()Damien Le Moal1-3/+5
2022-02-23scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()Damien Le Moal1-1/+1
2022-02-23scsi: pm8001: Fix pm80xx_pci_mem_copy() interfaceDamien Le Moal1-5/+3
2022-02-23scsi: pm8001: Fix command initialization in pm80XX_send_read_log()Damien Le Moal2-2/+2
2022-02-23scsi: pm8001: Fix pm8001_update_flash() local variable typeDamien Le Moal1-2/+3
2022-02-23scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control()Damien Le Moal1-8/+7
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-116/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-6/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry3-10/+1
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry3-0/+10
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry3-0/+16
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-18/+10
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry3-18/+14
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry3-10/+0
2022-02-15Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen4-47/+27
2022-02-12scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry3-18/+0
2022-02-12scsi: pm8001: Clean up inconsistent indentingYang Li1-30/+31
2022-02-01scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_taskJohn Garry1-2/+2
2022-02-01scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry1-0/+5
2022-02-01scsi: pm8001: Fix warning for undescribed param in process_one_iomb()John Garry1-0/+1
2022-01-31scsi: pm80xx: Fix double completion for SATA devicesAjish Koshy2-44/+0
2022-01-25scsi: pm8001: Fix bogus FW crash for maxcpus=1John Garry2-3/+19
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-3/+14
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-59/+186
2022-01-05scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy3-3/+14
2021-12-17Merge branch '5.16/scsi-fixes' into 5.17/scsi-stagingMartin K. Petersen1-4/+2
2021-12-14scsi: pm8001: Fix phys_to_virt() usage on dma_addr_tJohn Garry1-17/+21
2021-12-03scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()Igor Pylypiv1-4/+2
2021-11-30scsi: pm8001: Fix kernel-doc warningsBart Van Assche1-12/+12
2021-11-19scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepointChangyuan Lyu2-0/+33
2021-11-19scsi: pm80xx: Add tracepointsChangyuan Lyu5-2/+123
2021-11-19scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocationIgor Pylypiv1-2/+2
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 Pylypiv2-41/+12
2021-11-19scsi: pm80xx: Apply byte mask for phy ID in mpi_phy_start_resp()Igor Pylypiv1-1/+1
2021-10-17scsi: pm8001: Switch to attribute groupsBart Van Assche3-30/+38
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 Pylypiv2-4/+2
2021-09-15scsi: pm80xx: Fix memory leak during rmmodAjish Koshy2-0/+12
2021-09-15scsi: pm80xx: Correct inbound and outbound queue loggingViswas G1-2/+4
2021-09-15scsi: pm80xx: Fix lockup in outbound queue managementAjish Koshy2-11/+45
2021-09-15scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy5-2/+30
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-17/+15
2021-08-10scsi: pm8001: Remove redundant initialization of variable 'rv'Colin Ian King1-1/+1
2021-07-29scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv1-17/+15
2021-07-13scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap5-89/+97
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-21/+19