Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932439Ab2HVVlX (ORCPT ); Wed, 22 Aug 2012 17:41:23 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:57987 "EHLO e9.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932156Ab2HVVlM (ORCPT ); Wed, 22 Aug 2012 17:41:12 -0400 Date: Wed, 22 Aug 2012 16:41:30 -0500 From: Kent Yoder To: xiaoyan.zhang@intel.com Cc: linux-kernel@vger.kernel.org, joseph.cihula@intel.com, gang.wei@intel.com, tpmdd-devel@lists.sourceforge.net, debora@linux.vnet.ibm.com, srajiv@linux.vnet.ibm.com, m.selhorst@sirrix.com, shpedoikal@gmail.com, linux-security-module@vger.kernel.org, james.l.morris@oracle.com, hpa@zytor.com, linux-api@vger.kernel.org, yoder1@us.ibm.com Subject: Re: [PATCH v5 0/2] Add PPI support in tpm driver Message-ID: <20120822214130.GA13519@linux.vnet.ibm.com> References: <1345632442-1458-1-git-send-email-xiaoyan.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1345632442-1458-1-git-send-email-xiaoyan.zhang@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12082221-7182-0000-0000-0000025B2568 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1269 Lines: 33 On Wed, Aug 22, 2012 at 06:47:20PM +0800, xiaoyan.zhang@intel.com wrote: > From: Xiaoyan Zhang > > The Physical Presence Interface enables the OS and the BIOS to cooperate to > provide a simple and straightforward platform user experience for > administering the TPM without sacrificing security. Thanks Xiaoyan, I'm including this in my next pull request to James. Kent > Xiaoyan Zhang (2): > Documentation: sysfs for Physical Presence Interface > driver: add PPI support in tpm driver > > Documentation/ABI/testing/sysfs-driver-ppi | 70 +++++ > drivers/char/tpm/Makefile | 2 +- > drivers/char/tpm/tpm.c | 5 + > drivers/char/tpm/tpm.h | 9 + > drivers/char/tpm/tpm_ppi.c | 460 ++++++++++++++++++++++++++++ > 5 files changed, 545 insertions(+), 1 deletions(-) > create mode 100644 Documentation/ABI/testing/sysfs-driver-ppi > create mode 100644 drivers/char/tpm/tpm_ppi.c > > -- > 1.7.7.6 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/