commit | 8759ff868ee4ecaed6762caf9cda79ebdfde5ea3 | [log] [tgz] |
---|---|---|
author | Christophe Ricard <christophe.ricard@gmail.com> | Tue Oct 06 22:54:41 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 23 09:42:28 2015 -0600 |
tree | b195680d2489c42b3ab1431f52df3ca7037db836 | |
parent | 1958eec91bd30b9f02cced1f0546c9825dcff1f4 [diff] |
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>