From patchwork Fri Jul 14 11:41:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weili Qian X-Patchwork-Id: 13313606 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD566EB64DC for ; Fri, 14 Jul 2023 11:44:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235220AbjGNLoN (ORCPT ); Fri, 14 Jul 2023 07:44:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234267AbjGNLoM (ORCPT ); Fri, 14 Jul 2023 07:44:12 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FFE8E65; Fri, 14 Jul 2023 04:44:11 -0700 (PDT) Received: from kwepemm600009.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4R2V3k5p0GzhXXj; Fri, 14 Jul 2023 19:43:30 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by kwepemm600009.china.huawei.com (7.193.23.164) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Fri, 14 Jul 2023 19:44:08 +0800 From: Weili Qian To: CC: , , Subject: [PATCH 0/4] crypto: hisilicon - misc fixes Date: Fri, 14 Jul 2023 19:41:34 +0800 Message-ID: <20230714114138.1582-1-qianweili@huawei.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemm600009.china.huawei.com (7.193.23.164) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org This patchset fixes some issues in qm.c and enables hpre device sva error reporting for possible error debugging. Weili Qian (4): crypto: hisilicon/qm - flush all work before driver removed crypto: hisilicon/qm - stop function and write data to memory crypto: hisilicon/qm - increase device doorbell timeout crypto: hisilicon/hpre - enable sva error interrupt event drivers/crypto/hisilicon/hpre/hpre_main.c | 5 +++- drivers/crypto/hisilicon/qm.c | 28 ++++++++++++++++++----- include/linux/hisi_acc_qm.h | 2 +- 3 files changed, 27 insertions(+), 8 deletions(-)