Re: [PATCH v4 4/8] tpm: Add the RNG child device

2022-03-13 Thread Sughosh Ganu
hi Simon, On Sat, 12 Mar 2022 at 08:14, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 9 Mar 2022 at 05:28, Sughosh Ganu wrote: > > > > The TPM device comes with the random number generator(RNG) > > functionality which is built into the TPM device. Add logic to add the > > RNG child device in th

Re: [PATCH v4 4/8] tpm: Add the RNG child device

2022-03-11 Thread Simon Glass
Hi Sughosh, On Wed, 9 Mar 2022 at 05:28, Sughosh Ganu wrote: > > The TPM device comes with the random number generator(RNG) > functionality which is built into the TPM device. Add logic to add the > RNG child device in the TPM uclass post probe callback. > > The RNG device can then be used to pas

[PATCH v4 4/8] tpm: Add the RNG child device

2022-03-09 Thread Sughosh Ganu
The TPM device comes with the random number generator(RNG) functionality which is built into the TPM device. Add logic to add the RNG child device in the TPM uclass post probe callback. The RNG device can then be used to pass a set of random bytes to the linux kernel, need for address space random