mbox series

[0/4] crypto: hisilicon/qm - modify reset process

Message ID 1621075480-52869-1-git-send-email-qianweili@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/qm - modify reset process | expand

Message

Weili Qian May 15, 2021, 10:44 a.m. UTC
This series of patches modify the process of error initialization and
recovery and enable the master ooo to be closed when nfe occurs to avoid
error spread.

Weili Qian (4):
  crypto: hisilicon/qm - initialize the device before doing tasks
  crypto: hisilicon/qm - modify 'QM_RESETTING' clearing error
  crypto: hisilicon/qm - adjust order of device error configuration
  crypto: hisilicon/qm - enable to close master ooo when NFE occurs

 drivers/crypto/hisilicon/hpre/hpre_main.c |  42 ++++++---
 drivers/crypto/hisilicon/qm.c             | 136 +++++++++++++++++++-----------
 drivers/crypto/hisilicon/sec2/sec_main.c  |  48 ++++++-----
 drivers/crypto/hisilicon/zip/zip_main.c   |  38 ++++++---
 4 files changed, 169 insertions(+), 95 deletions(-)

Comments

Herbert Xu May 21, 2021, 8:23 a.m. UTC | #1
On Sat, May 15, 2021 at 06:44:36PM +0800, Weili Qian wrote:
> This series of patches modify the process of error initialization and
> recovery and enable the master ooo to be closed when nfe occurs to avoid
> error spread.
> 
> Weili Qian (4):
>   crypto: hisilicon/qm - initialize the device before doing tasks
>   crypto: hisilicon/qm - modify 'QM_RESETTING' clearing error
>   crypto: hisilicon/qm - adjust order of device error configuration
>   crypto: hisilicon/qm - enable to close master ooo when NFE occurs
> 
>  drivers/crypto/hisilicon/hpre/hpre_main.c |  42 ++++++---
>  drivers/crypto/hisilicon/qm.c             | 136 +++++++++++++++++++-----------
>  drivers/crypto/hisilicon/sec2/sec_main.c  |  48 ++++++-----
>  drivers/crypto/hisilicon/zip/zip_main.c   |  38 ++++++---
>  4 files changed, 169 insertions(+), 95 deletions(-)

All applied.  Thanks.