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

2022-02-21 Thread Tom Rini
On Tue, Feb 15, 2022 at 06:14:40PM +0800, Neal Liu wrote: > 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. > > Fixes: 89c36cca0b6 ("crypto: aspeed: Add AST2600 ACRY s

[PATCH v2] 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. Fixes: 89c36cca0b6 ("crypto: aspeed: Add AST2600 ACRY support") Signed-off-by: Neal Liu Reviewed-by: Chia-Wei Wang --- d