Re: [U-Boot] [PATCH 11/25] tpm: tpm_tis_i2c: Move definitions into the header file

2015-08-11 Thread christophe.ricard
Hi Simon, As per my previous comment, this file may be kept common to may other drivers (lpc or from ST...). I would renamed tpm_tis_i2c.h into something more generic like tpm.h. Below please find data specific to Infineon (tpm_tis_i2c) driver. On 11/08/2015 16:48, Simon Glass wrote: Some de

[U-Boot] [PATCH 11/25] tpm: tpm_tis_i2c: Move definitions into the header file

2015-08-11 Thread Simon Glass
Some definitions are in the C file and some are in the header file. Move everything into the header file for consistency and to reduce clutter. Signed-off-by: Simon Glass --- drivers/tpm/tpm_tis_i2c.c | 335 -- drivers/tpm/tpm_tis_i2c.h | 335