Re: [PATCH v7 3/7] tpm: Add the RNG child device

2022-07-23 Thread Simon Glass
Hi Ilias, On Fri, 22 Jul 2022 at 03:05, Ilias Apalodimas wrote: > > Hi Simon, > > On Fri, 22 Jul 2022 at 12:00, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 20 Jul 2022 at 06:30, Sughosh Ganu wrote: > > > > > > The TPM device comes with the random number generator(RNG) > > > functiona

Re: [PATCH v7 3/7] tpm: Add the RNG child device

2022-07-22 Thread Ilias Apalodimas
Hi Simon, On Fri, 22 Jul 2022 at 12:00, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 20 Jul 2022 at 06:30, 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 t

Re: [PATCH v7 3/7] tpm: Add the RNG child device

2022-07-22 Thread Simon Glass
Hi Sughosh, On Wed, 20 Jul 2022 at 06:30, 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 pa

Re: [PATCH v7 3/7] tpm: Add the RNG child device

2022-07-21 Thread Ilias Apalodimas
On Wed, 20 Jul 2022 at 15:30, 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 pass a set of r

[PATCH v7 3/7] tpm: Add the RNG child device

2022-07-20 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