RE: [tpmdd-devel] [PATCH v2 0/4] additional TPM performance improvements

2017-09-11 Thread Alexander.Steffen
> After further discussions with the Device Driver working group (ddwg), > the following changes were made: > > * Check for burstcount at least once to confirm the TPM is ready to accept > the data. Similarly, query for the TPM Expect status as sanity check at > the end. > > * Make the sleep for

Re: [PATCH v2 0/4] additional TPM performance improvements

2017-09-07 Thread Jarkko Sakkinen
On Wed, Sep 06, 2017 at 08:56:35AM -0400, Nayna Jain wrote: > After further discussions with the Device Driver working group (ddwg), > the following changes were made: > > * Check for burstcount at least once to confirm the TPM is ready to accept > the data. Similarly, query for the TPM Expect st

[PATCH v2 0/4] additional TPM performance improvements

2017-09-06 Thread Nayna Jain
After further discussions with the Device Driver working group (ddwg), the following changes were made: * Check for burstcount at least once to confirm the TPM is ready to accept the data. Similarly, query for the TPM Expect status as sanity check at the end. * Make the sleep for status check du