aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-14tpm_tis: fix the error handling of init_tis()Wei Yongjun1-1/+1
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero1-1/+1
2016-11-28tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe1-0/+11
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard1-882/+20
2016-06-25tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard1-101/+219
2016-06-25tpm: tpm_tis: Share common data between physChristophe Ricard1-76/+95
2016-06-25tpm: Fix IRQ unwind ordering in TISJason Gunthorpe1-2/+2
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard1-23/+24
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-12/+12
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard1-36/+35
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard1-4/+5
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-13/+17
2016-06-25tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard1-42/+58
2016-06-25tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen1-2/+5
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen1-7/+12
2016-06-25tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen1-3/+0
2016-06-25tpm: cleanup tpm_tis_remove()Jarkko Sakkinen1-6/+4
2016-06-25tpm: Get rid of devnameJason Gunthorpe1-1/+1
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-8/+8
2016-02-26tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen1-0/+2
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen1-1/+3
2016-02-10tpm_tis: Clean up the force=1 module parameterJason Gunthorpe1-65/+104
2016-02-10tpm_tis: Use devm_ioremap_resourceJason Gunthorpe1-15/+18
2016-02-10tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe1-30/+18
2016-02-10tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe1-8/+10
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe1-1/+1
2016-02-10tpm: remove unneeded include of actbl2.hJerry Snitselaar1-1/+0
2015-12-20tpm_tis: Tighten IRQ auto-probingJason Gunthorpe1-7/+12
2015-12-20tpm_tis: Refactor the interrupt setupJason Gunthorpe1-100/+84
2015-12-20tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe1-44/+20
2015-12-20tpm: rework tpm_get_timeouts()Jason Gunthorpe1-17/+16
2015-12-20tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe1-11/+9
2015-12-20tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe1-1/+1
2015-11-09tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck1-1/+5
2015-11-09tpm_tis: free irq after probingMartin Wilck1-0/+2
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen1-29/+163
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen1-7/+4
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen1-13/+13
2015-01-22tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe1-0/+2
2015-01-17tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen1-23/+89
2015-01-17tpm: device class for tpmJarkko Sakkinen1-2/+2
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-7/+7
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen1-4/+10
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-49/+31
2015-01-17tpm_tis: verify interrupt during initScot Doyle1-14/+62
2014-10-20char: tpm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe1-0/+31
2014-01-06tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe1-5/+1
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-30/+0