Re: [PATCH 5/5] hw_random: add driver for Freescale RNGC

2016-02-28 Thread Sascha Hauer
On Fri, Feb 26, 2016 at 01:04:47PM +0100, Steffen Trumtrar wrote: > 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

[PATCH 5/5] hw_random: add driver for Freescale RNGC

2016-02-26 Thread Steffen Trumtrar
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