summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
AgeCommit message (Expand)AuthorLines
2008-04-29tpm: change Kconfig dependencies from PNPACPI to PNPBjorn Helgaas-3/+2
2008-04-29tpm: fix section mismatch warningSam Ravnborg-1/+1
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik-1/+1
2008-02-06tpm: infineon section mismatchRandy Dunlap-3/+3
2008-02-06tpm.c: fix crash during device removalRichard MUSIL-17/+29
2008-01-14TPM: fix suspend and resume failureDavid Smith-6/+6
2007-11-29TPM: fix TIS device driver locality requestMarcel Selhorst-5/+5
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik-2/+2
2007-10-17tpm: pay attention to IRQ info from PNPBjorn Helgaas-9/+13
2007-08-22tpmdd maintainersKent Yoder-5/+9
2007-07-20Fix memory leak in tpm_binary_bios_measurements_open()Reiner Sailer-3/+8
2007-07-20Memory leak in tpm_ascii_bios_measurements_open()Jesper Juhl-3/+8
2007-07-16Use menuconfig objects II - TPMJan Engelhardt-10/+8
2007-05-12Missing include file in tpm_atmel.hStephen Rothwell-0/+3
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky-0/+1
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba-1/+1
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds-2/+2
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke-13/+16
2007-05-08tpm: fix sleep-in-spinlockParag Warudkar-4/+8
2007-05-08tpm_infineon: add support for devices in mmio spaceAlex Williamson-66/+165
2007-05-08Merge branch 'linux-2.6'Paul Mackerras-1/+0
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare-1/+0
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell-1/+1
2007-04-26Revert "[POWERPC] Rename get_property to of_get_property: drivers"Paul Mackerras-1/+1
2007-04-13[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell-1/+1
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell-1/+1
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven-2/+2
2007-02-12[PATCH] Char: timers cleanupJiri Slaby-3/+2
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy-5/+3
2006-12-07[PATCH] Correct misc_register return code handling in several driversNeil Horman-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-1/+1
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro-0/+1
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells-3/+3
2006-10-11[PATCH] tpm: fix error handlingJeff Garzik-8/+17
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-2/+2
2006-08-01Merge branch 'merge'Paul Mackerras-19/+59
2006-07-31[POWERPC] tmp_atmel: Constify & voidify get_property()Jeremy Kerr-2/+2
2006-07-14[PATCH] tpm_tis: use resource_size_tKylene Jo Hall-2/+3
2006-07-14[PATCH] tpm: Add force device probe optionKylene Jo Hall-19/+56
2006-07-14[PATCH] tpm: interrupt clear fixKylene Jo Hall-0/+1
2006-07-14[PATCH] TPM: fix failure path leakRandy Dunlap-0/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven-4/+4
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner-2/+2
2006-05-31[PATCH] tpm: more bios log parsing fixesSeiji Munetoh-44/+4
2006-05-31[PATCH] tpm: bios log parsing fixesSeiji Munetoh-16/+25