Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932340Ab3CYQse (ORCPT ); Mon, 25 Mar 2013 12:48:34 -0400 Received: from eu1sys200aog113.obsmtp.com ([207.126.144.135]:49868 "EHLO eu1sys200aog113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932277Ab3CYQsd convert rfc822-to-8bit (ORCPT ); Mon, 25 Mar 2013 12:48:33 -0400 From: Mathias LEBLANC To: Kent Yoder Cc: Kent Yoder , Rajiv Andrade , Marcel Selhorst , Sirrix AG , "tpmdd-devel@lists.sourceforge.net" , Jean-Luc BLANC , "linux-kernel@vger.kernel.org" Date: Mon, 25 Mar 2013 17:48:00 +0100 Subject: RE: [tpmdd-devel] [PATCH 1/1] TPM: STMicroelectronics st33 driver SPI Thread-Topic: [tpmdd-devel] [PATCH 1/1] TPM: STMicroelectronics st33 driver SPI Thread-Index: Ac4peAzW7nkT9giERNGHg8SjkJnQkQAAB0Aw Message-ID: <35286B1AE75A7C47BFF0870081A31B4B45A3B0D06F@SAFEX1MAIL4.st.com> References: <1364224084-3133-1-git-send-email-mathias.leblanc@st.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 49751 Lines: 1402 Sorry for this mistake, admin01 the name of my platform development , git is not configured on it. -----Original Message----- From: Kent Yoder [mailto:shpedoikal@gmail.com] Sent: 25 March, 2013 17:44 To: Mathias LEBLANC Cc: Kent Yoder; Rajiv Andrade; Marcel Selhorst; Sirrix AG; tpmdd-devel@lists.sourceforge.net; Jean-Luc BLANC; linux-kernel@vger.kernel.org Subject: Re: [tpmdd-devel] [PATCH 1/1] TPM: STMicroelectronics st33 driver SPI On Mon, Mar 25, 2013 at 10:08 AM, Matthias Leblanc wrote: > From: admin01 > > * STMicroelectronics version 1.2.0, Copyright (C) 2010 > * STMicroelectronics comes with ABSOLUTELY NO WARRANTY. > * This is free software, and you are welcome to redistribute it > * under certain conditions. > > This is the driver for TPM chip from ST Microelectronics. > > If you have a TPM security chip from STMicroelectronics working with > an I2C/SPI, in menuconfig or .config choose the tpm driver on device > --> tpm and activate the protocol of your choice before compiling the > kernel. > The driver will be accessible from within Linux. > > Tested on linux x86/x64 and beagleboard REV B & XM REV C > > Signed-off-by: admin01 Who is admin01 and why is he signing off your patches? :-) Kent > --- > arch/arm/mach-omap2/board-omap3beagle.c | 40 ++ > drivers/char/tpm/Kconfig | 10 + > drivers/char/tpm/Makefile | 1 + > drivers/char/tpm/tpm_spi_stm_st33.c | 1116 +++++++++++++++++++++++++++++++ > drivers/char/tpm/tpm_spi_stm_st33.h | 75 ++ > include/linux/spi/tpm_spi_stm_st33.h | 46 ++ > 6 files changed, 1287 insertions(+), 0 deletions(-) create mode > 100644 drivers/char/tpm/tpm_spi_stm_st33.c > create mode 100644 drivers/char/tpm/tpm_spi_stm_st33.h > create mode 100644 include/linux/spi/tpm_spi_stm_st33.h > > diff --git a/arch/arm/mach-omap2/board-omap3beagle.c > b/arch/arm/mach-omap2/board-omap3beagle.c > index c3558f9..72e6513 100644 > --- a/arch/arm/mach-omap2/board-omap3beagle.c > +++ b/arch/arm/mach-omap2/board-omap3beagle.c > @@ -46,6 +46,11 @@ > #include