tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-31 16:19:28 to 2016-04-27 12:56:21 UTC [more...]

[PATCH v11 0/4] Multi-instance vTPM proxy driver
 2016-04-27 12:56 UTC  (19+ messages)
  ` [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core
  ` [PATCH v11 2/4] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
  ` [PATCH v11 3/4] tpm: Proxy driver for supporting multiple emulated TPMs
  ` [PATCH v11 4/4] tpm: Add documentation for the tpm_vtpm_proxy device driver
    ` [tpmdd-devel] [PATCH v11 0/4] Multi-instance vTPM proxy driver

[PATCH] tpm: use devm_add_action_or_reset
 2016-04-26  8:30 UTC  (3+ messages)

[PATCH] tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown()
 2016-04-25 19:09 UTC  (4+ messages)

[PATCH v6 0/8] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
 2016-04-25  9:12 UTC  (10+ messages)
  ` [PATCH v6 1/8] tpm: Add include guards in tpm.h
  ` [PATCH v6 2/8] tpm: tpm_tis: Share common data between phys
  ` [PATCH v6 3/8] tpm_tis: Introduce intermediate layer for TPM access
  ` [PATCH v6 4/8] devicetree: Add infineon to vendor-prefix.txt
  ` [PATCH v6 5/8] devicetree: Add Trusted Computing Group "
  ` [PATCH v6 6/8] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
  ` [PATCH v6 7/8] tpm: Use read/write_bytes for drivers without more specialized methods
  ` [PATCH v6 8/8] tpm/tpm_tis_spi: Add support for spi phy

[PATCH v5 0/8] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
 2016-04-21 22:04 UTC  (9+ messages)
  ` [PATCH v5 1/8] tpm: Add include guards in tpm.h
  ` [PATCH v5 2/8] tpm: tpm_tis: Share common data between phys
  ` [PATCH v5 3/8] tpm_tis: Introduce intermediate layer for TPM access
  ` [PATCH v5 4/8] devicetree: Add infineon to vendor-prefix.txt
  ` [PATCH v5 5/8] devicetree: Add Trusted Computing Group "
  ` [PATCH v5 6/8] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
  ` [PATCH v5 7/8] tpm: Use read/write_bytes for drivers without more specialized methods
  ` [PATCH v5 8/8] tpm/tpm_tis_spi: Add support for spi phy

[PATCH v3 00/12] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
 2016-04-20  6:52 UTC  (18+ messages)
  ` [PATCH v3 01/12] tpm: Add include guards in tpm.h
  ` [PATCH v3 02/12] tpm: tpm_tis: Share common data between phys
  ` [PATCH v3 03/12] tpm: tpm_tis: Rename priv_data structure tpm_tis_data
  ` [PATCH v3 04/12] tpm_tis: Introduce intermediate layer for TPM access
  ` [PATCH v3 05/12] tpm_tis: Extend low-level interface to support proper return codes
  ` [PATCH v3 06/12] tpm: Use read/write_bytes for drivers without more specialized methods
  ` [PATCH v3 07/12] tpm: Manage itpm workaround with tis specific data_expect bit
  ` [PATCH v3 08/12] tpm: tpm_tis: Add post_probe phy handler
  ` [PATCH v3 09/12] devicetree: Add infineon to vendor-prefix.txt
  ` [PATCH v3 10/12] devicetree: Add Trusted Computing Group "
  ` [PATCH v3 11/12] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
  ` [PATCH v3 12/12] tpm/tpm_tis_spi: Add support for spi phy

0001-added-tpm-2.0-support-to-nuvoton-i2c-driver.patch
 2016-04-19 21:09 UTC  (3+ messages)

[PATCH v4 00/12] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
 2016-04-19 19:14 UTC  (21+ messages)
  ` [PATCH v4 01/12] tpm: Add include guards in tpm.h
  ` [PATCH v4 02/12] tpm: tpm_tis: Share common data between phys
  ` [PATCH v4 03/12] tpm: tpm_tis: Rename priv_data structure tpm_tis_data
  ` [PATCH v4 04/12] tpm_tis: Introduce intermediate layer for TPM access
  ` [PATCH v4 05/12] tpm_tis: Extend low-level interface to support proper return codes
  ` [PATCH v4 06/12] tpm: Manage itpm workaround with tis specific data_expect bit
  ` [PATCH v4 07/12] tpm: tpm_tis: Add post_probe phy handler
  ` [PATCH v4 08/12] devicetree: Add infineon to vendor-prefix.txt
  ` [PATCH v4 09/12] devicetree: Add Trusted Computing Group "
  ` [PATCH v4 10/12] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
  ` [PATCH v4 11/12] tpm: Use read/write_bytes for drivers without more specialized methods
  ` [PATCH v4 12/12] tpm/tpm_tis_spi: Add support for spi phy

[PATCH] tpm_crb: fix mapping of the buffers
 2016-04-19 18:47 UTC  (4+ messages)

[PATCH v2 00/12] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
 2016-04-19 13:19 UTC  (25+ messages)
  ` [PATCH v2 01/12] tpm: tpm_tis: Share common data between phys
  ` [PATCH v2 02/12] tpm: tpm_tis: Rename priv_data structure tpm_tis_data
  ` [PATCH v2 03/12] tpm_tis: Introduce intermediate layer for TPM access
  ` [PATCH v2 04/12] tpm_tis: Extend low-level interface to support proper return codes
  ` [PATCH v2 05/12] tpm: Use read/write_bytes for drivers without more specialized methods
  ` [PATCH v2 06/12] tpm: Manage itpm workaround with tis specific data_expect bit
  ` [PATCH v2 07/12] tpm: tpm_tis: Add post_probe phy handler
  ` [PATCH v2 08/12] tpm: Add include guards in tpm.h
  ` [PATCH v2 09/12] devicetree: Add infineon to vendor-prefix.txt
  ` [PATCH v2 10/12] devicetree: Add Trusted Computing Group "
  ` [PATCH v2 11/12] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
  ` [PATCH v2 12/12] tpm/tpm_tis_spi: Add support for spi phy

[PATCH] tpm_crb: fix mapping of the buffers
 2016-04-19  5:58 UTC  (4+ messages)

[PATCH v10 0/5] Multi-instance vTPM proxy driver
 2016-04-15 17:18 UTC  (8+ messages)
  ` [PATCH v10 1/5] tpm: Remove all uses of drvdata from the TPM Core
  ` [PATCH v10 3/5] tpm: Proxy driver for supporting multiple emulated TPMs
  ` [PATCH v10 4/5] tpm: Initialize TPM and get durations and timeouts
  ` [PATCH v10 5/5] tpm: Add documentation for the tpm_vtpm_proxy device driver
` [PATCH v10 2/5] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL

