[U-Boot] [PATCH v2 09/28] tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip
Simon Glass
sjg at chromium.org
Mon Aug 31 00:43:21 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_dev 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 | 52 +++++++++++++----------------------------------
> drivers/tpm/tpm_tis_i2c.h | 17 ++++++++++------
> 2 files changed, 25 insertions(+), 44 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list