This small series includes the following: - Relocate the init device functionality to a more appropriate location - Make the phy control function synchronous - For faulty SATA disk, disable their phy to stop spinning in the error handler - For previous patch we need to export a libsas phy control function Thanks! Luo Jiaxing (2): scsi: libsas: Export sas_phy_enable() scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failure Xiang Chen (2): scsi: hisi_sas: Initialise devices in .slave_alloc callback scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy() drivers/scsi/hisi_sas/hisi_sas.h | 1 + drivers/scsi/hisi_sas/hisi_sas_main.c | 89 ++++++++++++++++++++------ drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 13 +--- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 19 ++---- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 11 +--- drivers/scsi/libsas/sas_init.c | 3 +- include/scsi/libsas.h | 1 + 7 files changed, 84 insertions(+), 53 deletions(-) -- 2.26.2