Re: [U-Boot] [PATCH v3 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver

2015-10-06 Thread Simon Glass
Hi Christophe, On 6 October 2015 at 16:18, Christophe Ricard wrote: > Hi Simon, > > This error is coming from the fact that no driver model is available for > powerpc and the config file mention in the error log > (controlcenterd_36BIT_SDCARD,

Re: [U-Boot] [PATCH v3 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver

2015-10-06 Thread Christophe Ricard
Hi Simon, This error is coming from the fact that no driver model is available for powerpc and the config file mention in the error log (controlcenterd_36BIT_SDCARD, controlcenterd_36BIT_SDCARD_DEVELOP, controlcenterd_TRAILBLAZER, controlcenterd_TRAILBLAZER_DEVELOP). Do you think converting

Re: [U-Boot] [PATCH v3 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver

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: >> tpm_atmel_twi can fit perfectly to the new UCLASS_TPM class. >> >> Signed-off-by: Christophe Ricard

Re: [U-Boot] [PATCH v3 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver

2015-10-03 Thread Simon Glass
On 20 September 2015 at 21:00, Christophe Ricard wrote: > tpm_atmel_twi can fit perfectly to the new UCLASS_TPM class. > > Signed-off-by: Christophe Ricard > Reviewed-by: Tom Rini > --- > > Changes in v3: None > >

[U-Boot] [PATCH v3 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver

2015-09-20 Thread Christophe Ricard
tpm_atmel_twi can fit perfectly to the new UCLASS_TPM class. Signed-off-by: Christophe Ricard Reviewed-by: Tom Rini --- Changes in v3: None drivers/tpm/Kconfig | 2 +- drivers/tpm/tpm_atmel_twi.c | 74