Re: [PATCH] ftpm: add shutdown call back

2019-10-14 Thread Pavel Tatashin
On Mon, Oct 14, 2019 at 4:03 PM Jarkko Sakkinen wrote: > > On Fri, Oct 11, 2019 at 10:57:21AM -0400, Pavel Tatashin wrote: > > From: thiruan > > > > add shutdown call back to close existing session with fTPM TA > > to support kexec scenario. > > > > Signed-off-by: Thirupathaiah Annapureddy > > S

Re: [PATCH] ftpm: add shutdown call back

2019-10-14 Thread Jarkko Sakkinen
On Fri, Oct 11, 2019 at 10:57:21AM -0400, Pavel Tatashin wrote: > From: thiruan > > 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 Use the correct tag in the short summary

[PATCH] ftpm: add shutdown call back

2019-10-11 Thread Pavel Tatashin
From: thiruan 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 | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers