From patchwork Sat Nov 25 11:50:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weili Qian X-Patchwork-Id: 747436 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 960E610E7; Sat, 25 Nov 2023 03:50:12 -0800 (PST) Received: from kwepemm000009.china.huawei.com (unknown [172.30.72.53]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4Scqm314bLzMnLh; Sat, 25 Nov 2023 19:45:23 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by kwepemm000009.china.huawei.com (7.193.23.227) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Sat, 25 Nov 2023 19:50:09 +0800 From: Weili Qian To: CC: , , Subject: [PATCH 0/3] crypto: hisilicon - some cleanups for hisilicon drivers Date: Sat, 25 Nov 2023 19:50:08 +0800 Message-ID: <20231125115011.22519-1-qianweili@huawei.com> X-Mailer: git-send-email 2.33.0 Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemm000009.china.huawei.com (7.193.23.227) X-CFilter-Loop: Reflected Some cleanups for hisilicon drivers, and add comments to improve the code readability. Weili Qian (3): crypto: hisilicon/sgl - small cleanups for sgl.c crypto: hisilicon/qm - simplify the status of qm crypto: hisilicon/qm - add comments and remove redundant array element Documentation/ABI/testing/debugfs-hisi-hpre | 2 +- Documentation/ABI/testing/debugfs-hisi-sec | 2 +- Documentation/ABI/testing/debugfs-hisi-zip | 2 +- drivers/crypto/hisilicon/debugfs.c | 4 + drivers/crypto/hisilicon/qm.c | 141 ++++---------------- drivers/crypto/hisilicon/qm_common.h | 4 - drivers/crypto/hisilicon/sgl.c | 12 +- include/linux/hisi_acc_qm.h | 8 +- 8 files changed, 42 insertions(+), 133 deletions(-)