linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] tpmdd updates for Linux v5.4
@ 2019-09-02 14:31 Jarkko Sakkinen
  2019-09-16 21:35 ` pr-tracker-bot
  2019-11-21  4:48 ` Dan Williams
  0 siblings, 2 replies; 19+ messages in thread
From: Jarkko Sakkinen @ 2019-09-02 14:31 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, linux-integrity, jmorris

Hi

A new driver for fTPM living inside ARM TEE was added this round. In
addition to that, there is three bug fixes and one clean up.

/Jarkko

The following changes since commit 8fb8e9e46261e0117cb3cffb6dd8bb7e08f8649b:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2019-08-30 09:23:45 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20190902

for you to fetch changes up to e8bd417aab0c72bfb54465596b16085702ba0405:

  tpm/tpm_ftpm_tee: Document fTPM TEE driver (2019-09-02 17:08:35 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.4

----------------------------------------------------------------
Jarkko Sakkinen (1):
      tpm: Remove a deprecated comments about implicit sysfs locking

Lukas Bulwahn (1):
      MAINTAINERS: fix style in KEYS-TRUSTED entry

Sasha Levin (2):
      tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEE
      tpm/tpm_ftpm_tee: Document fTPM TEE driver

Stefan Berger (2):
      tpm_tis_core: Turn on the TPM before probing IRQ's
      tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts

 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 Documentation/security/tpm/index.rst               |   1 +
 Documentation/security/tpm/tpm_ftpm_tee.rst        |  27 ++
 MAINTAINERS                                        |   2 +-
 drivers/char/tpm/Kconfig                           |   5 +
 drivers/char/tpm/Makefile                          |   1 +
 drivers/char/tpm/tpm-chip.c                        |   7 +-
 drivers/char/tpm/tpm-sysfs.c                       |   7 -
 drivers/char/tpm/tpm_ftpm_tee.c                    | 350 +++++++++++++++++++++
 drivers/char/tpm/tpm_ftpm_tee.h                    |  40 +++
 drivers/char/tpm/tpm_tis_core.c                    |   3 +
 11 files changed, 432 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/security/tpm/tpm_ftpm_tee.rst
 create mode 100644 drivers/char/tpm/tpm_ftpm_tee.c
 create mode 100644 drivers/char/tpm/tpm_ftpm_tee.h

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-12-09 20:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 14:31 [GIT PULL] tpmdd updates for Linux v5.4 Jarkko Sakkinen
2019-09-16 21:35 ` pr-tracker-bot
2019-11-21  4:48 ` Dan Williams
2019-11-22 16:18   ` Jerry Snitselaar
2019-11-29 21:04     ` Jarkko Sakkinen
2019-11-29 23:22       ` Jerry Snitselaar
2019-11-29 23:32         ` Jerry Snitselaar
2019-12-06 20:51           ` Jarkko Sakkinen
2019-12-06 20:50         ` Jarkko Sakkinen
2019-11-27 20:58   ` Jarkko Sakkinen
2019-11-27 20:59     ` Jarkko Sakkinen
2019-11-28  1:20       ` Jerry Snitselaar
2019-11-29 23:53         ` Jarkko Sakkinen
2019-11-30  0:12           ` Jerry Snitselaar
2019-12-06 21:18             ` Jarkko Sakkinen
2019-12-06 23:02               ` Jerry Snitselaar
2019-12-09 20:17                 ` Jarkko Sakkinen
2019-11-27 21:10     ` Dan Williams
2019-11-29 23:25       ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).