Re: [U-Boot] [PATCH 06/24] tpm: Support using driver model with I2C

2015-05-12 Thread Simon Glass
On 4 May 2015 at 11:30, Simon Glass wrote: > As a first step towards converting the TPM system to driver model, allow it > to work with CONFIG_DM_I2C. > > Signed-off-by: Simon Glass > --- > > drivers/tpm/tpm.c | 89 +- > drivers/tpm/tpm_private.h | 3 ++ >

[U-Boot] [PATCH 06/24] tpm: Support using driver model with I2C

2015-05-04 Thread Simon Glass
As a first step towards converting the TPM system to driver model, allow it to work with CONFIG_DM_I2C. Signed-off-by: Simon Glass --- drivers/tpm/tpm.c | 89 +- drivers/tpm/tpm_private.h | 3 ++ drivers/tpm/tpm_tis_i2c.c | 134