]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/peach-pi_defconfig
dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon
authorChristophe Ricard <christophe.ricard@gmail.com>
Tue, 6 Oct 2015 20:54:41 +0000 (22:54 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 23 Oct 2015 15:42:28 +0000 (09:42 -0600)
commit0766ad2f7fdae6d7482b8e1e3f5a49b3d9a3810b
treeb195680d2489c42b3ab1431f52df3ca7037db836
parent8d1f3a9daf65baf756fe5ada1567710b476341e6
dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon

As there is no TCG specification or recommendation for i2c TPM 1.2,
move tpm_tis_i2c driver to tpm_i2c_infineon. Other tpm vendors like Atmel
or STMicroelectronics may have a different transport protocol for i2c.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
README
configs/nyan-big_defconfig
configs/peach-pi_defconfig
configs/peach-pit_defconfig
configs/snow_defconfig
configs/spring_defconfig
drivers/tpm/Kconfig
drivers/tpm/Makefile
drivers/tpm/tpm_tis_infineon.c [moved from drivers/tpm/tpm_tis_i2c.c with 99% similarity]
drivers/tpm/tpm_tis_infineon.h [moved from drivers/tpm/tpm_tis_i2c.h with 100% similarity]