summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* 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-101-0/+1
* | tpm-tpm: BKL pushdownArnd Bergmann2008-07-021-0/+5
|/
* tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas2008-04-291-3/+2
* tpm: fix section mismatch warningSam Ravnborg2008-04-291-1/+1
* drivers/char: minor irq handler cleanupsJeff Garzik2008-04-201-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-231-2/+2
* tpm: pay attention to IRQ info from PNPBjorn Helgaas2007-10-171-9/+13
* tpmdd maintainersKent Yoder2007-08-227-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/+8
* 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/+0
| |\
| * | [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
* | | tpm: fix sleep-in-spinlockParag Warudkar2007-05-081-4/+8
* | | tpm_infineon: add support for devices in mmio spaceAlex Williamson2007-05-081-66/+165
| |/ |/|
* | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
|/
* Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras2007-04-261-1/+1
* [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-04-131-1/+1
* [POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell2007-04-131-1/+1
* [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-131-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-2/+2
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-3/+2
* ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-021-5/+3
* [PATCH] Correct misc_register return code handling in several driversNeil Horman2006-12-071-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
|\
| * [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\|
| * Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-011-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
|/
* [PATCH] tpm: fix error handlingJeff Garzik2006-10-113-8/+17
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Merge branch 'merge'Paul Mackerras2006-08-012-19/+59
|\
| * [PATCH] tpm_tis: use resource_size_tKylene Jo Hall2006-07-141-2/+3
| * [PATCH] tpm: Add force device probe optionKylene Jo Hall2006-07-141-19/+56