Re: [U-Boot] [PATCH v2 15/28] dm: tpm: Add a uclass for Trusted Platform Modules

2015-08-30 Thread Simon Glass
On 24 August 2015 at 14:21, Christophe Ricard christophe.ric...@gmail.com wrote: Hi Simon, This one looks good to me as well. Acked-by: Christophe Ricardchristophe-h.ric...@st.com Applied to u-boot-dm. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 15/28] dm: tpm: Add a uclass for Trusted Platform Modules

2015-08-24 Thread Christophe Ricard
Hi Simon, This one looks good to me as well. Acked-by: Christophe Ricardchristophe-h.ric...@st.com Best Regards Christophe On 23/08/2015 02:31, Simon Glass wrote: Add a new uclass for TPMs which uses almost the same TIS (TPM Interface Specification) as is currently implemented. Since

[U-Boot] [PATCH v2 15/28] dm: tpm: Add a uclass for Trusted Platform Modules

2015-08-22 Thread Simon Glass
Add a new uclass for TPMs which uses almost the same TIS (TPM Interface Specification) as is currently implemented. Since init() is handled by the normal driver model probe() method, we don't need to implement that. Also rename the transfer method to xfer() which is a less clumbsy name. Once all