[U-Boot] [PATCH v2 10/28] tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip

Simon Glass sjg at chromium.org
Mon Aug 31 00:43:23 CEST 2015


On 22 August 2015 at 18:31, Simon Glass <sjg at chromium.org> wrote:
> There are too many structures storing the same sort of information. Move the
> fields from struct tpm into struct tpm_chip and remove the former struct.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/tpm/tpm_tis_i2c.c | 24 +++++++++---------------
>  drivers/tpm/tpm_tis_i2c.h |  1 +
>  2 files changed, 10 insertions(+), 15 deletions(-)

Applied to u-boot-dm.


More information about the U-Boot mailing list