From patchwork Thu May 31 12:50:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 137376 Delivered-To: patch@linaro.org Received: by 2002:a2e:9706:0:0:0:0:0 with SMTP id r6-v6csp6561150lji; Thu, 31 May 2018 05:52:26 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKN+c8aOH3bJgprImJPNJI8ZaudsJACDLKT5CDVL6XGeHA5CiS/Q71tKkhUBPItMqDRIUmA X-Received: by 2002:a17:902:8d85:: with SMTP id v5-v6mr6908567plo.93.1527771145981; Thu, 31 May 2018 05:52:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527771145; cv=none; d=google.com; s=arc-20160816; b=yybsGrVPrjitDP47aS8uqzhd72/RyIa4BDpvvC/XPbunZpWCeytTlNYc1/yZrDBmci NVEQ6MQNO4RgHz27FCMkTv807TSRqSvUfPMEwTP3Q/kMKATF9uESOt2syRpLAgMqJsYM hQv4Qv4ExiAHeOhdG1ItTxxaNxEuibZFMPIpov4uPEZMPAjaXfL7w/mh9hi8/HZPi2KM 6/LEyKKKX9xePLSq0BGqccN9eMoY+WwxEWm4piFkxLCA+TXJI9b1gPOALBrtzlnMmlj5 LIZv2jGgqs9IL7MDk1YD3NdxI/3lYcK9dhZIl2JMDNFBNjue5vDyeFGszvAhuY1TWWhI 1POw== 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=tAUDsTThPorXtAZr3/+fjCdbpRPh0mDnNhFmh8Mtcus=; b=rnhbHb0fdRzvKnZHo4jlHYQ2E9a2Biu9LLLp4HV64VNTo6QfJ6w2VVMKScU3DbwXp1 olAoyw320tYhZKxpy6DhLCNv0eBo+ZqU2s7hJPt39XFBRBKBc0/i2cliz79zNuFBmQlF 5sajhR7CeXaUUUrKpgvlLC+V66D5h61BPRHDOCn/hvDGdqoN3j34Y+ToNcsDKMGxFNfs XMwXTVmkAN3w10vkNUgLP9zPRekYMP57yH/2Doaz3IRxWiG9s2RX2ZZ6GGbbIf523xFM hrYE4HKBlDyASZbGMQAxT6X5UmJFz4grhQzHN41So7lviGU1rJG/fjkuqkg9b9iaa0qb QI5g== 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 o65-v6si22463226pfb.188.2018.05.31.05.52.25; Thu, 31 May 2018 05:52:25 -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 S1755085AbeEaMwW (ORCPT + 30 others); Thu, 31 May 2018 08:52:22 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:38653 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754894AbeEaMwT (ORCPT ); Thu, 31 May 2018 08:52:19 -0400 Received: from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 77FFAFADAF47; Thu, 31 May 2018 20:52:15 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id 14.3.382.0; Thu, 31 May 2018 20:52:09 +0800 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 0/9] hisi_sas: some misc changes Date: Thu, 31 May 2018 20:50:41 +0800 Message-ID: <1527771050-200916-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 introduces some more minor misc changes to the driver. Patches of note include: - Pre-allocate slot DMA buffers - some fixes for host reset handling John Garry (2): scsi: hisi_sas: Add missing PHY spinlock init scsi: hisi_sas: Update a couple of register settings for v3 hw Xiang Chen (2): scsi: hisi_sas: Use dmam_alloc_coherent() scsi: hisi_sas: Pre-allocate slot DMA buffers Xiaofei Tan (5): scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw() scsi: hisi_sas: Fix the conflict between dev gone and host reset scsi: hisi_sas: Adjust task reject period during host reset scsi: hisi_sas: Add a flag to filter PHY events during reset scsi: hisi_sas: Release all remaining resources in clear nexus ha drivers/scsi/hisi_sas/hisi_sas.h | 10 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 214 +++++++++++++++------------------ drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 3 +- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 3 +- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 16 ++- 5 files changed, 122 insertions(+), 124 deletions(-) -- 1.9.1