aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_atmel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-7/+7
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-3/+8
2014-10-20char: tpm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe1-1/+1
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe1-16/+0
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe1-10/+0
2013-10-22tpm atmel: Call request_region with the correct baseJason Gunthorpe1-1/+1
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger1-1/+6
2012-07-10tpm_atmel: Use struct dev_pm_ops for power managementRafael J. Wysocki1-10/+2
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki1-1/+1
2009-03-24platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver'Ming Lei1-9/+19
2007-08-22tpmdd maintainersKent Yoder1-1/+1
2006-10-11[PATCH] tpm: fix error handlingJeff Garzik1-5/+5
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-04-22[PATCH] tpm: return chip from tpm_register_hardwareKylene Jo Hall1-10/+22
2006-04-22[PATCH] tpm: chip struct updateKylene Jo Hall1-13/+13
2005-11-18[PATCH] tpm: use ioread8 and iowrite8Kylene Jo Hall1-21/+26
2005-11-13[PATCH] tpm: updates for new hardwareKylene Jo Hall1-71/+37
2005-11-01[PATCH] TPM compile fixChris Wright1-0/+1
2005-10-30[PATCH] sparse cleanups: NULL pointers, C99 struct init.Randy Dunlap1-1/+1
2005-10-30[PATCH] tpm-tidiesAndrew Morton1-9/+8
2005-10-30[PATCH] tpm: move atmel driver off pci_devKylene Jo Hall1-62/+63
2005-10-30[PATCH] tpm: remove pci dependencyKylene Jo Hall1-9/+17
2005-10-30[PATCH] tpm: add status function to allow non-lpc bus chipsKylene Jo Hall1-0/+6
2005-09-07[PATCH] tpm: fix tpm_atmel.c on ICH6Philipp Matthias Hahn1-0/+3
2005-06-25[PATCH] tpm: Support new National TPMsKylene Jo Hall1-8/+8
2005-06-24[PATCH] tpm: replace odd LPC init functionKylene Hall1-7/+9
2005-06-24[PATCH] tpm: TPMs on additional LPC busKylene Hall1-0/+1
2005-06-24[PATCH] tpm: add cancel functionKylene Hall1-0/+1
2005-06-24[PATCH] tpm: sysfs owernship changesKylene Hall1-0/+16
2005-06-24[PATCH] tpm: Fix concerns with TPM driver -- use enumsKylene Hall1-8/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+216