Re: [PATCH 2/8 v6] tpm: refactor function names for LPC based TPMs

2021-11-08 Thread Heinrich Schuchardt
On 11/7/21 22:33, Ilias Apalodimas wrote: With the upcoming TPM2 API, some of the function names are part of the new header file. So switch conflicting driver defined function names and defines. Signed-off-by: Ilias Apalodimas Reviewed-by: Heinrich Schuchardt --- drivers/tpm/tpm_tis_

Re: [PATCH 2/8 v6] tpm: refactor function names for LPC based TPMs

2021-11-08 Thread Simon Glass
On Sun, 7 Nov 2021 at 14:33, Ilias Apalodimas wrote: > > With the upcoming TPM2 API, some of the function names are part of the new > header file. So switch conflicting driver defined function names and > defines. > > Signed-off-by: Ilias Apalodimas > --- > drivers/tpm/tpm_tis_lpc.c | 4 ++-- >

[PATCH 2/8 v6] tpm: refactor function names for LPC based TPMs

2021-11-07 Thread Ilias Apalodimas
With the upcoming TPM2 API, some of the function names are part of the new header file. So switch conflicting driver defined function names and defines. Signed-off-by: Ilias Apalodimas --- drivers/tpm/tpm_tis_lpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/