aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12tpm: Switch to platform_get_irq_optional()Hans de Goede1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2018-01-08tpm: remove unused variablesArnd Bergmann1-2/+0
2018-01-08tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas1-15/+0
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh1-82/+10
2018-01-08tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh1-47/+28
2017-10-18tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure1-1/+2
2017-10-18tpm: constify transmit data pointersArnd Bergmann1-1/+1
2017-07-07tpm_tis: make ilb_base_addr staticColin Ian King1-1/+1
2017-07-07tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh1-0/+113
2017-06-13tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe1-113/+54
2017-06-13tpm_tis: Use platform_get_irqJason Gunthorpe1-4/+2
2017-06-13tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe1-1/+1
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