summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c
Commit message (Expand)AuthorAgeFilesLines
* tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar2020-11-061-2/+27
* Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Jarkko Sakkinen2020-07-071-0/+8
* tpm_tis: Remove the HID IFX0102Jarkko Sakkinen2020-07-021-1/+0
* tpm: Switch to platform_get_irq_optional()Hans de Goede2019-11-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* tpm: remove unused variablesArnd Bergmann2018-01-081-2/+0
* tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-01-081-15/+0
* tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-081-82/+10
* tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-081-47/+28
* 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/+54
* tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-131-4/+2
* 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/+20
* 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/+35
* 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/+0
* tpm: cleanup tpm_tis_remove()Jarkko Sakkinen2016-06-251-6/+4
* 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/+18
* 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/+0
* tpm_tis: Tighten IRQ auto-probingJason Gunthorpe2015-12-201-7/+12
* tpm_tis: Refactor the interrupt setupJason Gunthorpe2015-12-201-100/+84
* tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe2015-12-201-44/+20
* tpm: rework tpm_get_timeouts()Jason Gunthorpe2015-12-201-17/+16
* tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe2015-12-201-11/+9
* 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