summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: hisi_sas: Set a port invalid only if there are no devices attached when...Yihang Li2023-01-121-1/+1
* scsi: hisi_sas: Use abort task set to reset SAS disks when discoveredXingui Yang2023-01-121-1/+1
* scsi: hisi_sas: Fix tag freeing for reserved tagsJason Yan2023-01-071-1/+1
* scsi: hisi_sas: Fix SATA devices missing issue during I_T nexus resetJie Zhan2022-11-261-3/+5
* scsi: Revert "scsi: hisi_sas: Don't send bcast events from HW during nexus HA...Jie Zhan2022-11-261-12/+4
* scsi: Revert "scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()"Jie Zhan2022-11-261-7/+0
* scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry2022-10-221-7/+7
* scsi: hisi_sas: Use sas_task_find_rq()John Garry2022-10-221-18/+8
* scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan2022-10-181-11/+3
* scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang2022-10-181-1/+17
* scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang2022-10-181-5/+3
* scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry2022-09-061-4/+12
* scsi: hisi_sas: Add helper to process bcast eventsJohn Garry2022-09-061-0/+12
* scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry2022-09-061-0/+7
* scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry2022-09-061-1/+1
* scsi: hisi_sas: Relocate DMA unmap of SMP taskXiang Chen2022-07-181-1/+5
* scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsXiang Chen2022-07-181-25/+18
* scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry2022-05-191-0/+2
* scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry2022-05-191-29/+18
* scsi: hisi_sas: Use sas_ata_wait_after_reset() in IT nexus resetJohn Garry2022-05-191-7/+12
* scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter2022-03-291-1/+0
* scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-141-298/+155
* scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen2022-02-271-1/+2
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-221-127/+3
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-26/+1
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-11/+1
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-4/+1
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-4/+1
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+20
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-10/+6
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-191-11/+11
* scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUTJohn Garry2022-02-191-2/+0
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-191-12/+0
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-141-11/+6
|\
| * scsi: hisi_sas: Fix setting of hisi_sas_slot.is_internalJohn Garry2022-01-311-8/+6
| * scsi: hisi_sas: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-241-3/+0
* | scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-111-7/+1
|/
* scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen2022-01-071-5/+0
* scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen2021-12-221-2/+20
* scsi: hisi_sas: Fix some issues related to asd_sas_port->phy_listXiang Chen2021-12-221-3/+8
* scsi: Revert "scsi: hisi_sas: Filter out new PHY up events during suspend"John Garry2021-12-221-6/+0
* scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu2021-12-161-5/+13
* scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu2021-12-161-3/+5
* scsi: hisi_sas: Prevent parallel controller reset and control phy commandQi Liu2021-12-161-0/+2
* scsi: hisi_sas: Factor out task prep and delivery codeJohn Garry2021-12-161-157/+124
* scsi: hisi_sas: Pass abort structure for internal abortJohn Garry2021-12-161-9/+12
* scsi: hisi_sas: Make internal abort have no task protoJohn Garry2021-12-161-1/+1
* scsi: hisi_sas: Start delivery hisi_sas_task_exec() directlyJohn Garry2021-12-161-11/+6
* scsi: hisi_sas: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-12-061-2/+2