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

2015-08-30 Thread Simon Glass
On 22 August 2015 at 18:31, 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 > Acked-by: Christophe Ricard > --- > > Changes in v2: > - Implement the get_desc() method > - Incl

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

2015-08-22 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 Acked-by: Christophe Ricard --- Changes in v2: - Implement the get_desc() method - Include tpm.h header file instead of tis.h arch/sandbox/dts/sandbox.