aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-18scsi: hisi_sas: Modify v3 HW SATA completion error processingXingui Yang1-1/+8
2022-07-18scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen4-7/+5
2022-07-18scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen1-25/+18
2022-07-18scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()John Garry1-4/+1
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-0/+7
2022-06-27scsi: hisi_sas: Limit max hw sectors for v3 HWJohn Garry1-0/+7
2022-06-21scsi: hisi_sas: Align commentsJiang Jian1-2/+2
2022-05-19scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry1-0/+2
2022-05-19scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry1-29/+18
2022-05-19scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry1-7/+12
2022-05-10scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen1-2/+8
2022-03-29scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter1-1/+0
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry4-319/+171
2022-02-27scsi: hisi_sas: Modify v3 HW SSP underflow error processingXingui Yang1-13/+26
2022-02-27scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen1-2/+50
2022-02-27scsi: hisi_sas: Rename error labels in hisi_sas_v3_probe()Qi Liu1-10/+10
2022-02-27scsi: hisi_sas: Free irq vectors in order for v3 HWQi Liu1-5/+11
2022-02-27scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2-2/+3
2022-02-27scsi: hisi_sas: Change permission of parameter prot_maskXiang Chen1-1/+1
2022-02-22scsi: hisi_sas: Remove unnecessary print function dev_err()Yang Li1-12/+3
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry2-129/+6
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-26/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-11/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-4/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-4/+1
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+20
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-10/+6
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry5-23/+16
2022-02-19scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry1-2/+0
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry1-12/+0
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2-13/+6
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry4-13/+4
2022-01-31scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry1-8/+6
2022-01-24scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2-5/+0
2022-01-07scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_each_phy()Xiang Chen1-5/+0
2021-12-22scsi: hisi_sas: Use autosuspend for the host controllerXiang Chen1-0/+2
2021-12-22scsi: hisi_sas: Keep controller active between ISR of phyup and the event being processedXiang Chen3-3/+24
2021-12-22scsi: hisi_sas: Add more logs for runtime suspend/resumeXiang Chen1-2/+6
2021-12-22scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen1-3/+8
2021-12-22scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry1-6/+0
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry1-1/+9
2021-12-16scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2-7/+21
2021-12-16scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2-3/+6
2021-12-16scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu1-0/+2
2021-12-16scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry1-157/+124
2021-12-16scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2-9/+17
2021-12-16scsi: hisi_sas: Make internal abort have no task protoJohn Garry1-1/+1
2021-12-16scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry1-11/+6
2021-12-06scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET1-2/+2