[U-Boot] [PATCH v2 2/3] tpm: st33zp24: Add tpm st33zp24 support with i2c

2016-01-21 Thread Christophe Ricard
Add support for TPM ST33ZP24 family with i2c. For i2c we are relying only on DM_I2C. Reviewed-by: Simon Glass Signed-off-by: Christophe Ricard --- Changes in v2: - Adding Reviewed-by: Simon Glass README | 7 + drivers/tpm/Kconfig| 9 + drivers

Re: [U-Boot] [PATCH v2 2/3] tpm: st33zp24: Add tpm st33zp24 support with i2c

2016-01-21 Thread Simon Glass
On 21 January 2016 at 15:27, Christophe Ricard wrote: > Add support for TPM ST33ZP24 family with i2c. > > For i2c we are relying only on DM_I2C. > > Reviewed-by: Simon Glass > Signed-off-by: Christophe Ricard > --- > > Changes in v2: > - Adding Reviewed-by: Simon Glass > > README