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

From: Jarkko Sakkinen
Date: Wed Jun 23 2021 - 09:56:06 EST


Hi,

Contains bug fixes for TPM, and support for signing modules using elliptic
curve keys, which I promised to pick up to my tree.

/Jarkko

The following changes since commit 0c18f29aae7ce3dadd26d8ee3505d07cc982df75:

module: limit enabling module.sig_enforce (2021-06-22 11:13:19 -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.14-rc1

for you to fetch changes up to 87e9688481163dee836c7f86e02f9aaf3240af2e:

certs: Add support for using elliptic curve keys for signing modules (2021-06-23 16:51:04 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.14-rc1

----------------------------------------------------------------
Amir Mizinski (1):
tpm: add longer timeout for TPM2_CC_VERIFY_SIGNATURE

Jarkko Sakkinen (1):
tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()

Javier Martinez Canillas (1):
tpm_tis_spi: add missing SPI device ID entries

Liguang Zhang (1):
tpm_tis_spi: set default probe function if device id not match

Stefan Berger (2):
certs: Trigger creation of RSA module signing key if it's not an RSA key
certs: Add support for using elliptic curve keys for signing modules

Tian Tao (2):
tpm_crb: Use IOMEM_ERR_PTR when function returns iomem
char: tpm: move to use request_irq by IRQF_NO_AUTOEN flag

Yang Yingliang (1):
tpm: fix some doc warnings in tpm1-cmd.c

Zhen Lei (1):
tpm_tis: Use DEFINE_RES_MEM() to simplify code

certs/Kconfig | 26 ++++++++++++++++++++++++++
certs/Makefile | 21 +++++++++++++++++++++
crypto/asymmetric_keys/pkcs7_parser.c | 8 ++++++++
drivers/char/tpm/tpm1-cmd.c | 4 ++--
drivers/char/tpm/tpm2-cmd.c | 2 +-
drivers/char/tpm/tpm_crb.c | 2 +-
drivers/char/tpm/tpm_tis.c | 6 +-----
drivers/char/tpm/tpm_tis_core.c | 25 ++++++++++++++++++-------
drivers/char/tpm/tpm_tis_core.h | 3 ++-
drivers/char/tpm/tpm_tis_i2c_cr50.c | 4 ++--
drivers/char/tpm/tpm_tis_spi_main.c | 14 ++++++++++----
11 files changed, 92 insertions(+), 23 deletions(-)