mbox series

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

Message ID 20200702185813.GA25571@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tpmdd updates for Linux v5.8-rc4 | expand

Pull-request

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

Message

Jarkko Sakkinen July 2, 2020, 6:58 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 3, 2020, 6:10 a.m. UTC | #1
The pull request you sent on Thu, 2 Jul 2020 21:58:13 +0300:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0c7415c31ea9482c4377287af5f459778bf64d2a

Thank you!