From patchwork Mon Aug 5 13:47:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 170571 Delivered-To: patch@linaro.org Received: by 2002:a92:512:0:0:0:0:0 with SMTP id q18csp4340684ile; Mon, 5 Aug 2019 07:06:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqwybTZdqLubT8s9te0tzBK74emCFV+hPwsqR5M2D9SzcEe20fQPH/Z/tY93Vvk6wp9trD+z X-Received: by 2002:a65:44cc:: with SMTP id g12mr58327200pgs.409.1565013980686; Mon, 05 Aug 2019 07:06:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565013980; cv=none; d=google.com; s=arc-20160816; b=nY/CMzCFJYeb3qtgEpcbnlIH4rDz4k9J2NQl6tKdS0foaOSYtUvVQXsCIMzK2N89v1 3Mbnj249MBPUAxH3vaUvNG6uRIWJuBd8cUHhilBVccE2CFzaxphHReWOAx2skZvDgtVp +gwhU3Nb/HMspbsLzgqOAYI5qGWFjkWTZkb3v7lJn2zrwRHyfEX3xpI+P+nbo/Fiwu98 12UfWBZVes0v8tq8OwF5UfcYv1bGn4JpRTY9NLR64Kb7xyv0fT7nNj30jMYFxDvZ7O5C 7d+g+rr/xJGTi2kF6B2QEP1SUS8YImLPgkDexJz3GucZ/SBQWnT2SGlWcdaIexZH1Zb8 ZJcA== 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=8zPFR6+zERYRspbRLTVZA5ygg8y2UwX4sQlpxzExDFo=; b=hdvB6Zb4BcryePC3IMjfWKe+KP09qTIshkgJOTgYu0We8S9J/4pUM+SXCT5AhGz6IK Bd4ZzesOeod5uvYKhX5YTeRl/JAvNK3uBezZVrsUI41VSvuSVsg6MhXcwo6xBFQvAcWQ +SwjM0eamUVXtpPH4dFXgdQOeM8RHcGIHf6Xr+F0WPYcZT5PnhP4g+l1rvuCRhNU7459 LjFqKjT3KB+8qiJm3LMHzQ8/AUA/vHD/cFZNm9VKDrA8g+sDTAtCtMXGn/syrCsmcKUw CwAZIGkwfU0YqTUxucad9mJkZ+ZzzccwYCmQc1+NsgK0p6tb9IKWLjewEkUhBil77H8k mkiQ== 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 d7si39875799plr.18.2019.08.05.07.06.20; Mon, 05 Aug 2019 07:06:20 -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 S1729398AbfHEOGT (ORCPT + 29 others); Mon, 5 Aug 2019 10:06:19 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:50506 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728518AbfHEOGQ (ORCPT ); Mon, 5 Aug 2019 10:06:16 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id DA7E7AD371BCBBB924D8; Mon, 5 Aug 2019 21:50:18 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.439.0; Mon, 5 Aug 2019 21:50:11 +0800 From: John Garry To: , CC: , , , John Garry Subject: [PATCH 00/15] hisi_sas: Misc patches Date: Mon, 5 Aug 2019 21:47:57 +0800 Message-ID: <1565012892-75940-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 incldues a set of misc changes for the driver. Nothing particularly stands out. Here's a quick overview: - minor optimisation in delivery path - some debugfs fixes and new minor features - some other very minor optimisations - and generally the rest are tidy-up patches Thanks! John Garry (4): scsi: hisi_sas: Make max IPTT count equal for all hw revisions scsi: hisi_sas: Drop hisi_sas_hw.get_free_slot scsi: hisi_sas: Drop kmap_atomic() in SMP command completion scsi: hisi_sas: Drop SMP resp frame DMA mapping Luo Jiaxing (6): scsi: hisi_sas: Fix pointer usage error in show debugfs IOST/ITCT scsi: hisi_sas: Snapshot HW cache of IOST and ITCT at debugfs scsi: hisi_sas: Snapshot AXI and RAS register at debugfs scsi: hisi_sas: Fix out of bound at debug_I_T_nexus_reset() scsi: hisi_sas: Modify return type of debugfs functions scsi: hisi_sas: Consolidate internal abort calls in LU reset operation Xiang Chen (5): scsi: hisi_sas: Don't bother clearing status buffer IU in task prep scsi: hisi_sas: Make slot buf minimum allocation of PAGE_SIZE scsi: hisi_sas: Drop free_irq() when devm_request_irq() failed scsi: hisi_sas: Remove some unnecessary code scsi: hisi_sas: replace "%p" with "%pK" drivers/scsi/hisi_sas/hisi_sas.h | 36 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 438 +++++++++++++++++-------- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 43 +-- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 75 +---- drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 148 +++++---- 5 files changed, 426 insertions(+), 314 deletions(-) -- 2.17.1