From patchwork Thu Feb 28 14:50:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 10833267 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E93C71515 for ; Thu, 28 Feb 2019 14:52:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DA2CF2F1C9 for ; Thu, 28 Feb 2019 14:52:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CE2F22F1F8; Thu, 28 Feb 2019 14:52:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 259A42F235 for ; Thu, 28 Feb 2019 14:52:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732569AbfB1OwC (ORCPT ); Thu, 28 Feb 2019 09:52:02 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:46370 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731586AbfB1Ov3 (ORCPT ); Thu, 28 Feb 2019 09:51:29 -0500 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id A38F2426C058B687E66D; Thu, 28 Feb 2019 22:51:25 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.408.0; Thu, 28 Feb 2019 22:51:18 +0800 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 0/6] hisi_sas: Some misc patches Date: Thu, 28 Feb 2019 22:50:56 +0800 Message-ID: <1551365462-128193-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-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The patchset contains some misc patches for the driver, including: - Workaround for acute scenario of SMP/internal IO timeout and reset racing - Clear Affiliation for STP target port (from Luo Jiaxing and Xiang Chen) - Fix PHY negotiated linkrate value for when PHY down - Some init reg config changes - Add support to coalesce and print PHY errors - A tidy-up patch John Garry (1): scsi: hisi_sas: Set PHY linkrate when disconnected Xiang Chen (4): scsi: hisi_sas: Change return variable type in phy_up_v3_hw() scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP target port scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLink Xiaofei Tan (1): scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw drivers/scsi/hisi_sas/hisi_sas.h | 8 +++ drivers/scsi/hisi_sas/hisi_sas_main.c | 57 +++++++++++++++-- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 1 + drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 89 ++++++++++++++++++-------- 4 files changed, 125 insertions(+), 30 deletions(-)