From patchwork Mon Feb 19 19:13:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 128838 Delivered-To: patch@linaro.org Received: by 10.46.124.24 with SMTP id x24csp3800560ljc; Mon, 19 Feb 2018 10:22:19 -0800 (PST) X-Google-Smtp-Source: AH8x224f1SVBZd1otD+M+/HcsqGQDi3ZLTPBnI0ayDq8dhbLioBCoCnO2kRCdXdhrk6DkkUl8bnp X-Received: by 10.101.101.10 with SMTP id x10mr621325pgv.223.1519064539153; Mon, 19 Feb 2018 10:22:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519064539; cv=none; d=google.com; s=arc-20160816; b=pAq5j+hL+Pk8rdEcTZnQ1xBNjMW+iM+3kU7y965gDjCBage093SakNmJr5atAPwFAM hL8oVRcfdBbIFc0yNhKAYwKvz6QmwjgrD/Hc3mz9uICqw34DZ6XhG5KnqHUtpD/GmrjD BgmOX/Y+xRi7lr5hiMcodjTgwZ36N8z/xC1uxJG8JYkfkXLfezBqwd0zKYsC0d8etvPG M4XziXvcMnBEB5uLHo20U2LQPocOMdIfE7EASGoIo6vDFwEgE/qHB3v0cZAv9njyjEI0 fw4VU8Y9V7b/jhzLfExtDujz4stFxebP65UQguJhx6T1c0tbwzLkFZQwkrSAIFNKweW/ aG8A== 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=5NuxOVEdnyBX+5LlwNnSIB2tHYatO6BIXEWgbWfn9Vs=; b=mBsC9whOmwAdN8aAigzCEW2yhxp9fMJry2/7Hn0VfEuvl2V2xbcq8JVzdDMVeeC2Qd lb/YWowiE0IoOAbf1Umbyfzof49axCdoxvBs+ZFQ3eoAKPDeEOmhHfn/gvc0QDtOQlN5 vJ6Hb8CP4c2u/VqfuFyxRhYek99nvCk12TN5phenkY6TFw03p1X388/5wmHWclGCht3q zvceq9DsYSbkxc3n6nHq3d/xPPVQR2yy8EiUARmtCMc66BPSuqlTjSfhIaH77WmVrf65 5/867Uq+P1kdwMY2lW+i3gZqiHEj9D208cqACBIbMkoRkc59S6kUVVyOFb3guH1V3Io8 atEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-scsi-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-scsi-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 q15si5521004pgc.727.2018.02.19.10.22.18; Mon, 19 Feb 2018 10:22:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-scsi-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-scsi-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-scsi-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753490AbeBSSWR (ORCPT + 1 other); Mon, 19 Feb 2018 13:22:17 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:5246 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753126AbeBSSWO (ORCPT ); Mon, 19 Feb 2018 13:22:14 -0500 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id B2BCA37ED3040; Tue, 20 Feb 2018 02:21:59 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.361.1; Tue, 20 Feb 2018 02:21:51 +0800 From: John Garry To: , , , CC: , , , , John Garry Subject: [PATCH 0/8] hisi_sas: support x6000 board and some misc changes Date: Tue, 20 Feb 2018 03:13:23 +0800 Message-ID: <1519067611-206638-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-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org This patchset primarily adds support for the Huawei x6000 board, which includes hip07 chipset. Unfortunately, due to some board layout differences with our development board, we need to set a PHY-related register differently for optimal signal quality. As such, a signal attenuation property is added to describe the differences in the boards and allow the PHY register to be set appropriately. In addition to this above feature, some misc changes are added for: - PHY linkrate sysfs interface - linkrate set function - internal abort timer timeout increase Xiang Chen (2): scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req scsi: hisi_sas: Code cleanup and minor bug fixes Xiaofei Tan (6): dt-bindings: scsi: hisi_sas: add an property of signal attenuation scsi: hisi_sas: support the property of signal attenuation for v2 hw scsi: hisi_sas: fix the issue of link rate inconsistency scsi: hisi_sas: fix the issue of setting linkrate register scsi: hisi_sas: increase timer expire of internal abort task scsi: hisi_sas: fix return value of hisi_sas_task_prep() .../devicetree/bindings/scsi/hisilicon-sas.txt | 7 +++ drivers/scsi/hisi_sas/hisi_sas.h | 1 - drivers/scsi/hisi_sas/hisi_sas_main.c | 34 +++++------- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 13 +++-- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 62 +++++++++++++++++----- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 34 +++++------- 6 files changed, 88 insertions(+), 63 deletions(-) -- 1.9.1