From: xiaoyan.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: xiaoyan.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
joseph.cihula-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
gang.wei-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
debora-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org,
srajiv-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org,
m.selhorst-iBygD9l97zzQT0dZR+AlfA@public.gmane.org,
shpedoikal-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
james.l.morris-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org,
hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org,
linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
yoder1-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org,
key-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org
Subject: [PATCH v5 0/2] Add PPI support in tpm driver
Date: Wed, 22 Aug 2012 18:47:20 +0800 [thread overview]
Message-ID: <1345632442-1458-1-git-send-email-xiaoyan.zhang@intel.com> (raw)
From: Xiaoyan Zhang <xiaoyan.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
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.
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
next reply other threads:[~2012-08-22 10:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-22 10:47 xiaoyan.zhang-ral2JQCrhuEAvxtiuMwx3w [this message]
2012-08-22 10:47 ` [PATCH v5 1/2] Documentation: sysfs for Physical Presence Interface xiaoyan.zhang
2012-08-22 10:47 ` [PATCH v5 2/2] driver: add PPI support in tpm driver xiaoyan.zhang
2012-08-22 21:41 ` [PATCH v5 0/2] Add " Kent Yoder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1345632442-1458-1-git-send-email-xiaoyan.zhang@intel.com \
--to=xiaoyan.zhang-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=debora-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
--cc=gang.wei-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
--cc=james.l.morris-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
--cc=joseph.cihula-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=key-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
--cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=m.selhorst-iBygD9l97zzQT0dZR+AlfA@public.gmane.org \
--cc=shpedoikal-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=srajiv-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
--cc=tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=yoder1-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).