Re: [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG

2016-10-20 Thread Herbert Xu
On Thu, Oct 20, 2016 at 09:02:33AM +0200, Romain Perier wrote: > > Without any feedbacks from the OMAP guys, could you merge please ? > Regressions can be detected in "next" and then fixed. All appied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://

Re: [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG

2016-10-20 Thread Romain Perier
Hello, Le 26/09/2016 à 12:01, Romain Perier a écrit : Le 16/09/2016 14:52, Romain Perier a écrit : Hello, Le 16/09/2016 12:08, Romain Perier a écrit : The driver omap-rng has a lot of similarity with the IP block SafeXcel IP-76. A lot of registers are the same and the way that the driver wo

Re: [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG

2016-10-05 Thread Matthijs van Duin
>>> The driver omap-rng has a lot of similarity with the IP block SafeXcel >>> IP-76. A lot of registers are the same and the way that the driver works >>> is very closed the description of the TRNG EIP76 in its datasheet. Specifically the omap rng, at least the version I've examined, is a SafeXce

Re: [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG

2016-09-26 Thread Romain Perier
Le 16/09/2016 14:52, Romain Perier a écrit : Hello, Le 16/09/2016 12:08, Romain Perier a écrit : The driver omap-rng has a lot of similarity with the IP block SafeXcel IP-76. A lot of registers are the same and the way that the driver works is very closed the description of the TRNG EIP76 in

Re: [PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG

2016-09-16 Thread Romain Perier
Hello, Le 16/09/2016 12:08, Romain Perier a écrit : The driver omap-rng has a lot of similarity with the IP block SafeXcel IP-76. A lot of registers are the same and the way that the driver works is very closed the description of the TRNG EIP76 in its datasheet. This series refactorize the driv

[PATCH v3 0/8] Add support for SafeXcel IP-76 to OMAP RNG

2016-09-16 Thread Romain Perier
The driver omap-rng has a lot of similarity with the IP block SafeXcel IP-76. A lot of registers are the same and the way that the driver works is very closed the description of the TRNG EIP76 in its datasheet. This series refactorize the driver, add support for generating bigger output random dat