This patchset includes support for some more minor features, a bit of tidying, and a few patches to make the driver a bit more robust. Notables: - BIST phy loopback support - Fix for NCQ tags - Correctly config registers after controller reset Luo Jiaxing (7): scsi: hisi_sas: add debugfs auto-trigger for internal abort time out scsi: hisi_sas: Use true/false as input parameter of sas_phy_reset() scsi: hisi_sas: Directly return when running I_T_nexus reset if phy disabled scsi: hisi_sas: Remove sleep after issue phy reset if sas_smp_phy_control() fails scsi: hisi_sas: Remove hisi_sas_hw.slot_complete scsi: hisi_sas: Remove some unused function arguments scsi: hisi_sas: Add hisi_sas_debugfs_alloc() to centralise allocation Xiang Chen (6): scsi: hisi_sas: Retry 3 times TMF IO for SAS disks when init device scsi: hisi_sas: Update all the registers after suspend and resume scsi: hisi_sas: Assign NCQ tag for all NCQ commands scsi: hisi_sas: Remove redundant work declaration scsi: hisi_sas: Add BIST support for phy loopback scsi: hisi_sas: Fix the conflict between device gone and host reset drivers/scsi/hisi_sas/hisi_sas.h | 18 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 569 +++++++++++++++++++++---- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 1 - drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 17 +- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 159 ++++++- 5 files changed, 661 insertions(+), 103 deletions(-) -- 2.17.1