From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Ricard Date: Wed, 2 Sep 2015 19:54:59 +0200 Subject: [U-Boot] [PATCH 1/3] tpm: Move tpm_tis_i2c to tpm_i2c_infineon In-Reply-To: References: <1439126357-23842-1-git-send-email-christophe-h.ricard@st.com> <1439126357-23842-2-git-send-email-christophe-h.ricard@st.com> Message-ID: <55E737F3.4000004@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, Apologies for the delay. I will try to rework this patch end of this week and send it back to you middle of next week. Best Regards Christophe Le 31/08/2015 00:45, Simon Glass a ?crit : > Hi Chrisophe, > > On 13 August 2015 at 09:55, Simon Glass wrote: >> On 9 August 2015 at 07:19, Christophe Ricard >> wrote: >>> 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 >>> --- >>> >>> README | 4 ++-- >>> drivers/tpm/Makefile | 2 +- >>> drivers/tpm/{tpm_tis_i2c.c => tpm_i2c_infineon.c} | 0 >>> 3 files changed, 3 insertions(+), 3 deletions(-) >>> rename drivers/tpm/{tpm_tis_i2c.c => tpm_i2c_infineon.c} (100%) >> Reviewed-by: Simon Glass > Can you please take another look at this patch? > > You need to change existing users of this config to use your renamed > Kconfig. This means updating things in the configs/ directory. > > Regards, > Simon