Re: [PATCH v6 2/7] tpm: rng: Add driver model interface for TPM RNG device

2022-07-12 Thread Simon Glass
Hi Sughosh, On Tue, 5 Jul 2022 at 11:23, Sughosh Ganu wrote: > > hi Simon, > > On Tue, 5 Jul 2022 at 15:17, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Mon, 4 Jul 2022 at 07:35, Sughosh Ganu wrote: > > > > > > The TPM device has a builtin random number generator(RNG) > > > functionality.

Re: [PATCH v6 2/7] tpm: rng: Add driver model interface for TPM RNG device

2022-07-06 Thread Ilias Apalodimas
On Mon, Jul 04, 2022 at 07:04:39PM +0530, Sughosh Ganu wrote: > The TPM device has a builtin random number generator(RNG) > functionality. Expose the RNG functions of the TPM device to the > driver model so that they can be used by the EFI_RNG_PROTOCOL if the > protocol is installed. > > Also

Re: [PATCH v6 2/7] tpm: rng: Add driver model interface for TPM RNG device

2022-07-05 Thread Sughosh Ganu
hi Simon, On Tue, 5 Jul 2022 at 15:17, Simon Glass wrote: > > Hi Sughosh, > > On Mon, 4 Jul 2022 at 07:35, Sughosh Ganu wrote: > > > > The TPM device has a builtin random number generator(RNG) > > functionality. Expose the RNG functions of the TPM device to the > > driver model so that they can

Re: [PATCH v6 2/7] tpm: rng: Add driver model interface for TPM RNG device

2022-07-05 Thread Simon Glass
Hi Sughosh, On Mon, 4 Jul 2022 at 07:35, Sughosh Ganu wrote: > > The TPM device has a builtin random number generator(RNG) > functionality. Expose the RNG functions of the TPM device to the > driver model so that they can be used by the EFI_RNG_PROTOCOL if the > protocol is installed. > > Also