The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: starfive - Add RSA algo to drivers
@ 2023-05-16  7:57 Jia Jie Ho
  2023-05-16  7:57 ` [PATCH 1/2] crypto: starfive - Update hash module irq handling Jia Jie Ho
  2023-05-16  7:57 ` [PATCH 2/2] crypto: starfive - Add RSA algo support Jia Jie Ho
  0 siblings, 2 replies; 5+ messages in thread
From: Jia Jie Ho @ 2023-05-16  7:57 UTC (permalink / raw)
  To: Herbert Xu, David S . Miller; +Cc: linux-kernel, linux-crypto

This patch series adds RSA support to VisionFive 2 SoCs. Patch 1 updates
current irq handling of hash module to prevent conflict among other
crypto modules. Patch 2 adds RSA algo to crypto engine drivers.

This patch series needs to be applied on:
https://patchwork.kernel.org/project/linux-crypto/cover/20230515125355.624250-1-jiajie.ho@starfivetech.com/

Jia Jie Ho (2):
  crypto: starfive - Update hash module irq handling
  crypto: starfive - Add RSA algo support

 drivers/crypto/starfive/Kconfig       |   1 +
 drivers/crypto/starfive/Makefile      |   2 +-
 drivers/crypto/starfive/jh7110-cryp.c |  20 +-
 drivers/crypto/starfive/jh7110-cryp.h |  45 ++
 drivers/crypto/starfive/jh7110-hash.c |   9 +-
 drivers/crypto/starfive/jh7110-rsa.c  | 618 ++++++++++++++++++++++++++
 6 files changed, 692 insertions(+), 3 deletions(-)
 create mode 100644 drivers/crypto/starfive/jh7110-rsa.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-25  1:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16  7:57 [PATCH 0/2] crypto: starfive - Add RSA algo to drivers Jia Jie Ho
2023-05-16  7:57 ` [PATCH 1/2] crypto: starfive - Update hash module irq handling Jia Jie Ho
2023-05-16  7:57 ` [PATCH 2/2] crypto: starfive - Add RSA algo support Jia Jie Ho
2023-05-24  9:40   ` Herbert Xu
2023-05-25  1:56     ` Jia Jie Ho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox