1. 23 10月, 2013 2 次提交
  2. 05 2月, 2013 2 次提交
  3. 29 11月, 2012 1 次提交
  4. 22 11月, 2012 2 次提交
    • B
      char: remove use of __devexit · 39af33fc
      Bill Pemberton 提交于
      CONFIG_HOTPLUG is going away as an option so __devexit is no
      longer needed.
      Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Olof Johansson <olof@lixom.net>
      Cc: Mattia Dongili <malattia@linux.it>
      Cc: Kent Yoder <key@linux.vnet.ibm.com>
      Cc: Rajiv Andrade <mail@srajiv.net>
      Cc: Marcel Selhorst <tpmdd@selhorst.net>
      Cc: Sirrix AG <tpmdd@sirrix.com>
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: openipmi-developer@lists.sourceforge.net
      Cc: platform-driver-x86@vger.kernel.org
      Cc: tpmdd-devel@lists.sourceforge.net
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      39af33fc
    • B
      char: remove use of __devinitdata · 0bbed20e
      Bill Pemberton 提交于
      CONFIG_HOTPLUG is going away as an option so __devinitdata is no
      longer needed.
      Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Kent Yoder <key@linux.vnet.ibm.com>
      Cc: Rajiv Andrade <mail@srajiv.net>
      Cc: Marcel Selhorst <tpmdd@selhorst.net>
      Cc: Sirrix AG <tpmdd@sirrix.com>
      Cc: openipmi-developer@lists.sourceforge.net
      Cc: tpmdd-devel@lists.sourceforge.net
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      0bbed20e
  5. 02 11月, 2012 1 次提交
  6. 23 8月, 2012 1 次提交
    • A
      drivers/char/tpm: Add new device driver to support IBM vTPM · 132f7629
      Ashley Lai 提交于
      This patch adds a new device driver to support IBM virtual TPM
      (vTPM) for PPC64.  IBM vTPM is supported through the adjunct
      partition with firmware release 740 or higher.  With vTPM
      support, each lpar is able to have its own vTPM without the
      physical TPM hardware.
      
      This driver provides TPM functionalities by communicating with
      the vTPM adjunct partition through Hypervisor calls (Hcalls)
      and Command/Response Queue (CRQ) commands.
      Signed-off-by: NAshley Lai <adlai@us.ibm.com>
      Signed-off-by: NKent Yoder <key@linux.vnet.ibm.com>
      132f7629