[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1616139187-63425-1-git-send-email-shenyang39@huawei.com>
Date: Fri, 19 Mar 2021 15:33:03 +0800
From: Yang Shen <shenyang39@...wei.com>
To: <herbert@...dor.apana.org.au>, <davem@...emloft.net>
CC: <linux-kernel@...r.kernel.org>, <linux-crypto@...r.kernel.org>,
<wangzhou1@...ilicon.com>
Subject: [PATCH 0/4]crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930
In Kunpeng930, some field meanings in 'sqe' are changed, so driver need to
distinguish the type on different platform.
To avoid checking the platform everytime when driver fills the 'sqe', add a
struct 'hisi_zip_sqe_ops' to describe the 'sqe' operations. The driver only
need to choose the 'ops' once when call 'hisi_zip_acomp_init'.
Yang Shen (4):
crypto: hisilicon/zip - adjust functions location
crypto: hisilicon/zip - add comments for 'hisi_zip_sqe'
crypto: hisilicon/zip - initialize operations about 'sqe' in
'acomp_alg.init'
crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930
drivers/crypto/hisilicon/zip/zip.h | 46 +-
drivers/crypto/hisilicon/zip/zip_crypto.c | 706 +++++++++++++++++-------------
2 files changed, 438 insertions(+), 314 deletions(-)
--
2.7.4
Powered by blists - more mailing lists