mbox series

[0/2] crypto: hisilicon - fix reg offset issue and cleanup dump information

Message ID 20240423011922.770693-1-huangchenghai2@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - fix reg offset issue and cleanup dump information | expand

Message

Chenghai Huang April 23, 2024, 1:19 a.m. UTC
Fix for register offset and cleanup dump information of debugfs.

Chenghai Huang (1):
  crypto: hisilicon/debugfs - mask the unnecessary info from the dump

Wenkai Lin (1):
  crypto: hisilicon/sec2 - fix for register offset

 drivers/crypto/hisilicon/debugfs.c        | 29 +++++++++++++++--------
 drivers/crypto/hisilicon/hpre/hpre_main.c |  2 +-
 drivers/crypto/hisilicon/sec2/sec_main.c  |  6 ++---
 3 files changed, 23 insertions(+), 14 deletions(-)

Comments

Herbert Xu May 3, 2024, 10:54 a.m. UTC | #1
On Tue, Apr 23, 2024 at 09:19:20AM +0800, Chenghai Huang wrote:
> Fix for register offset and cleanup dump information of debugfs.
> 
> Chenghai Huang (1):
>   crypto: hisilicon/debugfs - mask the unnecessary info from the dump
> 
> Wenkai Lin (1):
>   crypto: hisilicon/sec2 - fix for register offset
> 
>  drivers/crypto/hisilicon/debugfs.c        | 29 +++++++++++++++--------
>  drivers/crypto/hisilicon/hpre/hpre_main.c |  2 +-
>  drivers/crypto/hisilicon/sec2/sec_main.c  |  6 ++---
>  3 files changed, 23 insertions(+), 14 deletions(-)
> 
> -- 
> 2.30.0

All applied.  Thanks.