RE: [PATCH] crypto: aspeed: fix polling RSA status wrong issue

2022-02-15 Thread Neal Liu
> -Original Message- > From: ChiaWei Wang > Sent: Tuesday, February 15, 2022 5:58 PM > To: Neal Liu ; Ryan Chen > ; u-boot@lists.denx.de > Cc: BMC-SW > Subject: RE: [PATCH] crypto: aspeed: fix polling RSA status wrong issue > > > From: Neal Liu > > S

[PATCH] crypto: aspeed: fix polling RSA status wrong issue

2022-02-15 Thread Neal Liu
Check interrupt status to see if RSA engine is completed. After completion of the task, write-clear the status to finish operation. Add missing register base for completion. Signed-off-by: Neal Liu --- drivers/crypto/aspeed/aspeed_acry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

RE: [PATCH] crypto: aspeed: fix polling RSA status wrong issue

2022-02-15 Thread ChiaWei Wang
> From: Neal Liu > Sent: Tuesday, February 15, 2022 4:55 PM > > Check interrupt status to see if RSA engine is completed. After completion of > the task, write-clear the status to finish operation. > Add missing register base for completion. > > Signed-off-by: Neal Liu Please add a line with "