mbox series

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

Message ID 20231229064421.16981-1-taoqi10@huawei.com
Headers show
Series some updates and cleanups for hisilicon/sec2. | expand

Message

taoqi Dec. 29, 2023, 6:44 a.m. UTC
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(-)

Comments

liulongfang Jan. 4, 2024, 7:58 a.m. UTC | #1
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.
taoqi Jan. 19, 2024, 6:25 a.m. UTC | #2
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