summaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorFilesLines
2015-07-04vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo1-2/+3
2015-03-28tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard1-4/+6
2015-03-28tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-07Added Little Endian support to vtpm modulehonclo1-8/+12
2015-03-07tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-03-07tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-03-07char: tpm: Add missing error check for devm_kzallocKiran Padwal2-0/+9
2015-03-07TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2015-03-07tpm_tis: verify interrupt during initScot Doyle1-14/+62
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-6/+7
2014-07-30tpm: simplify code by using %*phN specifierAndy Shevchenko1-3/+1
2014-07-30tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2-21/+72
2014-07-30tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen1-3/+4
2014-07-30tpm: Properly clean sysfs entries in error pathStefan Berger1-1/+3
2014-07-30tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe1-0/+1
2014-06-04Merge branch 'acpica'Rafael J. Wysocki1-2/+2
2014-05-27ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng1-2/+2
2014-05-12ACPI / TPM: Fix resume regression on ChromebooksRafael J. Wysocki1-5/+3
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-02-08drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-265/+143
2014-01-23Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+4
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds16-885/+623
2014-01-13Merge branch 'acpi-dsm'Rafael J. Wysocki1-263/+142
2014-01-13Merge branch 'acpi-cleanup'Rafael J. Wysocki2-2/+1
2014-01-06tpm/tpm-sysfs: active_show() can be staticFengguang Wu1-1/+1
2014-01-06tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe1-5/+1
2014-01-06tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe2-50/+57
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe4-33/+16
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe12-15/+21
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe13-307/+72
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe4-274/+314
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe14-279/+217
2014-01-06char: tpm: nuvoton: remove unused variableMichal Nazarewicz1-1/+0
2014-01-06tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu1-1/+1
2014-01-06tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Peter Huewe1-1/+0
2014-01-06tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe1-1/+6
2014-01-06tpm/tpm_ppi: Check return value of acpi_get_namePeter Huewe1-0/+3
2014-01-06tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe1-4/+4
2014-01-05ACPI / TPM: detect PPI features by checking availability of _DSM functionsJiang Liu1-26/+19
2014-01-05ACPI / TPM: replace open-coded _DSM code with helper functionsJiang Liu1-259/+145
2014-01-05ACPI / TPM: match node name instead of full path when searching for TPM deviceJiang Liu1-1/+1
2014-01-05ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu1-6/+9
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng2-2/+1
2013-11-22Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds14-126/+1092
2013-10-22tpm: use tabs instead of whitespaces in KconfigPeter Huewe1-8/+8
2013-10-22tpm: Fix module name description in Kconfig for tpm_i2c_infineonPeter Huewe1-1/+1
2013-10-22tpm: Add support for Atmel I2C TPMsJason Gunthorpe3-0/+294
2013-10-22tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe3-0/+721