messages from 2016-03-29 14:45:40 to 2016-04-19 10:36:22 UTC [more...]
[PATCH v11 0/4] Multi-instance vTPM proxy driver
2016-04-19 10:36 UTC (7+ 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
0001-added-tpm-2.0-support-to-nuvoton-i2c-driver.patch
2016-04-19 10:02 UTC (2+ messages)
[PATCH] tpm_crb: fix mapping of the buffers
2016-04-19 10:00 UTC (2+ messages)
[PATCH] tpm_crb: fix mapping of the buffers
2016-04-19 5:58 UTC (4+ messages)
[PATCH v3 00/12] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
2016-04-19 5:11 UTC (16+ 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
[PATCH v4 00/12] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
2016-04-18 22:17 UTC (13+ 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 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 v2 00/12] Rework of tpm_tis to share common logic accross phy's (lpc/spi/-i2c-)
2016-04-14 21:51 UTC (23+ 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 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 (23+ messages)
` [PATCH v9 1/4] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
` [PATCH v9 2/4] tpm: Proxy driver for supporting multiple emulated TPMs
` [PATCH v9 3/4] tpm: Initialize TPM and get durations and timeouts
` [v9, "
` [v9,3/4] "
` [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 (8+ 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 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 (7+ messages)
tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
2016-03-31 13:57 UTC (2+ messages)
[PATCH v3 0/6] Remove the tpm_vendor_specific structure
2016-03-31 9:48 UTC (15+ messages)
` [PATCH v3 1/6] tpm: drop 'iobase' from struct tpm_vendor_specific
` [PATCH v3 2/6] tpm: drop 'irq' "
` [PATCH v3 3/6] tpm: drop 'read_queue' "
` [PATCH v3 4/6] tpm: drop 'locality' "
` [PATCH v3 5/6] tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip
` [PATCH v3 6/6] tpm: Remove useless priv field in struct tpm_vendor_specific
[PATCH v3 0/6] Remove the tpm_vendor_specific structure
2016-03-30 21:36 UTC
[PATCH] tpm: move tpm_pcr_read_dev() to tpm1-cmd.c
2016-03-30 13:22 UTC (2+ messages)
[PATCH] tpm: remove redundant code from self-test functions
2016-03-30 12:59 UTC (5+ messages)
[PATCH v2 0/7] Remove the tpm_vendor_specific structure
2016-03-30 10:22 UTC (7+ messages)
` [PATCH v2 1/7] tpm/tpm_atmel: drop remaining 'iobase' usage
[PATCH] tpm: fix checks for policy digest existence in tpm2_seal_trusted() (resend for stable)
2016-03-29 16:48 UTC
[PATCH v8 00/10] Multi-instance vTPM proxy driver
2016-03-29 16:31 UTC (3+ messages)
[PATCH 0/5] Cleanup struct tpm_vendor_specific
2016-03-29 16:25 UTC (4+ messages)
` [PATCH 2/5] tpm: drop list from "
[PATCH 0/3] Few st33zp24 fixes
2016-03-29 16:20 UTC (2+ messages)
[PATCH v8 09/10] tpm: Initialize TPM and get durations and timeouts
2016-03-29 15:53 UTC (5+ messages)
` [v8,09/10] "
` [v8,09/10] tpm: Initialize TPM and get durations and timeoutsg
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).