hw_random: add driver for Freescale RNGC
The driver is ported from Freescales Linux git and can be
found in the

	vendor/freescale/imx_2.6.35_maintain

branch.

According to that code, the RNGC is found on Freescales i.MX3/5 SoCs.
The i.MX2x actually has an RNGB, which has no driver implementation
in Freescales kernel. However as it turns out, the driver for the RNGC
works fine on the (at least) i.MX25. So, they seem to be somewhat
compatible.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
1 parent 728399c commit f16c890b71fa60bae1e0e91839786ce324acd3a6
@Steffen Trumtrar Steffen Trumtrar authored on 25 Feb 2016
Sascha Hauer committed on 9 Feb 2018
Showing 3 changed files
View
drivers/hw_random/Kconfig
View
drivers/hw_random/Makefile
View
drivers/hw_random/mxc-rngc.c 0 → 100644