mbox series

[v2,0/2] crypto: hisilicon - add new type of sqe for Kunpeng930

Message ID 1622197574-7779-1-git-send-email-yekai13@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - add new type of sqe for Kunpeng930 | expand

Message

yekai (A) May 28, 2021, 10:26 a.m. UTC
Add new type of sqe for Kunpeng930, and modify the driver as needed.

chages v1->v2:
	fix two sparse warnings.

Kai Ye (2):
  crypto: hisilicon/sec - add new type of SQE
  crypto: hisilicon/sec - driver adapt to new SQE

 drivers/crypto/hisilicon/sec2/sec.h        |   6 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 291 ++++++++++++++++++++++++-----
 drivers/crypto/hisilicon/sec2/sec_crypto.h | 181 ++++++++++++++++++
 3 files changed, 434 insertions(+), 44 deletions(-)

Comments

Herbert Xu June 3, 2021, 12:31 p.m. UTC | #1
On Fri, May 28, 2021 at 06:26:12PM +0800, Kai Ye wrote:
> Add new type of sqe for Kunpeng930, and modify the driver as needed.
> 
> chages v1->v2:
> 	fix two sparse warnings.
> 
> Kai Ye (2):
>   crypto: hisilicon/sec - add new type of SQE
>   crypto: hisilicon/sec - driver adapt to new SQE
> 
>  drivers/crypto/hisilicon/sec2/sec.h        |   6 +-
>  drivers/crypto/hisilicon/sec2/sec_crypto.c | 291 ++++++++++++++++++++++++-----
>  drivers/crypto/hisilicon/sec2/sec_crypto.h | 181 ++++++++++++++++++
>  3 files changed, 434 insertions(+), 44 deletions(-)

All applied.  Thanks.