aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c
Commit message (Expand)AuthorAge
* tpm: remove unused variablesArnd Bergmann2018-01-08
* tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-01-08
* tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-08
* tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-08
* tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure2017-10-18
* tpm: constify transmit data pointersArnd Bergmann2017-10-18
* tpm_tis: make ilb_base_addr staticColin Ian King2017-07-06
* tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-06
* tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-13
* tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-13
* tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-13
* tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-14
* tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero2017-01-23
* tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe2016-11-27
* tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard2016-06-25
* tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard2016-06-25
* tpm: tpm_tis: Share common data between physChristophe Ricard2016-06-25
* tpm: Fix IRQ unwind ordering in TISJason Gunthorpe2016-06-25
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-25
* tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard2016-06-25
* tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard2016-06-25
* tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard2016-06-25
* tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard2016-06-25
* tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard2016-06-25
* tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen2016-06-25
* tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen2016-06-25
* tpm: fix crash in tpm_tis deinitializationJarkko Sakkinen2016-06-25
* tpm: cleanup tpm_tis_remove()Jarkko Sakkinen2016-06-25
* tpm: Get rid of devnameJason Gunthorpe2016-06-25
* tpm: Get rid of chip->pdevJason Gunthorpe2016-06-25
* tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen2016-02-26
* tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2016-02-20
* tpm_tis: Clean up the force=1 module parameterJason Gunthorpe2016-02-09
* tpm_tis: Use devm_ioremap_resourceJason Gunthorpe2016-02-09
* tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe2016-02-09
* tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe2016-02-09
* tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe2016-02-09
* tpm: remove unneeded include of actbl2.hJerry Snitselaar2016-02-09
* tpm_tis: Tighten IRQ auto-probingJason Gunthorpe2015-12-20
* tpm_tis: Refactor the interrupt setupJason Gunthorpe2015-12-20
* tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe2015-12-20
* tpm: rework tpm_get_timeouts()Jason Gunthorpe2015-12-20
* tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe2015-12-20
* tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe2015-12-20
* tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck2015-11-09
* tpm_tis: free irq after probingMartin Wilck2015-11-09
* tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen2015-10-18
* tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen2015-02-15
* tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen2015-02-15
* tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_devicePeter Huewe2015-01-21