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: 11077111 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 ED38D13B1 for ; Mon, 5 Aug 2019 14:06:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DDBA5286D0 for ; Mon, 5 Aug 2019 14:06:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D1ACF28716; Mon, 5 Aug 2019 14:06:24 +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 609EE28908 for ; Mon, 5 Aug 2019 14:06:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729258AbfHEOGR (ORCPT ); Mon, 5 Aug 2019 10:06:17 -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-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)