summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c
Commit message (Expand)AuthorAgeFilesLines
* tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-141-1/+1
* tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-01-231-1/+1
* tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-281-0/+11
* tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard2016-06-251-882/+20Star
* tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard2016-06-251-101/+219
* tpm: tpm_tis: Share common data between physChristophe Ricard2016-06-251-76/+95
* tpm: Fix IRQ unwind ordering in TISJason Gunthorpe2016-06-251-2/+2
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-251-23/+24
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-251-12/+12
* tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard2016-06-251-36/+35Star
* tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard2016-06-251-4/+5
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-251-13/+17
* tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard2016-06-251-42/+58
* tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen2016-06-251-2/+5
* tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen2016-06-251-7/+12
* tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen2016-06-251-3/+0Star
* tpm: cleanup tpm_tis_remove()Jarkko Sakkinen2016-06-251-6/+4Star
* tpm: Get rid of devnameJason Gunthorpe2016-06-251-1/+1
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-251-8/+8
* tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen2016-02-261-0/+2
* tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2016-02-201-1/+3
* tpm_tis: Clean up the force=1 module parameterJason Gunthorpe2016-02-101-65/+104
* tpm_tis: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-15/+18
* tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe2016-02-101-30/+18Star
* tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe2016-02-101-8/+10
* tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe2016-02-101-1/+1
* tpm: remove unneeded include of actbl2.hJerry Snitselaar2016-02-101-1/+0Star
* tpm_tis: Tighten IRQ auto-probingJason Gunthorpe2015-12-201-7/+12
* tpm_tis: Refactor the interrupt setupJason Gunthorpe2015-12-201-100/+84Star
* tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe2015-12-201-44/+20Star
* tpm: rework tpm_get_timeouts()Jason Gunthorpe2015-12-201-17/+16Star
* tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe2015-12-201-11/+9Star
* tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe2015-12-201-1/+1
* tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck2015-11-091-1/+5
* tpm_tis: free irq after probingMartin Wilck2015-11-091-0/+2
* tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen2015-10-191-29/+163
* tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen2015-02-151-7/+4Star
* tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen2015-02-151-13/+13
* tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe2015-01-221-0/+2
* tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen2015-01-171-23/+89
* tpm: device class for tpmJarkko Sakkinen2015-01-171-2/+2
* tpm: rename chip->dev to chip->pdevJarkko Sakkinen2015-01-171-7/+7
* tpm: fix raciness of PPI interface lookupJarkko Sakkinen2015-01-171-4/+10
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-49/+31Star
* tpm_tis: verify interrupt during initScot Doyle2015-01-171-14/+62
* char: tpm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-07-291-0/+31
* tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe2014-01-061-5/+1Star
* tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-061-1/+1
* tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-061-30/+0Star