James,

This pull contains fixes for found regressions and TPM2 support for the
Nuvoton driver. The changes are rebased against the latest
security/next.

/Jarkko

The following changes since commit d4d03f74a73f3b8b2801d4d02011b6b69778cbcc:

  apparmor: fix arg_size computation for when setprocattr is null terminated 
(2016-07-12 08:43:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 82cc1a49b6358394938e759dc4c22b2be773bbad:

  tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) 
(2016-07-19 17:43:38 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux 4.8

----------------------------------------------------------------
Andrew Zamansky (1):
      tpm2_i2c_nuvoton: add irq validity check

Andrey Pronin (1):
      tpm: read burstcount from TPM_STS in one 32-bit transaction

Jason Gunthorpe (2):
      tpm: Factor out common startup code
      tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family)

Sudip Mukherjee (1):
      tpm: use devm_add_action_or_reset

apro...@chromium.org (2):
      tpm_tis_core: convert max timeouts from msec to jiffies
      tpm: fix byte-order for the value read by tpm2_get_tpm_pt

 .../devicetree/bindings/i2c/trivial-devices.txt    |  1 +
 drivers/char/tpm/st33zp24/st33zp24.c               |  4 +-
 drivers/char/tpm/tpm-chip.c                        | 17 ++++++--
 drivers/char/tpm/tpm-interface.c                   | 27 ++++++++++++
 drivers/char/tpm/tpm.h                             |  4 +-
 drivers/char/tpm/tpm2-cmd.c                        | 48 +++++++++++++++++++---
 drivers/char/tpm/tpm_crb.c                         | 10 +----
 drivers/char/tpm/tpm_i2c_atmel.c                   |  6 +--
 drivers/char/tpm/tpm_i2c_infineon.c                |  4 +-
 drivers/char/tpm/tpm_i2c_nuvoton.c                 | 39 ++++++++++--------
 drivers/char/tpm/tpm_tis_core.c                    | 43 ++++---------------
 drivers/char/tpm/tpm_vtpm_proxy.c                  |  9 +---
 include/linux/tpm.h                                |  5 +++
 13 files changed, 127 insertions(+), 90 deletions(-)

Reply via email to