Re: [U-Boot] [PATCH 3/3] tpm: st33zp24: Add tpm st33zp24 spi support

2016-01-20 Thread Simon Glass
On 16 January 2016 at 16:05, Christophe Ricard wrote: > Add support for TPM ST33ZP24 spi. > > The ST33ZP24 does have a spi interface. > The transport protocol is proprietary. > > For spi we are relying only on DM_SPI. > > Signed-off-by: Christophe Ricard > --- > > README

[U-Boot] [PATCH 3/3] tpm: st33zp24: Add tpm st33zp24 spi support

2016-01-16 Thread Christophe Ricard
Add support for TPM ST33ZP24 spi. The ST33ZP24 does have a spi interface. The transport protocol is proprietary. For spi we are relying only on DM_SPI. Signed-off-by: Christophe Ricard --- README | 4 + drivers/tpm/Kconfig| 9 + drivers/tpm/Make