Re: [U-Boot] [PATCH v3 3/4] dm: tpm: Remove every compilation switch for TPM driver model

2015-10-04 Thread Simon Glass
Hi Christophe, On 3 October 2015 at 15:27, Simon Glass wrote: > On 20 September 2015 at 21:00, Christophe Ricard > wrote: >> As every TPM drivers support UCLASS_TPM, we can only rely on DM_TPM >> functions. >> >> This simplify a bit the code. >>

Re: [U-Boot] [PATCH v3 3/4] dm: tpm: Remove every compilation switch for TPM driver model

2015-10-03 Thread Simon Glass
On 20 September 2015 at 21:00, Christophe Ricard wrote: > As every TPM drivers support UCLASS_TPM, we can only rely on DM_TPM > functions. > > This simplify a bit the code. > > Signed-off-by: Christophe Ricard > Reviewed-by: Tom Rini

[U-Boot] [PATCH v3 3/4] dm: tpm: Remove every compilation switch for TPM driver model

2015-09-20 Thread Christophe Ricard
As every TPM drivers support UCLASS_TPM, we can only rely on DM_TPM functions. This simplify a bit the code. Signed-off-by: Christophe Ricard Reviewed-by: Tom Rini --- Changes in v3: None common/cmd_tpm.c | 13 +