Re: [U-Boot] [PATCH 19/25] dm: tpm: sandbox: Convert TPM driver to driver model

2015-08-11 Thread christophe.ricard
Acked-by: Christophe Ricard christophe-h.ric...@st.com On 11/08/2015 16:48, Simon Glass wrote: Convert the sandbox TPM driver to use driver model. Add it to the device tree so that it can be found on start-up. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts |

[U-Boot] [PATCH 19/25] dm: tpm: sandbox: Convert TPM driver to driver model

2015-08-11 Thread Simon Glass
Convert the sandbox TPM driver to use driver model. Add it to the device tree so that it can be found on start-up. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts | 4 configs/sandbox_defconfig | 1 + drivers/tpm/tpm_tis_sandbox.c | 48