summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry1-298/+155
2022-02-27scsi: hisi_sas: Change hisi_sas_control_phy() phyup timeoutXiang Chen1-1/+2
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry1-127/+3
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 Garry1-11/+11
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. Petersen1-11/+6
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-7/+1
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 JAILLET1-3/+0
2022-01-07scsi: hisi_sas: Remove unused variable and check in hisi_sas_send_ata_reset_e...Xiang Chen1-5/+0
2021-12-22scsi: hisi_sas: Keep controller active between ISR of phyup and the event bei...Xiang Chen1-2/+20
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-16scsi: hisi_sas: Fix phyup timeout on FPGAQi Liu1-5/+13
2021-12-16scsi: hisi_sas: Prevent parallel FLR and controller resetQi Liu1-3/+5
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 Garry1-9/+12
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
2021-12-06scsi: hisi_sas: Remove some useless code in hisi_sas_alloc()Christophe JAILLET1-9/+0
2021-12-06scsi: hisi_sas: Use devm_bitmap_zalloc() when applicableChristophe JAILLET1-3/+2
2021-10-12scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failureLuo Jiaxing1-5/+24
2021-10-12scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()Xiang Chen1-11/+32
2021-10-12scsi: hisi_sas: Initialise devices in .slave_alloc callbackXiang Chen1-3/+14
2021-09-13scsi: hisi_sas: Replace del_timer() calls with del_timer_sync()Xiang Chen1-7/+5
2021-09-13scsi: hisi_sas: Rename HISI_SAS_{RESET -> RESETTING}_BITLuo Jiaxing1-6/+6
2021-08-11scsi: hisi_sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-06-09scsi: hisi_sas: Speed up error handling when internal abort timeout occursLuo Jiaxing1-0/+6
2021-06-09scsi: hisi_sas: Reset controller for internal abort timeoutLuo Jiaxing1-14/+26
2021-06-09scsi: hisi_sas: Include HZ in timer macrosLuo Jiaxing1-7/+10
2021-06-09scsi: hisi_sas: Run I_T nexus resets in parallel for clear nexus resetLuo Jiaxing1-6/+17
2021-06-09scsi: hisi_sas: Put a limit of link reset retriesLuo Jiaxing1-2/+13
2021-04-12scsi: hisi_sas: Print SATA device SAS address for soft reset failureLuo Jiaxing1-2/+4
2021-04-12scsi: hisi_sas: Directly snapshot registers when executing a resetJianqin Xie1-8/+20
2021-04-12scsi: hisi_sas: Call sas_unregister_ha() to roll back if .hw_init() failsXiang Chen1-1/+3
2021-01-26scsi: hisi_sas: Enable debugfs support by defaultLuo Jiaxing1-2/+11
2021-01-26scsi: hisi_sas: Don't check .nr_hw_queues in hisi_sas_task_prep()John Garry1-4/+2
2021-01-22scsi: hisi_sas: Switch back to original libsas event notifiersAhmed S. Darwish1-5/+4
2021-01-22scsi: hisi_sas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-11/+15
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-8/+4