tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-13 21:09:49 to 2016-06-07 01:20:16 UTC [more...]

TPM microconf at Linux Plumbers Conference?
 2016-06-07  1:20 UTC  (7+ messages)
  ` [Linux-ima-devel] "

[PATCH v2] tpm_tis: Increase ST19NP18 TPM command timeout to avoid chip lockup
 2016-06-07  1:07 UTC  (2+ messages)

[PATCH] tpm_tis: Increase ST19NP18 TPM command timeout to avoid chip lockup
 2016-06-06 21:51 UTC 

[PATCH] adding tpm2.0 support to nuvoton drivers and adding npct6xx
 2016-06-05  4:52 UTC  (3+ messages)

[PATCH] tpm_crb: fix crb_req_canceled behavior
 2016-06-03 11:18 UTC 

[PATCH v8 0/7] Rework of tpm_tis to share common logic across phy's (lpc/spi/-i2c-)
 2016-05-30 18:36 UTC  (20+ messages)
  ` [PATCH v8 1/7] tpm: Add include guards in tpm.h
  ` [PATCH v8 5/7] devicetree: Add Trusted Computing Group to vendor-prefix.txt
  ` [PATCH v8 7/7] tpm/tpm_tis_spi: Add support for spi phy
` [PATCH v8 2/7] tpm: tpm_tis: Share common data between phys
` [PATCH v8 3/7] tpm_tis: Introduce intermediate layer for TPM access
` [PATCH v8 4/7] devicetree: Add infineon to vendor-prefix.txt
` [PATCH v8 6/7] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
      ` Re: [PATCH v8 0/7] Rework of tpm_tis to share common logic across phy's (lpc/spi/-i2c-)
    ` [tpmdd-devel] "

[PATCH v2] tpm: Factor out common startup code
 2016-05-26 12:23 UTC  (7+ messages)

[PATCH 47/54] MAINTAINERS: Add file patterns for tpm device tree bindings
 2016-05-23 13:48 UTC  (2+ messages)

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

[PATCH v2] tpm: Fix suspend regression
 2016-05-12 13:58 UTC  (4+ messages)

[PATCH v11 0/4] Multi-instance vTPM proxy driver
 2016-05-11 15:20 UTC  (27+ messages)
  ` [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core
      ` [BUG, bisect] "
  ` [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: Fix suspend regression
 2016-05-10 17:38 UTC  (3+ messages)

[PATCH v6 0/8] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
 2016-05-04 10:52 UTC  (17+ 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-05-02 17:03 UTC  (11+ 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] tpm: use devm_add_action_or_reset
 2016-04-30 17:00 UTC  (4+ messages)

[PATCH v2] tpm: use devm_add_action_or_reset
 2016-04-30 16:58 UTC 

[PATCH] tpm: select ANON_INODES for proxy driver
 2016-04-29 19:41 UTC  (4+ messages)

[PATCH] tpm: Fix IRQ unwind ordering in TIS
 2016-04-28  8:53 UTC  (3+ messages)

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

[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  (15+ messages)
` [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 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 2/5] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
  ` [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 v3] tpm: fix crash in tpm_tis deinitialization
 2016-04-14  9:27 UTC  (3+ 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).