All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] New stm i2c tpm device driver
@ 2010-09-30 19:09 Rajiv Andrade
  2010-09-30 19:09 ` [PATCH 1/3] TPM: new stm i2c " Rajiv Andrade
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Rajiv Andrade @ 2010-09-30 19:09 UTC (permalink / raw)
  To: linux-kernel; +Cc: jmorris, joe, christophe-h.ricard

The following patches include a new STMicroelectronics i2c tpm device 
driver together with a document describing the platform on which the 
code was tested, and subsequent improvements submitted by Joe Perches.

Christophe Henri RICARD (1):
  TPM: New I2C TPM device driver

Joe Perches (2):
  drivers/char/tpm/tpm_stm_st19_i2c.c: Use pr_fmt, pr_<level> and
    FUNC_ENTER
  drivers/char/tpm/tpm_stm_st19_i2c.c: Add missing break and neatening

 Documentation/tpm/tpm_stm_st19_i2c.txt |  168 +++++++
 drivers/char/tpm/Kconfig               |    9 +
 drivers/char/tpm/Makefile              |    1 +
 drivers/char/tpm/tpm_stm_st19_i2c.c    |  835 ++++++++++++++++++++++++++++++++
 drivers/char/tpm/tpm_stm_st19_i2c.h    |   63 +++
 include/linux/i2c/tpm_stm_st19_i2c.h   |   45 ++
 6 files changed, 1121 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/tpm/tpm_stm_st19_i2c.txt
 create mode 100644 drivers/char/tpm/tpm_stm_st19_i2c.c
 create mode 100644 drivers/char/tpm/tpm_stm_st19_i2c.h
 create mode 100644 include/linux/i2c/tpm_stm_st19_i2c.h

-- 
1.7.2.2


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

end of thread, other threads:[~2010-10-01 16:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 19:09 [PATCH 0/3] New stm i2c tpm device driver Rajiv Andrade
2010-09-30 19:09 ` [PATCH 1/3] TPM: new stm i2c " Rajiv Andrade
2010-09-30 21:20   ` matt mooney
2010-10-01  0:51   ` James Morris
2010-10-01 14:27     ` Christophe Henri RICARD
2010-10-01 15:25       ` Rajiv Andrade
2010-10-01 15:44         ` Christophe Henri RICARD
2010-10-01 16:35           ` Rajiv Andrade
2010-09-30 19:09 ` [PATCH 2/3] TPM: Use pr_fmt, pr_<level> and FUNC_ENTER Rajiv Andrade
2010-09-30 19:09 ` [PATCH 3/3] TPM: Add missing break and neatening Rajiv Andrade

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.