Re: [PATCH v3] tpm/tpm_ftpm_tee: add shutdown call back

2019-10-17 Thread Sasha Levin
On Thu, Oct 17, 2019 at 07:22:51PM +0300, Jarkko Sakkinen wrote: On Wed, Oct 16, 2019 at 12:31:14PM -0400, Pavel Tatashin wrote: Add shutdown call back to close existing session with fTPM TA to support kexec scenario. Add parentheses to function names in comments as specified in kdoc. Signed-o

Re: [PATCH v3] tpm/tpm_ftpm_tee: add shutdown call back

2019-10-17 Thread Jarkko Sakkinen
On Wed, Oct 16, 2019 at 12:31:14PM -0400, Pavel Tatashin wrote: > Add shutdown call back to close existing session with fTPM TA > to support kexec scenario. > > Add parentheses to function names in comments as specified in kdoc. > > Signed-off-by: Thirupathaiah Annapureddy > Signed-off-by: Pavel

[PATCH v3] tpm/tpm_ftpm_tee: add shutdown call back

2019-10-16 Thread Pavel Tatashin
Add shutdown call back to close existing session with fTPM TA to support kexec scenario. Add parentheses to function names in comments as specified in kdoc. Signed-off-by: Thirupathaiah Annapureddy Signed-off-by: Pavel Tatashin --- drivers/char/tpm/tpm_ftpm_tee.c | 22 ++ 1