linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2] Add support for hwrng on PolarFire SoC
@ 2022-04-08 10:09 conor.dooley
  2022-04-08 10:09 ` [PATCH v2 1/1] hwrng: mpfs - add polarfire soc hwrng support conor.dooley
  0 siblings, 1 reply; 6+ messages in thread
From: conor.dooley @ 2022-04-08 10:09 UTC (permalink / raw)
  To: herbert; +Cc: linux-kernel, linux-crypto, linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

As it says on the tin, add support for the hardware rng on PolarFire
SoC, which is accessed via the system controller.
I dropped the maintainers entry change that v1 had, I will send a
single update via RISCV to avoid any conflicts.

On v1 I replied saying there was a refcount issue, but that's not
actually the case, so no changes required there.

Thanks,
Conor

Changes since v1:
- Rebased on v5.18-rc1
- Dropped the MAINTAINERS change
- Added quality estimation

Conor Dooley (1):
  hwrng: mpfs - add polarfire soc hwrng support

 drivers/char/hw_random/Kconfig    |  13 ++++
 drivers/char/hw_random/Makefile   |   1 +
 drivers/char/hw_random/mpfs-rng.c | 104 ++++++++++++++++++++++++++++++
 3 files changed, 118 insertions(+)
 create mode 100644 drivers/char/hw_random/mpfs-rng.c

-- 
2.35.1


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

end of thread, other threads:[~2022-04-15 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 10:09 [v2] Add support for hwrng on PolarFire SoC conor.dooley
2022-04-08 10:09 ` [PATCH v2 1/1] hwrng: mpfs - add polarfire soc hwrng support conor.dooley
2022-04-15  8:37   ` hwrng: mpfs - Enable COMPILE_TEST Herbert Xu
2022-04-15 10:18     ` Conor.Dooley
2022-04-15 10:20       ` Conor.Dooley
2022-04-15  8:40   ` [PATCH v2 1/1] hwrng: mpfs - add polarfire soc hwrng support Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).