[PATCH v3] tpm: fix crash in tpm_tis deinitialization
 2016-04-14  9:27 UTC  (3+ messages)

[PATCH] tpm: fix crash in tpm_tis deinitialization
 2016-04-13 17:04 UTC  (7+ messages)

[PATCH v9 0/4] Multi-instance vTPM proxy driver
 2016-04-13 11:24 UTC  (17+ messages)
` [PATCH v9 2/4] tpm: Proxy driver for supporting multiple emulated TPMs
` [PATCH v9 4/4] tpm: Add documentation for the tpm_vtpm device driver

[PATCH v2] tpm: fix crash in tpm_tis deinitialization
 2016-04-13  7:17 UTC 

[PATCH 00/10] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
 2016-04-11 22:37 UTC  (21+ messages)
  ` [PATCH 01/10] tpm_tis: Introduce intermediate layer for TPM access
  ` [PATCH 02/10] tpm_tis: Extend low-level interface to support proper return codes
  ` [PATCH 03/10] tpm: Use read/write_bytes for drivers without more specialized methods
  ` [PATCH 04/10] tpm: Manage itpm workaround with tis specific data_expect bit
  ` [PATCH 05/10] tpm: tpm_tis: Add post_probe phy handler
  ` [PATCH 06/10] tpm: Add include guards in tpm.h
  ` [PATCH 07/10] devicetree: Add infineon to vendor-prefix.txt
  ` [PATCH 08/10] devicetree: Add Trusted Computing Group "
  ` [PATCH 09/10] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
  ` [PATCH 10/10] tpm/tpm_tis_spi: Add support for spi phy

[PATCH] tpm: fix crash in tpm_tis
 2016-04-11 11:18 UTC  (4+ messages)

[PATCH 1/1] added tpm 2.0 support to nuvoton i2c driver
 2016-04-10 10:53 UTC 

[PATCH] tpm: remove redundant code from self-test functions
 2016-04-07 11:30 UTC  (7+ messages)

[PATCH] tpm: fix tpm_transmit() parameters
 2016-04-07 10:12 UTC  (3+ messages)

[PATCH v3] vTPM: fix missing error handling for suspend operation
 2016-04-05 15:23 UTC  (2+ messages)

[PATCH v9 3/4] tpm: Initialize TPM and get durations and timeouts
 2016-04-05  9:58 UTC  (5+ messages)
` [v9, "
  ` [v9,3/4] "

[PATCH v4 0/6] Remove the tpm_vendor_specific structure
 2016-04-01 12:05 UTC  (8+ messages)
  ` [PATCH v4 1/6] tpm: drop 'iobase' from struct tpm_vendor_specific
  ` [PATCH v4 2/6] tpm: drop 'irq' "
  ` [PATCH v4 3/6] tpm: drop 'read_queue' "
  ` [PATCH v4 4/6] tpm: drop 'locality' "
  ` [PATCH v4 5/6] tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip
  ` [PATCH v4 6/6] tpm: Remove useless priv field in struct tpm_vendor_specific

[PATCH v2] vTPM: fix missing error handling for suspend operation
 2016-03-31 16:42 UTC  (2+ messages)

[PATCH] tpm: cleanup tpm_tis_remove()
 2016-03-31 16:19 UTC  (6+ messages)


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).