On Mon, Feb 08, 2016 at 02:17:53PM -0700, Joshua Henderson wrote: > Add support for the hardware true random number generator > peripheral found on PIC32. > > Signed-off-by: Joshua Henderson <[email protected]> > Signed-off-by: Purna Chandra Mandal <[email protected]>
Reviewed-by: Daniel Thompson <[email protected]> > --- > Changes since v1: > - Reorder includes to be alphabetic. > - Drop use of PRNG and only use TRNG. Excellent! > - Fix dangling clock ref in error condition. > - Remove unecessary error handling and fix other cases. Daniel.

