* [PATCH v2 0/1] Add ST33KTPM2XI2C chip to the TPM TIS I2C driver @ 2024-04-14 7:44 Michael Haener 2024-04-14 7:44 ` [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c Michael Haener 0 siblings, 1 reply; 5+ messages in thread From: Michael Haener @ 2024-04-14 7:44 UTC (permalink / raw) To: linux-integrity Cc: Michael Haener, devicetree, linux-kernel, Peter Huewe, Jarkko Sakkinen, Jason Gunthorpe, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lukas Wunner, Alexander Sverdlin This patch series adds support for the ST33KTPM2XI2C chip. Changelog: v2: removed driver patch Michael Haener (1): dt-bindings: tpm: Add st,st33ktpm2xi2c Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.44.0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c 2024-04-14 7:44 [PATCH v2 0/1] Add ST33KTPM2XI2C chip to the TPM TIS I2C driver Michael Haener @ 2024-04-14 7:44 ` Michael Haener 2024-04-14 9:11 ` Krzysztof Kozlowski 2024-04-14 15:16 ` Jarkko Sakkinen 0 siblings, 2 replies; 5+ messages in thread From: Michael Haener @ 2024-04-14 7:44 UTC (permalink / raw) To: linux-integrity Cc: Michael Haener, devicetree, linux-kernel, Peter Huewe, Jarkko Sakkinen, Jason Gunthorpe, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lukas Wunner, Alexander Sverdlin Add the ST chip st33ktpm2xi2c to the supported compatible strings of the TPM TIS I2C schema. The Chip is compliant with the TCG PC Client TPM Profile specification. For reference, a datasheet is available at: https://www.st.com/resource/en/data_brief/st33ktpm2xi2c.pdf Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Signed-off-by: Michael Haener <michael.haener@siemens.com> --- Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml b/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml index 3ab4434b7352..af7720dc4a12 100644 --- a/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml +++ b/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml @@ -32,6 +32,7 @@ properties: - enum: - infineon,slb9673 - nuvoton,npct75x + - st,st33ktpm2xi2c - const: tcg,tpm-tis-i2c - description: TPM 1.2 and 2.0 chips with vendor-specific I²C interface -- 2.44.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c 2024-04-14 7:44 ` [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c Michael Haener @ 2024-04-14 9:11 ` Krzysztof Kozlowski 2024-04-14 15:18 ` Jarkko Sakkinen 2024-04-14 15:16 ` Jarkko Sakkinen 1 sibling, 1 reply; 5+ messages in thread From: Krzysztof Kozlowski @ 2024-04-14 9:11 UTC (permalink / raw) To: Michael Haener, linux-integrity Cc: devicetree, linux-kernel, Peter Huewe, Jarkko Sakkinen, Jason Gunthorpe, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lukas Wunner, Alexander Sverdlin On 14/04/2024 09:44, Michael Haener wrote: > Add the ST chip st33ktpm2xi2c to the supported compatible strings of the > TPM TIS I2C schema. The Chip is compliant with the TCG PC Client TPM > Profile specification. > > For reference, a datasheet is available at: > https://www.st.com/resource/en/data_brief/st33ktpm2xi2c.pdf Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c 2024-04-14 9:11 ` Krzysztof Kozlowski @ 2024-04-14 15:18 ` Jarkko Sakkinen 0 siblings, 0 replies; 5+ messages in thread From: Jarkko Sakkinen @ 2024-04-14 15:18 UTC (permalink / raw) To: Krzysztof Kozlowski, Michael Haener, linux-integrity Cc: devicetree, linux-kernel, Peter Huewe, Jason Gunthorpe, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lukas Wunner, Alexander Sverdlin On Sun Apr 14, 2024 at 12:11 PM EEST, Krzysztof Kozlowski wrote: > On 14/04/2024 09:44, Michael Haener wrote: > > Add the ST chip st33ktpm2xi2c to the supported compatible strings of the > > TPM TIS I2C schema. The Chip is compliant with the TCG PC Client TPM > > Profile specification. > > > > For reference, a datasheet is available at: > > https://www.st.com/resource/en/data_brief/st33ktpm2xi2c.pdf > > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> > > Best regards, > Krzysztof Thanks! I have the following tags now: Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Signed-off-by: Michael Haener <michael.haener@siemens.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org> For sanity check: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/log/ [did not put direct link to the commit as master branch gets updates and rewrites often] BR, Jarkko ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c 2024-04-14 7:44 ` [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c Michael Haener 2024-04-14 9:11 ` Krzysztof Kozlowski @ 2024-04-14 15:16 ` Jarkko Sakkinen 1 sibling, 0 replies; 5+ messages in thread From: Jarkko Sakkinen @ 2024-04-14 15:16 UTC (permalink / raw) To: Michael Haener, linux-integrity Cc: devicetree, linux-kernel, Peter Huewe, Jason Gunthorpe, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Lukas Wunner, Alexander Sverdlin On Sun Apr 14, 2024 at 10:44 AM EEST, Michael Haener wrote: > Add the ST chip st33ktpm2xi2c to the supported compatible strings of the > TPM TIS I2C schema. The Chip is compliant with the TCG PC Client TPM > Profile specification. > > For reference, a datasheet is available at: > https://www.st.com/resource/en/data_brief/st33ktpm2xi2c.pdf > > Reviewed-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> > Signed-off-by: Michael Haener <michael.haener@siemens.com> > --- > Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml b/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml > index 3ab4434b7352..af7720dc4a12 100644 > --- a/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml > +++ b/Documentation/devicetree/bindings/tpm/tcg,tpm-tis-i2c.yaml > @@ -32,6 +32,7 @@ properties: > - enum: > - infineon,slb9673 > - nuvoton,npct75x > + - st,st33ktpm2xi2c > - const: tcg,tpm-tis-i2c > > - description: TPM 1.2 and 2.0 chips with vendor-specific I²C interface I applied this version of the patch to my master (not yet mirrored to linux-next but eventually will). BR, Jarkko ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-14 15:19 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-14 7:44 [PATCH v2 0/1] Add ST33KTPM2XI2C chip to the TPM TIS I2C driver Michael Haener 2024-04-14 7:44 ` [PATCH v2 1/1] dt-bindings: tpm: Add st,st33ktpm2xi2c Michael Haener 2024-04-14 9:11 ` Krzysztof Kozlowski 2024-04-14 15:18 ` Jarkko Sakkinen 2024-04-14 15:16 ` Jarkko Sakkinen
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.