aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20tpm: don't export static functionsStephen Rothwell1-1/+1
2008-10-16drivers/char/tpm/tpm.c: fix error-path memory leakAndrew Morton1-7/+8
2008-10-16tpm: work around bug in Broadcom BCM0102 chipsetValdis Kletnieks1-0/+7
2008-10-16tpm: correct tpm timeouts to jiffies conversionMarcin Obara1-7/+7
2008-10-11As pointed out by Jonathan Corbet, the timer must be deleted beforeRajiv Andrade1-1/+1
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade3-7/+30
2008-10-11Protect tpm_chip_list when transversing it.Rajiv Andrade1-37/+24
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade2-5/+4
2008-10-11Remove the BKL calls from the TPM driver, which were added in the overallRajiv Andrade1-4/+4
2008-08-28securityfs: do not depend on CONFIG_SECURITYEric Paris1-0/+1
2008-07-26tpm: Use correct data types for sizes in tpm_write() and tpm_read()Michael Halcrow1-2/+2
2008-07-26tpm: increase size of internal TPM response buffersMarcin Obara1-31/+93
2008-07-26tpm_bios.c: make 2 structs staticAdrian Bunk1-2/+2
2008-07-26tpm: add support for Broadcom TPM TIS device HIDLE DISEZ Erwan1-0/+1
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-0/+1
2008-07-10tpm: add Intel TPM TIS device HIDMarcin Obara1-0/+1
2008-07-02tpm-tpm: BKL pushdownArnd Bergmann1-0/+5
2008-04-29tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas1-3/+2
2008-04-29tpm: fix section mismatch warningSam Ravnborg1-1/+1
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-1/+1
2008-02-06tpm: infineon section mismatchRandy Dunlap1-3/+3
2008-02-06tpm.c: fix crash during device removalRichard MUSIL2-17/+29
2008-01-14TPM: fix suspend and resume failureDavid Smith1-6/+6
2007-11-29TPM: fix TIS device driver locality requestMarcel Selhorst1-5/+5
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-2/+2
2007-10-17tpm: pay attention to IRQ info from PNPBjorn Helgaas1-9/+13
2007-08-22tpmdd maintainersKent Yoder7-5/+9
2007-07-20Fix memory leak in tpm_binary_bios_measurements_open()Reiner Sailer1-3/+8
2007-07-20Memory leak in tpm_ascii_bios_measurements_open()Jesper Juhl1-3/+8
2007-07-16Use menuconfig objects II - TPMJan Engelhardt1-10/+8
2007-05-12Missing include file in tpm_atmel.hStephen Rothwell1-0/+3
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky1-0/+1
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+2
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke2-13/+16
2007-05-08tpm: fix sleep-in-spinlockParag Warudkar1-4/+8
2007-05-08tpm_infineon: add support for devices in mmio spaceAlex Williamson1-66/+165
2007-05-08Merge branch 'linux-2.6'Paul Mackerras1-1/+0
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras1-1/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell1-1/+1
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-2/+2
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-3/+2
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-5/+3
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman1-0/+1