mbox series

[0/2] crypto: starfive - Minor fixes in driver

Message ID 20231114171214.240855-1-jiajie.ho@starfivetech.com
Headers show
Series crypto: starfive - Minor fixes in driver | expand

Message

Jia Jie Ho Nov. 14, 2023, 5:12 p.m. UTC
First patch updates the dependency for JH7110 drivers as the hash module
depends on pl08x dma to transfer data. The second patch fixes an
intermittent error in RSA where irq signals done before the actual
calculations have been completed.

Jia Jie Ho (2):
  crypto: starfive - Update driver dependencies
  crypto: starfive - RSA poll csr for done status

 drivers/crypto/starfive/Kconfig       |  2 +-
 drivers/crypto/starfive/jh7110-cryp.c |  8 -----
 drivers/crypto/starfive/jh7110-cryp.h | 10 +++++-
 drivers/crypto/starfive/jh7110-rsa.c  | 49 +++++++--------------------
 4 files changed, 23 insertions(+), 46 deletions(-)

Comments

Herbert Xu Nov. 24, 2023, 10:16 a.m. UTC | #1
On Wed, Nov 15, 2023 at 01:12:12AM +0800, Jia Jie Ho wrote:
> First patch updates the dependency for JH7110 drivers as the hash module
> depends on pl08x dma to transfer data. The second patch fixes an
> intermittent error in RSA where irq signals done before the actual
> calculations have been completed.
> 
> Jia Jie Ho (2):
>   crypto: starfive - Update driver dependencies
>   crypto: starfive - RSA poll csr for done status
> 
>  drivers/crypto/starfive/Kconfig       |  2 +-
>  drivers/crypto/starfive/jh7110-cryp.c |  8 -----
>  drivers/crypto/starfive/jh7110-cryp.h | 10 +++++-
>  drivers/crypto/starfive/jh7110-rsa.c  | 49 +++++++--------------------
>  4 files changed, 23 insertions(+), 46 deletions(-)
> 
> -- 
> 2.34.1

All applied.  Thanks.