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

2019-10-16 Thread Pavel Tatashin
On Wed, Oct 16, 2019 at 11:12 AM Jarkko Sakkinen wrote: > > On Mon, Oct 14, 2019 at 04:21:35PM -0400, Pavel Tatashin wrote: > > add shutdown call back to close existing session with fTPM TA > > to support kexec scenario. > > Sentences start in English with a capital letter :-) > OK * > > + * ftp

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

2019-10-16 Thread Jarkko Sakkinen
On Mon, Oct 14, 2019 at 04:21:35PM -0400, Pavel Tatashin wrote: > add shutdown call back to close existing session with fTPM TA > to support kexec scenario. Sentences start in English with a capital letter :-) > > Signed-off-by: Thirupathaiah Annapureddy > Signed-off-by: Pavel Tatashin > --- >

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

2019-10-14 Thread Pavel Tatashin
add shutdown call back to close existing session with fTPM TA to support kexec scenario. Signed-off-by: Thirupathaiah Annapureddy Signed-off-by: Pavel Tatashin --- drivers/char/tpm/tpm_ftpm_tee.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/char/tpm/tpm_ftpm_tee.c