Re: [PATCH 3/6 v4] tpm: Use the new API on tpm2 spi driver

2021-11-04 Thread Simon Glass
On Wed, 3 Nov 2021 at 09:09, Ilias Apalodimas wrote: > > Convert our SPI TPM driver and use the newly added API > > Signed-off-by: Ilias Apalodimas > --- > drivers/tpm/Makefile | 2 +- > drivers/tpm/tpm2_tis_spi.c | 440 +++-- > 2 files changed, 32

[PATCH 3/6 v4] tpm: Use the new API on tpm2 spi driver

2021-11-03 Thread Ilias Apalodimas
Convert our SPI TPM driver and use the newly added API Signed-off-by: Ilias Apalodimas --- drivers/tpm/Makefile | 2 +- drivers/tpm/tpm2_tis_spi.c | 440 +++-- 2 files changed, 32 insertions(+), 410 deletions(-) diff --git a/drivers/tpm/Makefile