public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Add more compatibility strings to tpm-tis-i2c
@ 2024-01-16 18:17 Ninad Palsule
  2024-01-16 18:17 ` [PATCH v2 1/1] tpm: tis-i2c: Add more compatible strings Ninad Palsule
  0 siblings, 1 reply; 3+ messages in thread
From: Ninad Palsule @ 2024-01-16 18:17 UTC (permalink / raw)
  To: peterhuewe, jarkko, jgg, linux-integrity, linux-kernel
  Cc: Ninad Palsule, joel

The new IBM system1 bmc machine uses Nuvoton TPM chip. I had this commit
as part of the device tree for new machine but reviewer suggested send
the driver commit as separate patch. The version 2 includes common
compatibility string for TPM 2.0.

The patchset for IBM system1 bmc machine device tree is as follows:
https://lore.kernel.org/linux-kernel/20231212164004.1683589-1-ninad@linux.ibm.com/

Joel Stanley (1):
  tpm: tis-i2c: Add more compatible strings

 drivers/char/tpm/tpm_tis_i2c.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.39.2


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

* [PATCH v2 1/1] tpm: tis-i2c: Add more compatible strings
  2024-01-16 18:17 [PATCH v2 0/1] Add more compatibility strings to tpm-tis-i2c Ninad Palsule
@ 2024-01-16 18:17 ` Ninad Palsule
  2024-02-02 15:15   ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Ninad Palsule @ 2024-01-16 18:17 UTC (permalink / raw)
  To: peterhuewe, jarkko, jgg, linux-integrity, linux-kernel
  Cc: Joel Stanley, ninad

From: Joel Stanley <joel@jms.id.au>

Add a generic compatibility string for I2C based TPM 2.0 device.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
---
This patch is based out of following patchset:
https://lore.kernel.org/r/20220928043957.2636877-4-joel@jms.id.au
This patchset has 3 patches. The binding document related patches are
already merged using following patchset:
https://lore.kernel.org/all/3f56f0a2bb90697a23e83583a21684b75dc7eea2.1701093036.git.lukas@wunner.de/

v2:
  - Removed NPCT75x compatibility string based on review comment by
    Conor.
---
 drivers/char/tpm/tpm_tis_i2c.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/char/tpm/tpm_tis_i2c.c b/drivers/char/tpm/tpm_tis_i2c.c
index a897402cc36a..d63ef81fb1f1 100644
--- a/drivers/char/tpm/tpm_tis_i2c.c
+++ b/drivers/char/tpm/tpm_tis_i2c.c
@@ -383,6 +383,7 @@ MODULE_DEVICE_TABLE(i2c, tpm_tis_i2c_id);
 #ifdef CONFIG_OF
 static const struct of_device_id of_tis_i2c_match[] = {
 	{ .compatible = "infineon,slb9673", },
+	{ .compatible = "tcg,tpm-tis-i2c", },
 	{}
 };
 MODULE_DEVICE_TABLE(of, of_tis_i2c_match);
-- 
2.39.2


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

* Re: [PATCH v2 1/1] tpm: tis-i2c: Add more compatible strings
  2024-01-16 18:17 ` [PATCH v2 1/1] tpm: tis-i2c: Add more compatible strings Ninad Palsule
@ 2024-02-02 15:15   ` Guenter Roeck
  0 siblings, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2024-02-02 15:15 UTC (permalink / raw)
  To: Ninad Palsule
  Cc: peterhuewe, jarkko, jgg, linux-integrity, linux-kernel,
	Joel Stanley

On Tue, Jan 16, 2024 at 12:17:54PM -0600, Ninad Palsule wrote:
> From: Joel Stanley <joel@jms.id.au>
> 
> Add a generic compatibility string for I2C based TPM 2.0 device.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>

FWIW:

Tested-by: Guenter Roeck <linux@roeck-us.net>

with qemu and tacoma-bmc.

Thanks,
Guenter

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

end of thread, other threads:[~2024-02-02 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 18:17 [PATCH v2 0/1] Add more compatibility strings to tpm-tis-i2c Ninad Palsule
2024-01-16 18:17 ` [PATCH v2 1/1] tpm: tis-i2c: Add more compatible strings Ninad Palsule
2024-02-02 15:15   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox