[GIT PULL] tpmdd updates for Linux v5.8-rc4

From: Jarkko Sakkinen
Date: Thu Jul 02 2020 - 14:58:41 EST


Hi,

These are just fixes for bugs found lately. All of them are small scale
things here and there, and all of them are for previous kernel releases
(the oldest appeared in v2.6.17).

/Jarkko

The following changes since commit cd77006e01b3198c75fb7819b3d0ff89709539bb:

Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux (2020-07-01 12:56:05 -0700)

are available in the Git repository at:

git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-v5.8-rc4

for you to fetch changes up to e918e570415ced9898a51109000a3f39a6e03be5:

tpm_tis: Remove the HID IFX0102 (2020-07-02 17:49:00 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.8-rc4

----------------------------------------------------------------
Binbin Zhou (1):
tpm/st33zp24: fix spelling mistake "drescription" -> "description"

David Gibson (1):
tpm: ibmvtpm: Wait for ready buffer before probing for TPM2 attributes

Douglas Anderson (2):
tpm_tis_spi: Don't send anything during flow control
tpm_tis_spi: Prefer async probe

James Bottomley (1):
tpm: Fix TIS locality timeout problems

Jarkko Sakkinen (1):
tpm_tis: Remove the HID IFX0102

Vasily Averin (1):
tpm_tis: extra chip->ops check on error path in tpm_tis_core_init

drivers/char/tpm/st33zp24/i2c.c | 2 +-
drivers/char/tpm/st33zp24/spi.c | 4 ++--
drivers/char/tpm/st33zp24/st33zp24.c | 2 +-
drivers/char/tpm/tpm-dev-common.c | 19 +++++++++----------
drivers/char/tpm/tpm_ibmvtpm.c | 14 +++++++-------
drivers/char/tpm/tpm_tis.c | 1 -
drivers/char/tpm/tpm_tis_core.c | 2 +-
drivers/char/tpm/tpm_tis_spi_main.c | 10 +++++-----
8 files changed, 26 insertions(+), 28 deletions(-)