[GIT PULL] TPM DEVICE DRIVER changes for v5.16

From: Jarkko Sakkinen
Date: Mon Oct 25 2021 - 22:13:11 EST


HI,

This pull request contains only bug fixes.

/Jarkko

The following changes since commit 3906fe9bb7f1a2c8667ae54e967dc8690824f4ea:

Linux 5.15-rc7 (2021-10-25 11:30:31 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.16

for you to fetch changes up to 7eba41fe8c7bb01ff3d4b757bd622375792bc720:

tpm_tis_spi: Add missing SPI ID (2021-10-26 05:03:34 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.16

----------------------------------------------------------------
Cai Huoqing (1):
tpm: tis: Kconfig: Add helper dependency on COMPILE_TEST

Dan Carpenter (1):
tpm: Check for integer overflow in tpm2_map_response_body()

Hao Wu (1):
tpm: fix Atmel TPM crash caused by too frequent queries

Mark Brown (1):
tpm_tis_spi: Add missing SPI ID

drivers/char/tpm/Kconfig | 2 +-
drivers/char/tpm/tpm2-space.c | 3 +++
drivers/char/tpm/tpm_tis_core.c | 26 ++++++++++++++++++--------
drivers/char/tpm/tpm_tis_core.h | 4 ++++
drivers/char/tpm/tpm_tis_spi_main.c | 1 +
include/linux/tpm.h | 1 +
6 files changed, 28 insertions(+), 9 deletions(-)