[U-Boot] [PATCH 2/3] tpm: st33zp24: Add tpm st33zp24 support with i2c
Simon Glass
sjg at chromium.org
Thu Jan 21 03:45:56 CET 2016
On 16 January 2016 at 16:05, Christophe Ricard
<christophe.ricard at gmail.com> wrote:
> Add support for TPM ST33ZP24 family with i2c.
>
> For i2c we are relying only on DM_I2C.
>
> Signed-off-by: Christophe Ricard <christophe-h.ricard at st.com>
> ---
>
> README | 7 +
> drivers/tpm/Kconfig | 9 +
> drivers/tpm/Makefile | 1 +
> drivers/tpm/tpm_tis_st33zp24_i2c.c | 543 +++++++++++++++++++++++++++++++++++++
> 4 files changed, 560 insertions(+)
> create mode 100644 drivers/tpm/tpm_tis_st33zp24_i2c.c
Reviewed-by: Simon Glass <sjg at chromium.org>
BTW you don't really need the README addition if you have Kconfig.
More information about the U-Boot
mailing list