Re: [PATCH 4/4] tpm_crb: fix incorrect values of cmdReady and goIdle bits

2016-09-02 Thread Jarkko Sakkinen
On Fri, Sep 02, 2016 at 10:34:20PM +0300, Jarkko Sakkinen wrote: > CRB_CTRL_CMD_READY and CRB_CTRL_GO_IDLE have incorrect values. > > Signed-off-by: Jarkko Sakkinen Fixes: 30fc8d138e91 ("tpm: TPM 2.0 CRB Interface") Cc: sta...@vger.kernel.org /Jarkko

Re: [PATCH 4/4] tpm_crb: fix incorrect values of cmdReady and goIdle bits

2016-09-02 Thread Jarkko Sakkinen
On Fri, Sep 02, 2016 at 10:34:20PM +0300, Jarkko Sakkinen wrote: > CRB_CTRL_CMD_READY and CRB_CTRL_GO_IDLE have incorrect values. > > Signed-off-by: Jarkko Sakkinen Fixes: 30fc8d138e91 ("tpm: TPM 2.0 CRB Interface") Cc: sta...@vger.kernel.org /Jarkko

[PATCH 4/4] tpm_crb: fix incorrect values of cmdReady and goIdle bits

2016-09-02 Thread Jarkko Sakkinen
CRB_CTRL_CMD_READY and CRB_CTRL_GO_IDLE have incorrect values. Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm_crb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c index

[PATCH 4/4] tpm_crb: fix incorrect values of cmdReady and goIdle bits

2016-09-02 Thread Jarkko Sakkinen
CRB_CTRL_CMD_READY and CRB_CTRL_GO_IDLE have incorrect values. Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm_crb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c index c8b0d91..7f602dc 100644 ---