aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-265/+143
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+4
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds16-885/+623
2014-01-12Merge branch 'acpi-dsm'Rafael J. Wysocki1-263/+142
2014-01-12Merge 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-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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
2013-10-22tpm: Merge the tpm-bios module with tpm.oJason Gunthorpe3-11/+3
2013-10-22tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe2-0/+2
2013-10-22tpm: cleanup checkpatch warningsPeter Huewe1-22/+22
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe6-39/+27
2013-10-22tpm: st33: Remove chip->data_buffer access from this driverJason Gunthorpe1-8/+0
2013-10-22tpm: Remove redundant dev_set_drvdataJason Gunthorpe3-6/+0
2013-10-22tpm: Use container_of to locate the tpm_chip in tpm_openJason Gunthorpe1-17/+4
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe2-11/+7
2013-10-22tpm atmel: Call request_region with the correct baseJason Gunthorpe1-1/+1
2013-10-22tpm: ibmvtpm: Use %zd formatting for size_t format argumentsJason Gunthorpe1-2/+2
2013-10-10tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring1-0/+1
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-36/+0
2013-09-24tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe1-29/+0
2013-09-24tpm: xen-tpmfront: Fix default durationsJason Gunthorpe1-7/+0
2013-09-11tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan1-36/+24
2013-08-30drivers/xen-tpmfront: Fix compile issue with missing option.Konrad Rzeszutek Wilk1-0/+1
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf3-0/+485
2013-06-28tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe1-1/+0