Re: [U-Boot] [PATCH 4/4] i2c: Add ST33ZP24 I2C TPM support

2014-04-11 Thread Simon Glass
Hi Jean-Luc, On 1 April 2014 06:05, Jean-Luc BLANC wrote: > This driver add support to STMicroelectronics ST33ZP24 I2C TPM. > See my comments on the SPI driver, some of which apply here. > > Signed-off-by: Jean-Luc BLANC > --- > README |7 + > drivers/tpm/tpm_i2c_

[U-Boot] [PATCH 4/4] i2c: Add ST33ZP24 I2C TPM support

2014-04-01 Thread Jean-Luc BLANC
This driver add support to STMicroelectronics ST33ZP24 I2C TPM. Signed-off-by: Jean-Luc BLANC --- README |7 + drivers/tpm/tpm_i2c_stm_st33.c | 659 2 files changed, 666 insertions(+) create mode 100644 drivers/tpm/tpm_i2c_st