1. 23 4月, 2006 2 次提交
    • K
      [PATCH] tpm: reorganize sysfs files · beed53a1
      Kylene Jo Hall 提交于
      Many of the sysfs files were calling the TPM_GetCapability command with array.
      Since for 1.2 more sysfs files of this type are coming I am generalizing the
      array so there can be one array and the unique parts can be filled in just
      before the command is called.
      Signed-off-by: NKylene Hall <kjhall@us.ibm.com>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      beed53a1
    • K
      [PATCH] tpm: spacing cleanups · 3c2f606a
      Kylene Jo Hall 提交于
      The following patch set contains numerous changes to the base tpm driver
      (tpm.c) to support the next generation of TPM chips.  The changes include new
      sysfs files because of more relevant data being available, a function to
      access the timeout and duration values for the chip, and changes to make use
      of those duration values.  Duration in the TPM specification is defined as the
      maximum amount of time the chip could take to return the results.  Commands
      are in one of three categories short, medium and long.  Also included are
      cleanups of how the commands for the sysfs files are composed to reduce a
      bunch of redundant arrays.
      
      This patch:
      
      Fix minor spacing issues.
      Signed-off-by: NKylene Hall <kjhall@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      3c2f606a
  2. 09 1月, 2006 1 次提交
  3. 18 11月, 2005 1 次提交
  4. 14 11月, 2005 2 次提交
  5. 31 10月, 2005 4 次提交
  6. 30 6月, 2005 1 次提交
  7. 26 6月, 2005 2 次提交
  8. 24 6月, 2005 15 次提交
  9. 21 6月, 2005 1 次提交
  10. 26 4月, 2005 1 次提交
  11. 17 4月, 2005 2 次提交