All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Steffen <Alexander.Steffen@infineon.com>
To: <jarkko@kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-integrity@vger.kernel.org>
Cc: Alexander Steffen <Alexander.Steffen@infineon.com>,
	<peterhuewe@gmx.de>, <jgg@ziepe.ca>,
	<krzysztof.kozlowski+dt@linaro.org>,
	Johannes Holland <johannes.holland@infineon.com>,
	Amir Mizinski <amirmizi6@gmail.com>
Subject: [PATCH v6 0/3] tpm_tis_i2c
Date: Wed, 8 Jun 2022 19:31:10 +0200	[thread overview]
Message-ID: <20220608173113.9232-1-Alexander.Steffen@infineon.com> (raw)

Changelog:
 * v6:
   * Remove tpm-tis-i2c compatible for now
 * v5:
   * Rename tpm_tis-i2c to tpm-tis-i2c
   * Remove unused includes
 * v4:
   * Move changelog to cover letter
   * Add compatibles to trivial-devices.yaml
   * Split patch for CRC interface and implementation
   * Add tpm_tis_i2c prefix to all functions
   * Improve documentation for guard time and sanity check
   * Use for loop instead of while for retries
 * v3:
   * Document address_to_register function
   * Add tpm_tis_i2c prefix to address_to_register
   * Add #ifdef CONFIG_OF to of_tis_i2c_match
   * Fix typos
 * v2:
   * move CCs from copyright comment to commit message
   * fix an unchecked return code

Alexander Steffen (3):
  dt-bindings: trivial-devices: Add Infineon SLB9673 TPM
  tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
  tpm: Add tpm_tis_i2c backend for tpm_tis_core

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 drivers/char/tpm/Kconfig                      |  12 +
 drivers/char/tpm/Makefile                     |   1 +
 drivers/char/tpm/tpm_tis_core.c               |  14 +
 drivers/char/tpm/tpm_tis_core.h               |  10 +
 drivers/char/tpm/tpm_tis_i2c.c                | 391 ++++++++++++++++++
 6 files changed, 430 insertions(+)
 create mode 100644 drivers/char/tpm/tpm_tis_i2c.c

-- 
2.25.1


             reply	other threads:[~2022-06-08 17:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 17:31 Alexander Steffen [this message]
2022-06-08 17:31 ` [PATCH v6 1/3] dt-bindings: trivial-devices: Add Infineon SLB9673 TPM Alexander Steffen
2022-06-14 20:58   ` Rob Herring
2022-06-08 17:31 ` [PATCH v6 2/3] tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer Alexander Steffen
2022-06-08 17:31 ` [PATCH v6 3/3] tpm: Add tpm_tis_i2c backend for tpm_tis_core Alexander Steffen
2022-06-09  5:31   ` Jarkko Sakkinen
2022-06-10 11:11     ` Johannes Holland
2022-06-15 18:41       ` Jarkko Sakkinen
2022-06-10 15:38   ` kernel test robot

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=20220608173113.9232-1-Alexander.Steffen@infineon.com \
    --to=alexander.steffen@infineon.com \
    --cc=amirmizi6@gmail.com \
    --cc=jarkko@kernel.org \
    --cc=jgg@ziepe.ca \
    --cc=johannes.holland@infineon.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterhuewe@gmx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.