summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_tis.c
AgeCommit message (Expand)Author
2018-03-11tpm: constify transmit data pointersArnd Bergmann
2017-03-12tpm_tis: fix the error handling of init_tis()Wei Yongjun
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard
2016-06-25tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard
2016-06-25tpm: tpm_tis: Share common data between physChristophe Ricard
2016-06-25tpm: Fix IRQ unwind ordering in TISJason Gunthorpe
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen
2016-06-25tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen
2016-06-25tpm: cleanup tpm_tis_remove()Jarkko Sakkinen
2016-06-25tpm: Get rid of devnameJason Gunthorpe
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe
2016-02-26tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen
2016-02-10tpm_tis: Clean up the force=1 module parameterJason Gunthorpe
2016-02-10tpm_tis: Use devm_ioremap_resourceJason Gunthorpe
2016-02-10tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe
2016-02-10tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe
2016-02-10tpm: remove unneeded include of actbl2.hJerry Snitselaar
2015-12-20tpm_tis: Tighten IRQ auto-probingJason Gunthorpe
2015-12-20tpm_tis: Refactor the interrupt setupJason Gunthorpe
2015-12-20tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe
2015-12-20tpm: rework tpm_get_timeouts()Jason Gunthorpe
2015-12-20tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe
2015-12-20tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe
2015-11-09tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck
2015-11-09tpm_tis: free irq after probingMartin Wilck
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen
2015-01-22tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe
2015-01-17tpm: TPM 2.0 FIFO InterfaceJarkko Sakkinen
2015-01-17tpm: device class for tpmJarkko Sakkinen
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen
2015-01-17tpm_tis: verify interrupt during initScot Doyle
2014-10-20char: tpm: drop owner assignment from platform_driversWolfram Sang
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe
2014-01-06tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe