summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* tpm: remove unused variablesArnd Bergmann2018-01-081-2/+0Star
* tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-01-081-15/+0Star
* tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-081-82/+10Star
* tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-081-47/+28Star
* tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure2017-10-181-1/+2
* tpm: constify transmit data pointersArnd Bergmann2017-10-181-1/+1
* tpm_tis: make ilb_base_addr staticColin Ian King2017-07-071-1/+1
* tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-071-0/+113
* tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-131-113/+54Star
* tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-131-4/+2Star
* tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-131-1/+1
* 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