From patchwork Fri Sep 6 12:55:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 173236 Delivered-To: patch@linaro.org Received: by 2002:ac9:19ad:0:0:0:0:0 with SMTP id d45csp600972oce; Fri, 6 Sep 2019 05:59:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqxGK+OhPiYRQWiPyMVrOUp1L07x1SFCzfuJhGuFveSNye1B5dnYYw2B4Ypx483wsLM8PYNI X-Received: by 2002:a63:1455:: with SMTP id 21mr7768756pgu.116.1567774750368; Fri, 06 Sep 2019 05:59:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567774750; cv=none; d=google.com; s=arc-20160816; b=fPp5YFTRhfNzw0CFK8/W+r1fpPfYk+I5xRlBqYmJwt0Ll8BCyF+qLte/rxQEA+orNa RR/gK7YSFPvnXeWdouPFdgTJwxwqphH4vp/D702t+Dsb1WD+NmiXaeeKEsshRKhgl/f5 ioPwa5ZAvWTZbzgFFole+OumL85w3ESoZxniIg/HTT+iCFBRdO/fmHhTWOCH5/Wuanli xhs+rnPo8+7G8ZPRiJTfz5kuvf5UOTONlcEsdLME531xvMJW0fGDSFacz55giZ0tyd/M V2wLD9zCHTr+PUzWnOoKhEMnHDnils+m91VT97H5ypuDL7PWuIq+8Z16wrdcMhfCvZRV DIBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=xHjmjY3H7X4ipBFvRPO9r8UbjR2Hf9nQ5+8Hk9Tx/zg=; b=pjQn+fBd34dBxvUW9/3zH115wqxg5z+QoFGmn3s9GCsjMF17DTgsMaxih9Z5rR3l8Z EzOUG7pEw3g6wqklEN378bpszh1CPtuiP59pg8gz84IP9iowRwC4biuxsUf+D3baOIFs SqwmSsHN6xjZKV91+4uCsYq5jCJbnrpXZJBZN6BDSnMalWP0T0njU9FJUlFp7nL/v8GS 5iCx8b2oS2o53b2v2FjweqFKEPoCfLvzQ7/fdHoukfBFGtoDJuGjhvMYgGiE8Yc0bk+7 3qcDOXrrke2sE4qHw03m3zAA0sPyv9ikUjM0IHXrn3oeTG8mHFn4+LwKiYuMJ5phlK/a LviA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 132si4334929pgc.134.2019.09.06.05.59.10; Fri, 06 Sep 2019 05:59:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405045AbfIFM7G (ORCPT + 28 others); Fri, 6 Sep 2019 08:59:06 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:6695 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2404861AbfIFM6O (ORCPT ); Fri, 6 Sep 2019 08:58:14 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id C1D5743A757ADCF7B11C; Fri, 6 Sep 2019 20:58:10 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.439.0; Fri, 6 Sep 2019 20:58:00 +0800 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 00/13] hisi_sas: Some misc patches Date: Fri, 6 Sep 2019 20:55:24 +0800 Message-ID: <1567774537-20003-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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