From patchwork Fri Dec 8 17:16:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 121214 Delivered-To: patch@linaro.org Received: by 10.140.22.227 with SMTP id 90csp869013qgn; Fri, 8 Dec 2017 08:36:29 -0800 (PST) X-Google-Smtp-Source: AGs4zMY0hzVI9BClse3d1tuXNu6pmFGD5GVlkmlBLcpw2zsw4ZfmKnRz5H8p4HpiXtTgHa4UVN8H X-Received: by 10.101.93.136 with SMTP id f8mr29402547pgt.291.1512750989298; Fri, 08 Dec 2017 08:36:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1512750989; cv=none; d=google.com; s=arc-20160816; b=LM9/LB+uYsFolB+o9CJl8jV+VP+XS00iQQzpU8j3x5q1t5mUfCSiIDB2QJoc5aQBSH gAPAeI5c/ea36cbBLMK8HwvVDo68GpkMlfd924FAG4xLguPjEOVjHq1PrqdhiCEVnSw6 ryjJbwaZHQ9HHxn6zdVJttenrX1xqMYcKF4kS4bFvuta3Jsarcpw4qIuSl5Yynt4sHwj XL240HtstvUSqccD48YIgZqP23ir7pzhoWsgy/tdOK4fDbXkd/trV0anHqjT4lsRS0SO FM8o/Eu5FU3S8ew2alOHmRJ2pipuirG5YymD3fqm47H00MgF9JK/7UeM4ClLdVhivTPZ yuog== 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:arc-authentication-results; bh=EPe46iVd6sxgJlpMEx0G1PK3mMsCP0g90p2rYfWVJaM=; b=ERcDbgRvmUPGtV100gUv1b6+dt3kMYPBkKBOf1dVHZZk5pWVIsUtd7wjsogJUGqRCA sBHZxlC8bQRfj32uJQyFYZiCSHMK4I05Cr57xqKCHMWrdz32Uy3Yuzia+2IDuz+xXsFs NiOfYYGeUl8/xuXhwmEesTQbWnJFjmDYRppw+0hNp4zUB866ao5bnLBBGcFC+VJSuW6N oqp3+P+9f+UYEhPAmFTRMBHO+OARTcXV7QFhnd1zL2tRgKTzQXDbS09Fo+hlWNT3sRhw eqFrqsTplxuIVdUxz9VY79sEkGlr5Fiuvm0mtkJkWEKzMfwzoWjSJNdnAXfBz8tJlGty fatw== 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 b2si5704222pgt.705.2017.12.08.08.36.29; Fri, 08 Dec 2017 08:36:29 -0800 (PST) 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 S1754247AbdLHQg1 (ORCPT + 18 others); Fri, 8 Dec 2017 11:36:27 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:2222 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752531AbdLHQa7 (ORCPT ); Fri, 8 Dec 2017 11:30:59 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 6C108E88821A5; Sat, 9 Dec 2017 00:30:44 +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.361.1; Sat, 9 Dec 2017 00:30:35 +0800 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 00/19] hisi_sas: PM, RAS, and other misc changes Date: Sat, 9 Dec 2017 01:16:31 +0800 Message-ID: <1512753410-50924-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 1.9.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 contains support for some new features, and also some modifications and other fixes. Headline changes include: - v3 hw Suspend and Resume support - v3 hw RAS (PCI AER) support - v2 hw HW port error handling support - other misc fixes and tidy-up Xiang Chen (8): scsi: hisi_sas: initialize dq spinlock before use scsi: hisi_sas: fix dma_unmap_sg() parameter scsi: hisi_sas: modify hisi_sas_dev_gone() for reset scsi: hisi_sas: change ncq process for v3 hw scsi: hisi_sas: add some print to enhance debugging scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO scsi: hisi_sas: re-add the lldd_port_deformed() scsi: hisi_sas: add v3 hw suspend and resume Xiaofei Tan (11): scsi: hisi_sas: relocate clearing ITCT and freeing device scsi: hisi_sas: optimise port id refresh function scsi: hisi_sas: some optimizations of host controller reset scsi: hisi_sas: add an mechanism to do reset work synchronously scsi: hisi_sas: add RAS feature for v3 hw scsi: hisi_sas: improve int_chnl_int_v2_hw() consistenty with v3 hw scsi: hisi_sas: add v2 hw port AXI error handling support scsi: hisi_sas: use an general way to delay PHY work scsi: hisi_sas: do link reset for some CHL_INT2 ints scsi: hisi_sas: judge result of internal abort scsi: hisi_sas: add internal abort dev in some places drivers/scsi/hisi_sas/hisi_sas.h | 40 +++- drivers/scsi/hisi_sas/hisi_sas_main.c | 222 +++++++++++++++++----- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 6 +- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 153 ++++++++++----- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 330 ++++++++++++++++++++++++++++----- 5 files changed, 610 insertions(+), 141 deletions(-) -- 1.9.1