Re: [PATCH v2] tpm_tis: convert to using locality callbacks

2017-04-05 Thread Jarkko Sakkinen
On Mon, Mar 27, 2017 at 08:46:04AM -0700, Jerry Snitselaar wrote: > This patch converts tpm_tis to use of the new tpm class ops > request_locality, and relinquish_locality. > > With the move to using the callbacks, release_locality is changed so > that we now release the locality even if there is

[PATCH v2] tpm_tis: convert to using locality callbacks

2017-03-27 Thread Jerry Snitselaar
This patch converts tpm_tis to use of the new tpm class ops request_locality, and relinquish_locality. With the move to using the callbacks, release_locality is changed so that we now release the locality even if there is no request pending. This required some changes to the tpm_tis_core_init cod