aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tpm
AgeCommit message (Expand)Author
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2014-01-12Merge branch 'acpi-dsm'Rafael J. Wysocki
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki
2014-01-06tpm/tpm-sysfs: active_show() can be staticFengguang Wu
2014-01-06tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe
2014-01-06tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe
2014-01-06char: tpm: nuvoton: remove unused variableMichal Nazarewicz
2014-01-06tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu
2014-01-06tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Peter Huewe
2014-01-06tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe
2014-01-06tpm/tpm_ppi: Check return value of acpi_get_namePeter Huewe
2014-01-06tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe
2014-01-05ACPI / TPM: detect PPI features by checking availability of _DSM functionsJiang Liu
2014-01-05ACPI / TPM: replace open-coded _DSM code with helper functionsJiang Liu
2014-01-05ACPI / TPM: match node name instead of full path when searching for TPM deviceJiang Liu
2014-01-05ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2013-10-22tpm: use tabs instead of whitespaces in KconfigPeter Huewe
2013-10-22tpm: Fix module name description in Kconfig for tpm_i2c_infineonPeter Huewe
2013-10-22tpm: Add support for Atmel I2C TPMsJason Gunthorpe
2013-10-22tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe
2013-10-22tpm: Merge the tpm-bios module with tpm.oJason Gunthorpe
2013-10-22tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe
2013-10-22tpm: cleanup checkpatch warningsPeter Huewe
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe
2013-10-22tpm: st33: Remove chip->data_buffer access from this driverJason Gunthorpe
2013-10-22tpm: Remove redundant dev_set_drvdataJason Gunthorpe
2013-10-22tpm: Use container_of to locate the tpm_chip in tpm_openJason Gunthorpe
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe
2013-10-22tpm atmel: Call request_region with the correct baseJason Gunthorpe
2013-10-22tpm: ibmvtpm: Use %zd formatting for size_t format argumentsJason Gunthorpe
2013-10-10tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-09-24tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe
2013-09-24tpm: xen-tpmfront: Fix default durationsJason Gunthorpe
2013-09-11tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan
2013-08-30drivers/xen-tpmfront: Fix compile issue with missing option.Konrad Rzeszutek Wilk
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf
2013-06-28tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe
2013-06-28tpm: tpm_i2c_infinion: Don't modify i2c_client->driverLars-Peter Clausen
2013-05-27tpm: fix regression caused by section type conflict of tpm_dev_release() in p...Peter Huewe