Re: [PATCH] tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
From: Jarkko Sakkinen <hidden>
Date: 2018-10-19 23:24:13
Also in:
linux-integrity, lkml
From: Jarkko Sakkinen <hidden>
Date: 2018-10-19 23:24:13
Also in:
linux-integrity, lkml
On Wed, 17 Oct 2018, Tomas Winkler wrote:
tpm_i2c_nuvoton calculated commands duration using TPM 1.x values via tpm_calc_ordinal_duration() also for TPM 2.x chips. Call tpm2_calc_ordinal_duration() for retrieving ordinal duration for TPM 2.X chips. Cc: Nayna Jain <redacted> Signed-off-by: Tomas Winkler <redacted>
Does this require a fixes tag? /Jarkko