All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/2] Add i2c TPM driver
@ 2011-12-14  8:48 Che-Liang Chiou
  2011-12-14  8:48 ` [U-Boot] [PATCH v1 1/2] tpm: Rename generic_lpc_tpm to tpm_tis_lpc Che-Liang Chiou
  2011-12-14  8:48 ` [U-Boot] [PATCH v1 2/2] tpm: Add i2c TPM driver Che-Liang Chiou
  0 siblings, 2 replies; 13+ messages in thread
From: Che-Liang Chiou @ 2011-12-14  8:48 UTC (permalink / raw)
  To: u-boot


This patchset adds an i2c bus based TPM driver.

Changes in v1:
- Update s-o-b Peter Huewe's email address
- Squash patch #3 into patch #2

Che-Liang Chiou (2):
  tpm: Rename generic_lpc_tpm to tpm_tis_lpc
  tpm: Add i2c TPM driver

 Makefile                                         |    2 +-
 README                                           |   18 +-
 drivers/tpm/Makefile                             |    5 +-
 drivers/tpm/tpm.c                                |  457 +++++++++++++++++
 drivers/tpm/tpm_private.h                        |  131 +++++
 drivers/tpm/tpm_tis_i2c.c                        |  584 ++++++++++++++++++++++
 drivers/tpm/{generic_lpc_tpm.c => tpm_tis_lpc.c} |    0
 7 files changed, 1194 insertions(+), 3 deletions(-)
 create mode 100644 drivers/tpm/tpm.c
 create mode 100644 drivers/tpm/tpm_private.h
 create mode 100644 drivers/tpm/tpm_tis_i2c.c
 rename drivers/tpm/{generic_lpc_tpm.c => tpm_tis_lpc.c} (100%)

-- 
1.7.3.1

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

end of thread, other threads:[~2011-12-21  3:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14  8:48 [U-Boot] [PATCH v1 0/2] Add i2c TPM driver Che-Liang Chiou
2011-12-14  8:48 ` [U-Boot] [PATCH v1 1/2] tpm: Rename generic_lpc_tpm to tpm_tis_lpc Che-Liang Chiou
2011-12-17 20:35   ` Wolfgang Denk
2011-12-19 10:57     ` Che-liang Chiou
2011-12-19 11:38       ` Wolfgang Denk
2011-12-20  8:12         ` Che-liang Chiou
2011-12-20 11:43           ` Wolfgang Denk
2011-12-21  3:23             ` Che-liang Chiou
2011-12-14  8:48 ` [U-Boot] [PATCH v1 2/2] tpm: Add i2c TPM driver Che-Liang Chiou
2011-12-16 17:21   ` Mike Frysinger
2011-12-19  9:51     ` Che-liang Chiou
2011-12-17 20:33   ` Wolfgang Denk
2011-12-19  9:53     ` Che-liang Chiou

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.