[GIT PULL] tpmdd updates for v5.10
From: Jarkko Sakkinen
Date: Sun Oct 04 2020 - 17:01:38 EST
Hi
Here's updates for v5.10 containing support for a new TPM device and
fixes and Git URL change (infraded -> korg). Some bug fixes for tpm_tis
and trusted keys might be coming up in subsequent PR's for rc's.
/Jarkko
The following changes since commit fcadab740480e0e0e9fa9bd272acd409884d431a:
Merge tag 'drm-fixes-2020-10-01-1' of git://anongit.freedesktop.org/drm/drm (2020-10-01 09:45:37 -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.10
for you to fetch changes up to 7b9be800756f60bf5bb7baf39c7d221ecb877863:
MAINTAINERS: TPM DEVICE DRIVER: Update GIT (2020-10-04 23:16:48 +0300)
----------------------------------------------------------------
tpmdd updates for Linux v5.10
----------------------------------------------------------------
Andy Shevchenko (1):
tpm: use %*ph to print small buffer
James Bottomley (1):
tpm_tis: Add a check for invalid status
Jarkko Sakkinen (1):
MAINTAINERS: TPM DEVICE DRIVER: Update GIT
Masahisa Kojima (2):
tpm: tis: add support for MMIO TPM on SynQuacer
dt-bindings: Add SynQucer TPM MMIO as a trivial device
.../devicetree/bindings/trivial-devices.yaml | 2 +
MAINTAINERS | 2 +-
drivers/char/tpm/Kconfig | 12 ++
drivers/char/tpm/Makefile | 1 +
drivers/char/tpm/tpm-sysfs.c | 31 +--
drivers/char/tpm/tpm_tis_core.c | 11 ++
drivers/char/tpm/tpm_tis_core.h | 1 +
drivers/char/tpm/tpm_tis_synquacer.c | 208 +++++++++++++++++++++
8 files changed, 246 insertions(+), 22 deletions(-)
create mode 100644 drivers/char/tpm/tpm_tis_synquacer.c