[PATCH 0/3] New stm i2c tpm device driver
- From: Rajiv Andrade <srajiv@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Sep 2010 16:09:19 -0300
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 1/3] TPM: new stm i2c device driver
- From: Rajiv Andrade
- [PATCH 3/3] TPM: Add missing break and neatening
- From: Rajiv Andrade
- [PATCH 2/3] TPM: Use pr_fmt, pr_<level> and FUNC_ENTER
- From: Rajiv Andrade
- [PATCH 1/3] TPM: new stm i2c device driver
- Prev by Date: Re: [PATCH] Fix capi devicenames
- Next by Date: [PATCH 2/3] TPM: Use pr_fmt, pr_<level> and FUNC_ENTER
- Previous by thread: [PATCH 0/3] prepare TI_ST to move out of staging
- Next by thread: [PATCH 2/3] TPM: Use pr_fmt, pr_<level> and FUNC_ENTER
- Index(es):