Re: [U-Boot] [PATCH v2 16/28] dm: tpm: Convert the TPM command and library to driver model

2015-08-30 Thread Simon Glass
+Dirk On 24 August 2015 at 14:21, Christophe Ricard christophe.ric...@gmail.com wrote: Hi Simon, This one looks good to me. Actually, i think atmel driver is trivial to move to driver model following the current TPM class. I would assume this will be changed very soon. Actually, yes we

Re: [U-Boot] [PATCH v2 16/28] dm: tpm: Convert the TPM command and library to driver model

2015-08-24 Thread Christophe Ricard
Hi Simon, This one looks good to me. Actually, i think atmel driver is trivial to move to driver model following the current TPM class. I would assume this will be changed very soon. Acked-by: Christophe Ricardchristophe-h.ric...@st.com Best Regards Christophe On 23/08/2015 02:31, Simon

[U-Boot] [PATCH v2 16/28] dm: tpm: Convert the TPM command and library to driver model

2015-08-22 Thread Simon Glass
Add driver model support to the TPM command and the TPM library. Both support only a single TPM at present. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Correct error checking code in tpm_sendrecv_command() - Use tpm_ prefix instead of tis_ for TPM functions