Re: [PATCH v4 1/4] tpm: move wait_for_tpm_stat() to respective driver files

2017-10-24 Thread Jarkko Sakkinen
On Mon, Oct 23, 2017 at 07:02:18PM +0530, Nayna Jain wrote: > > > On 10/20/2017 02:26 PM, Jarkko Sakkinen wrote: > > On Thu, Oct 19, 2017 at 05:00:29PM +, alexander.stef...@infineon.com > > wrote: > > > > On Tue, Oct 17, 2017 at 04:32:29PM -0400, Nayna Jain wrote: > > > > > The function wait

Re: [PATCH v4 1/4] tpm: move wait_for_tpm_stat() to respective driver files

2017-10-23 Thread Nayna Jain
On 10/20/2017 02:26 PM, Jarkko Sakkinen wrote: On Thu, Oct 19, 2017 at 05:00:29PM +, alexander.stef...@infineon.com wrote: On Tue, Oct 17, 2017 at 04:32:29PM -0400, Nayna Jain wrote: The function wait_for_tpm_stat() is currently defined in tpm-interface file. It is a hardware specific fun

Re: [PATCH v4 1/4] tpm: move wait_for_tpm_stat() to respective driver files

2017-10-20 Thread Jarkko Sakkinen
On Thu, Oct 19, 2017 at 05:00:29PM +, alexander.stef...@infineon.com wrote: > > On Tue, Oct 17, 2017 at 04:32:29PM -0400, Nayna Jain wrote: > > > The function wait_for_tpm_stat() is currently defined in > > > tpm-interface file. It is a hardware specific function used > > > only by tpm_tis and

RE: [PATCH v4 1/4] tpm: move wait_for_tpm_stat() to respective driver files

2017-10-19 Thread Alexander.Steffen
> On Tue, Oct 17, 2017 at 04:32:29PM -0400, Nayna Jain wrote: > > The function wait_for_tpm_stat() is currently defined in > > tpm-interface file. It is a hardware specific function used > > only by tpm_tis and xen-tpmfront, so it is removed from > > tpm-interface.c and defined in respective driver

Re: [PATCH v4 1/4] tpm: move wait_for_tpm_stat() to respective driver files

2017-10-19 Thread Jarkko Sakkinen
On Tue, Oct 17, 2017 at 04:32:29PM -0400, Nayna Jain wrote: > The function wait_for_tpm_stat() is currently defined in > tpm-interface file. It is a hardware specific function used > only by tpm_tis and xen-tpmfront, so it is removed from > tpm-interface.c and defined in respective driver files. >

[PATCH v4 1/4] tpm: move wait_for_tpm_stat() to respective driver files

2017-10-17 Thread Nayna Jain
The function wait_for_tpm_stat() is currently defined in tpm-interface file. It is a hardware specific function used only by tpm_tis and xen-tpmfront, so it is removed from tpm-interface.c and defined in respective driver files. Suggested-by: Jarkko Sakkinen Signed-off-by: Nayna Jain Reviewed-by