summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* TPM: get_event_name stack corruptionEric Paris2009-05-201-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-262-18/+38
|\
| * platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei2009-03-252-18/+38
* | Merge branch 'master' into nextJames Morris2009-03-241-2/+2
|\|
| * tpm: correct email address for tpm_infineon-driverMarcel Selhorst2009-02-111-2/+2
* | Merge branch 'master' into nextJames Morris2009-02-062-15/+22
|\|
| * Merge branch 'linus' into releaseLen Brown2009-01-091-13/+22
| |\
| | * tpm: clean up tpm_nsc driver for platform_device suspend/resume complianceDavid Smith2009-01-081-13/+22
| * | ACPI: remove private acpica headers from driver filesLin Ming2008-12-311-2/+0Star
| |/
* | TPM: integrity fixRajiv Andrade2009-02-051-3/+5
* | TPM: integrity interfaceRajiv Andrade2009-02-032-19/+128
* | TPM: sysfs functions consolidationRajiv Andrade2009-02-032-269/+266Star
|/
* tpm: don't export static functionsStephen Rothwell2008-10-201-1/+1
* drivers/char/tpm/tpm.c: fix error-path memory leakAndrew Morton2008-10-161-7/+8
* tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks2008-10-161-0/+7
* tpm: correct tpm timeouts to jiffies conversionMarcin Obara2008-10-161-7/+7
* As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade2008-10-111-1/+1
* The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade2008-10-113-7/+30
* Protect tpm_chip_list when transversing it.Rajiv Andrade2008-10-111-37/+24Star
* Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade2008-10-112-5/+4Star
* Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade2008-10-111-4/+4
* securityfs: do not depend on CONFIG_SECURITYEric Paris2008-08-281-0/+1
* tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow2008-07-261-2/+2
* tpm: increase size of internal TPM response buffersMarcin Obara2008-07-261-31/+93
* tpm_bios.c: make 2 structs staticAdrian Bunk2008-07-261-2/+2
* tpm: add support for Broadcom TPM TIS device HIDLE DISEZ Erwan2008-07-261-0/+1
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-0/+1
|\
| * tpm: add Intel TPM TIS device HIDMarcin Obara2008-07-111-0/+1
* | tpm-tpm: BKL pushdownArnd Bergmann2008-07-021-0/+5
|/
* tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas2008-04-291-3/+2Star
* tpm: fix section mismatch warningSam Ravnborg2008-04-291-1/+1
* drivers/char: minor irq handler cleanupsJeff Garzik2008-04-211-1/+1
* tpm: infineon section mismatchRandy Dunlap2008-02-061-3/+3
* tpm.c: fix crash during device removalRichard MUSIL2008-02-062-17/+29
* TPM: fix suspend and resume failureDavid Smith2008-01-141-6/+6
* TPM: fix TIS device driver locality requestMarcel Selhorst2007-11-291-5/+5
* Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-241-2/+2
* tpm: pay attention to IRQ info from PNPBjorn Helgaas2007-10-171-9/+13
* tpmdd maintainersKent Yoder2007-08-237-5/+9
* Fix memory leak in tpm_binary_bios_measurements_open()Reiner Sailer2007-07-201-3/+8
* Memory leak in tpm_ascii_bios_measurements_open()Jesper Juhl2007-07-201-3/+8
* Use menuconfig objects II - TPMJan Engelhardt2007-07-161-10/+8Star
* Missing include file in tpm_atmel.hStephen Rothwell2007-05-121-0/+3
* [S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky2007-05-101-0/+1
* Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-081-2/+2
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-05-081-1/+0Star
| |\
| * | [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-1/+1
| * | [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-021-1/+1
* | | use mutex instead of semaphore in TPM driverMatthias Kaehlcke2007-05-082-13/+16