From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932644AbcHXKsU (ORCPT ); Wed, 24 Aug 2016 06:48:20 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:51442 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbcHXKsP (ORCPT ); Wed, 24 Aug 2016 06:48:15 -0400 From: John Garry To: , CC: , , , , , , John Garry Subject: [PATCH v2 0/8] hisi_sas internal abort support Date: Wed, 24 Aug 2016 19:05:46 +0800 Message-ID: <1472036754-156813-1-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A0B0201.57BD7B66.0078,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 3f5404484338c1ab5bf5f1f76ac39650 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset introduces support for the internal abort feature for the HiSilicon SAS controller. The internal abort feature allows commands which are active in the controller to be aborted before being sent to the slave device. Only support will be added for v2 HW since v1 HW has issues in supporting internal abort feature. Differences to v1 patchset: - Add MACRO for internal abort mode and description of internal abort API John Garry (8): hisi_sas: add internal abort main code hisi_sas: for internal abort in hisi_sas_dev_gone() hisi_sas: add internal abort to hisi_sas_abort_task() hisi_sas: add prep_abort_v2_hw() hisi_sas: add v2 hw slot complete internal abort support hisi_sas: fail tmf task prep when port detached hisi_sas: add TMF success check hisi_sas: update version to 1.6 drivers/scsi/hisi_sas/hisi_sas.h | 10 +- drivers/scsi/hisi_sas/hisi_sas_main.c | 190 +++++++++++++++++++++++++++++++-- drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 64 +++++++++++ 3 files changed, 256 insertions(+), 8 deletions(-) -- 1.9.1