linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org,
	jmorris@namei.org, dhowells@redhat.com, peterhuewe@gmx.de
Subject: [GIT PULL] tpmdd updates for v5.10
Date: Mon, 5 Oct 2020 00:01:31 +0300	[thread overview]
Message-ID: <20201004210121.GA41675@linux.intel.com> (raw)

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

             reply	other threads:[~2020-10-04 21:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-04 21:01 Jarkko Sakkinen [this message]
2020-10-12 18:21 ` [GIT PULL] tpmdd updates for v5.10 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201004210121.GA41675@linux.intel.com \
    --to=jarkko.sakkinen@linux.intel.com \
    --cc=dhowells@redhat.com \
    --cc=jmorris@namei.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterhuewe@gmx.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).