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

2015-08-11 Thread christophe.ricard
Hi Simon On 11/08/2015 16:48, Simon Glass wrote: 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 --- common/cmd_tpm.c | 26 ++ include/tpm.h| 2 +-

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

2015-08-11 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 --- common/cmd_tpm.c | 26 ++ include/tpm.h| 2 +- lib/tpm.c| 29 + 3 files