summaryrefslogtreecommitdiffstats
path: root/drivers/hw_random/mxc-rngc.c
Commit message (Collapse)AuthorAgeFilesLines
* hw_random: add driver for Freescale RNGCSteffen Trumtrar2018-02-091-0/+305
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>