mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PULL] TPM driver updates
@ 2013-05-22 15:43 Kent Yoder
  2013-05-22 23:52 ` James Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Kent Yoder @ 2013-05-22 15:43 UTC (permalink / raw)
  To: James Morris
  Cc: linux-kernel, linux-security-module, tpmdd-devel, Kent Yoder,
	Wei Yongjun, Mimi Zohar

Hi James,

The following changes since commit 4726e8fa1dcad533362475ebf91f70d5b6b6292f:

  security: clarify cap_inode_getsecctx description (2013-05-12 21:32:38 +1000)

are available in the git repository at:

  git://github.com/shpedoikal/linux.git tpmdd-05-21-13

for you to fetch changes up to 1c16c9636cad24f0e654f19e8f73ede0c7bd5540:

  tpm: move TPM_DIGEST_SIZE defintion (2013-05-21 12:25:02 -0500)

----------------------------------------------------------------
Mimi Zohar (1):
      tpm: move TPM_DIGEST_SIZE defintion

Wei Yongjun (1):
      tpm_tis: missing platform_driver_unregister() on error in init_tis()

 drivers/char/tpm/tpm.h     |  1 -
 drivers/char/tpm/tpm_tis.c | 17 ++++++++++++-----
 include/linux/tpm.h        |  2 ++
 3 files changed, 14 insertions(+), 6 deletions(-)


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

* Re: [PULL] TPM driver updates
  2013-05-22 15:43 [PULL] TPM driver updates Kent Yoder
@ 2013-05-22 23:52 ` James Morris
  0 siblings, 0 replies; 4+ messages in thread
From: James Morris @ 2013-05-22 23:52 UTC (permalink / raw)
  To: Kent Yoder
  Cc: linux-kernel, linux-security-module, tpmdd-devel, Wei Yongjun,
	Mimi Zohar

On Wed, 22 May 2013, Kent Yoder wrote:

> Hi James,
> 
> The following changes since commit 4726e8fa1dcad533362475ebf91f70d5b6b6292f:
> 
>   security: clarify cap_inode_getsecctx description (2013-05-12 21:32:38 +1000)
> 
> are available in the git repository at:
> 
>   git://github.com/shpedoikal/linux.git tpmdd-05-21-13
> 
> for you to fetch changes up to 1c16c9636cad24f0e654f19e8f73ede0c7bd5540:
> 
>   tpm: move TPM_DIGEST_SIZE defintion (2013-05-21 12:25:02 -0500)

Applied, thanks.


-- 
James Morris
<jmorris@namei.org>

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

* Re: [PULL] TPM driver updates
  2013-04-18 15:30 Kent Yoder
@ 2013-04-20 16:09 ` James Morris
  0 siblings, 0 replies; 4+ messages in thread
From: James Morris @ 2013-04-20 16:09 UTC (permalink / raw)
  To: Kent Yoder; +Cc: linux-kernel, linux-security-module, tpmdd-devel

On Thu, 18 Apr 2013, Kent Yoder wrote:

> Hi James,
> 
> The following changes since commit 958d2c2f4ad905e3ffa1711d19184d21d9b00cc1:
> 
>   Smack: include magic.h in smackfs.c (2013-04-03 13:13:51 +1100)
> 
> are available in the git repository at:
> 
>   git://github.com/shpedoikal/linux.git tpmdd-04-17-13

Thanks, applied.


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

* [PULL] TPM driver updates
@ 2013-04-18 15:30 Kent Yoder
  2013-04-20 16:09 ` James Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Kent Yoder @ 2013-04-18 15:30 UTC (permalink / raw)
  To: James Morris; +Cc: linux-kernel, linux-security-module, tpmdd-devel, Kent Yoder

Hi James,

The following changes since commit 958d2c2f4ad905e3ffa1711d19184d21d9b00cc1:

  Smack: include magic.h in smackfs.c (2013-04-03 13:13:51 +1100)

are available in the git repository at:

  git://github.com/shpedoikal/linux.git tpmdd-04-17-13

for you to fetch changes up to 32d33b29ba077d6b45de35f2181e0a7411b162f4:

  TPM: Retry SaveState command in suspend path (2013-04-17 09:31:32 -0500)

----------------------------------------------------------------
Chen Gang (1):
      drivers/char/tpm/tpm_ppi: use strlcpy instead of strncpy

Duncan Laurie (1):
      TPM: Retry SaveState command in suspend path

Peter Huewe (4):
      tpm/tpm_i2c_stm_st33: formatting and white space changes
      tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)
      tpm/tpm_i2c_infineon.c: Add OF attributes type and name to the of_device_id table entries
      tpm/tpm_i2c_infineon: Add small comment about return value of __i2c_transfer

Sachin Kamat (1):
      tpm_i2c_stm_st33: Remove duplicate inclusion of header files

Shubhrajyoti Datta (1):
      char/tpm: Convert struct i2c_msg initialization to C99 format

 .../devicetree/bindings/i2c/trivial-devices.txt    |   2 +
 drivers/char/tpm/tpm.c                             |  31 +++-
 drivers/char/tpm/tpm.h                             |   3 +
 drivers/char/tpm/tpm_i2c_infineon.c                | 180 ++++++++++++++++-----
 drivers/char/tpm/tpm_i2c_stm_st33.c                |  64 ++++----
 drivers/char/tpm/tpm_ppi.c                         |  14 +-
 6 files changed, 207 insertions(+), 87 deletions(-)


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

end of thread, other threads:[~2013-05-22 23:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22 15:43 [PULL] TPM driver updates Kent Yoder
2013-05-22 23:52 ` James Morris
  -- strict thread matches above, loose matches on Subject: below --
2013-04-18 15:30 Kent Yoder
2013-04-20 16:09 ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®