devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hwrng: add support for i.MX6 rngb
@ 2020-06-19 21:33 Horia Geantă
  2020-06-19 21:33 ` [PATCH 1/4] ARM: dts: imx6sl: fix rng node Horia Geantă
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Horia Geantă @ 2020-06-19 21:33 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo, Sascha Hauer, Matt Mackall, Herbert Xu
  Cc: Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	devicetree, linux-arm-kernel, Arnd Bergmann, Greg Kroah-Hartman,
	Martin Kaiser, Franck Lenormand, Iuliana Prodan,
	Silvano Di Ninno, linux-crypto, linux-kernel

Add support for RNGB found in some i.MX6 SoCs (6SL, 6SLL, 6ULL, 6ULZ),
based on RNGC driver (drivers/char/hw_random/imx-rngc.c).

This driver claims support also for RNGB (besides RNGC),
and is currently used only by i.MX25.

Note:

All the i.MX6 SoCs with RNGB have a DCP (Data Co-Processor)
crypto accelerator.

Several NXP SoC from QorIQ family (P1010, P1023, P4080, P3041, P5020)
also have a RNGB, however it's part of the CAAM
(Cryptograhic Accelerator and Assurance Module) crypto accelerator.
In this case, RNGB is managed in the caam driver
(drivers/crypto/caam/), since it's tightly related to
the caam "job ring" interface.

Horia Geantă (4):
  ARM: dts: imx6sl: fix rng node
  ARM: dts: imx6sll: add rng
  ARM: dts: imx6ull: add rng
  hwrng: imx-rngc: enable driver for i.MX6

 arch/arm/boot/dts/imx6sl.dtsi  | 2 ++
 arch/arm/boot/dts/imx6sll.dtsi | 7 +++++++
 arch/arm/boot/dts/imx6ull.dtsi | 7 +++++++
 drivers/char/hw_random/Kconfig | 2 +-
 4 files changed, 17 insertions(+), 1 deletion(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-06-21 12:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-19 21:33 [PATCH 0/4] hwrng: add support for i.MX6 rngb Horia Geantă
2020-06-19 21:33 ` [PATCH 1/4] ARM: dts: imx6sl: fix rng node Horia Geantă
2020-06-19 21:44   ` Fabio Estevam
2020-06-19 21:33 ` [PATCH 2/4] ARM: dts: imx6sll: add rng Horia Geantă
2020-06-19 21:33 ` [PATCH 3/4] ARM: dts: imx6ull: " Horia Geantă
2020-06-19 21:33 ` [PATCH 4/4] hwrng: imx-rngc: enable driver for i.MX6 Horia Geantă
2020-06-19 21:46   ` Fabio Estevam
2020-06-19 21:49     ` Fabio Estevam
2020-06-21 12:53       ` Horia Geantă

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).