mbox series

[0/4] crypto: hisilicon - adapt hardware error type

Message ID 1618230695-22775-1-git-send-email-qianweili@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - adapt hardware error type | expand

Message

Weili Qian April 12, 2021, 12:31 p.m. UTC
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(-)

Comments

Herbert Xu April 22, 2021, 7:45 a.m. UTC | #1
On Mon, Apr 12, 2021 at 08:31:31PM +0800, Weili Qian wrote:
> 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(-)

All applied.  Thanks.