Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-24 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160722] [cannot apply to char-misc/char-misc-testing v4.7-rc7 v4.7-rc6 v4.7-rc5 v4.7-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-24 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160722] [cannot apply to char-misc/char-misc-testing v4.7-rc7 v4.7-rc6 v4.7-rc5 v4.7-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-20 Thread Jarkko Sakkinen
On Wed, Jul 20, 2016 at 11:54:10PM +0300, Jarkko Sakkinen wrote: > On Wed, Jul 20, 2016 at 11:06:24AM -0600, Jason Gunthorpe wrote: > > On Wed, Jul 20, 2016 at 02:44:58AM +0300, Jarkko Sakkinen wrote: > > > Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit > > > replaces it with

Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-20 Thread Jarkko Sakkinen
On Wed, Jul 20, 2016 at 11:54:10PM +0300, Jarkko Sakkinen wrote: > On Wed, Jul 20, 2016 at 11:06:24AM -0600, Jason Gunthorpe wrote: > > On Wed, Jul 20, 2016 at 02:44:58AM +0300, Jarkko Sakkinen wrote: > > > Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit > > > replaces it with

Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-20 Thread Jarkko Sakkinen
On Wed, Jul 20, 2016 at 11:06:24AM -0600, Jason Gunthorpe wrote: > On Wed, Jul 20, 2016 at 02:44:58AM +0300, Jarkko Sakkinen wrote: > > Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit > > replaces it with an internal tpm_tis_gen_interrupt(). The semantics > > also changed in a

Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-20 Thread Jarkko Sakkinen
On Wed, Jul 20, 2016 at 11:06:24AM -0600, Jason Gunthorpe wrote: > On Wed, Jul 20, 2016 at 02:44:58AM +0300, Jarkko Sakkinen wrote: > > Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit > > replaces it with an internal tpm_tis_gen_interrupt(). The semantics > > also changed in a

Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-20 Thread Jason Gunthorpe
On Wed, Jul 20, 2016 at 02:44:58AM +0300, Jarkko Sakkinen wrote: > Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit > replaces it with an internal tpm_tis_gen_interrupt(). The semantics > also changed in a way that on a system error the driver initialization > is failed. All

Re: [PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-20 Thread Jason Gunthorpe
On Wed, Jul 20, 2016 at 02:44:58AM +0300, Jarkko Sakkinen wrote: > Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit > replaces it with an internal tpm_tis_gen_interrupt(). The semantics > also changed in a way that on a system error the driver initialization > is failed. All

[PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-19 Thread Jarkko Sakkinen
Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit replaces it with an internal tpm_tis_gen_interrupt(). The semantics also changed in a way that on a system error the driver initialization is failed. Signed-off-by: Jarkko Sakkinen ---

[PATCH v4 3/5] tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()

2016-07-19 Thread Jarkko Sakkinen
Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit replaces it with an internal tpm_tis_gen_interrupt(). The semantics also changed in a way that on a system error the driver initialization is failed. Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm-interface.c | 15