From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76B0DC43460 for ; Mon, 12 Apr 2021 12:34:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46A8A611AD for ; Mon, 12 Apr 2021 12:34:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241042AbhDLMen (ORCPT ); Mon, 12 Apr 2021 08:34:43 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:16902 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239097AbhDLMem (ORCPT ); Mon, 12 Apr 2021 08:34:42 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4FJp665gQHzlXPd; Mon, 12 Apr 2021 20:32:30 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.498.0; Mon, 12 Apr 2021 20:34:14 +0800 From: Weili Qian To: , CC: , , , , , Weili Qian Subject: [PATCH 0/4] crypto: hisilicon - adapt hardware error type Date: Mon, 12 Apr 2021 20:31:31 +0800 Message-ID: <1618230695-22775-1-git-send-email-qianweili@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset changes 'err_info' to dynamic configuration and enables new hardware error types for Kunpeng930. Weili Qian (4): crypto: hisilicon - dynamic configuration 'err_info' crypto: hisilicon - support new error types for ZIP crypto: hisilicon - add new error type for SEC crypto: hisilicon - enable new error types for QM drivers/crypto/hisilicon/hpre/hpre_main.c | 26 ++++++++++------ drivers/crypto/hisilicon/qm.c | 28 ++++++++--------- drivers/crypto/hisilicon/qm.h | 8 +++-- drivers/crypto/hisilicon/sec2/sec_main.c | 52 +++++++++++++++++++++++-------- drivers/crypto/hisilicon/zip/zip_main.c | 34 +++++++++++++------- 5 files changed, 97 insertions(+), 51 deletions(-) -- 2.8.1