[PATCH v2 0/4] some updates and cleanups for hisilicon/sec2.

Qi Tao posted 4 patches 1 year, 12 months ago
There is a newer version of this series
drivers/crypto/hisilicon/sec2/sec_crypto.c | 33 ++++++++--------------
drivers/crypto/hisilicon/sec2/sec_main.c   |  5 ++++
2 files changed, 17 insertions(+), 21 deletions(-)
[PATCH v2 0/4] some updates and cleanups for hisilicon/sec2.
Posted by Qi Tao 1 year, 12 months ago
This seires patch mainly add some RAS registers to enhance the 
DFX positioning function and fix some cleanup issues.

Qi Tao (3):
  crypto: hisilicon/sec2 - updates the sec DFX function register
  crypto: hisilicon/sec2 - modify nested macro call
  crypto: hisilicon/sec2 - fix some cleanup issues

Wenkai Lin (1):
  crypto: hisilicon/sec - remove unused parameter

 drivers/crypto/hisilicon/sec2/sec_crypto.c | 33 ++++++++--------------
 drivers/crypto/hisilicon/sec2/sec_main.c   |  5 ++++
 2 files changed, 17 insertions(+), 21 deletions(-)

-- 
2.33.0
Re: [PATCH v2 0/4] some updates and cleanups for hisilicon/sec2.
Posted by taoqi 1 year, 11 months ago
On 2023/12/29 14:44, Qi Tao wrote:
> This seires patch mainly add some RAS registers to enhance the
> DFX positioning function and fix some cleanup issues.
> 
> Qi Tao (3):
>    crypto: hisilicon/sec2 - updates the sec DFX function register
>    crypto: hisilicon/sec2 - modify nested macro call
>    crypto: hisilicon/sec2 - fix some cleanup issues
> 
> Wenkai Lin (1):
>    crypto: hisilicon/sec - remove unused parameter
> 
>   drivers/crypto/hisilicon/sec2/sec_crypto.c | 33 ++++++++--------------
>   drivers/crypto/hisilicon/sec2/sec_main.c   |  5 ++++
>   2 files changed, 17 insertions(+), 21 deletions(-)
> 

I want to follow up on the patch I submitted three weeks ago.
please let me know if there is anything I can do to help move this 
process forward.

Thanks,
Qi Tao
Re: [PATCH v2 0/4] some updates and cleanups for hisilicon/sec2.
Posted by liulongfang 1 year, 11 months ago
On 2023/12/29 14:44, Qi Tao wrote:
> This seires patch mainly add some RAS registers to enhance the 
> DFX positioning function and fix some cleanup issues.
> 
> Qi Tao (3):
>   crypto: hisilicon/sec2 - updates the sec DFX function register
>   crypto: hisilicon/sec2 - modify nested macro call
>   crypto: hisilicon/sec2 - fix some cleanup issues
> 
> Wenkai Lin (1):
>   crypto: hisilicon/sec - remove unused parameter
> 
>  drivers/crypto/hisilicon/sec2/sec_crypto.c | 33 ++++++++--------------
>  drivers/crypto/hisilicon/sec2/sec_main.c   |  5 ++++
>  2 files changed, 17 insertions(+), 21 deletions(-)
> 

Reviewed-by: Longfang Liu <liulongfang@huawei.com>

Thanks,
Longfang.