]> git.ipfire.org Git - people/ms/u-boot.git/commit
tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_i...
authorChristophe Ricard <christophe.ricard@gmail.com>
Thu, 21 Jan 2016 22:27:12 +0000 (23:27 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:22 +0000 (21:01 -0700)
commit1259dcd79c70f97a1606b4b06190c8fa7a1810d1
treeb276a7c8ab5b750b3d239d8248df08430faa64f2
parentca5bc1bc107c0413f96a6d79b4e95278a37c0cce
tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c

I2C protocol is not standardize for TPM 1.2.
TIS prococol is define by the Trusted Computing Group and potentially
available on several TPMs.

tpm_tis_infineon.h header is not generic enough.

Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific
defines/variables to tpm_tis_infineon.c

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
drivers/tpm/tpm_tis.h [moved from drivers/tpm/tpm_tis_infineon.h with 86% similarity]
drivers/tpm/tpm_tis_infineon.c