Re: [U-Boot] [PATCH v2 00/28] dm: Convert TPM drivers to driver model

2015-08-24 Thread Simon Glass
Hi Christophe, On 24 August 2015 at 14:20, Christophe Ricard wrote: > Hi Simon, > > I like your updates but i have few comments: > - I believe tpm_tis_i2c should be renamed as tpm_tis_infineon to be aligned > with Linux naming. > Also as there is no standard for i2c for tpm, every vendor does hav

Re: [U-Boot] [PATCH v2 00/28] dm: Convert TPM drivers to driver model

2015-08-24 Thread Christophe Ricard
Hi Simon, I like your updates but i have few comments: - I believe tpm_tis_i2c should be renamed as tpm_tis_infineon to be aligned with Linux naming. Also as there is no standard for i2c for tpm, every vendor does have their own low level transport protocol. I believe this is confusing. - I t

[U-Boot] [PATCH v2 00/28] dm: Convert TPM drivers to driver model

2015-08-22 Thread Simon Glass
This series adds driver model support for Trusted Platform Modules (TPMs). These have a very simple interface and are configured via the device tree. Two bus types are supported at present: I2C and LPC (Intel Low-Pin-Count). Most drivers and users are converted over to driver model. The exception