summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_tis.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* | tpm_tis: Add compatible string atmel,at97sc3204Lukas Wunner2024-03-121-0/+1
|/
* Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-301-1/+0
|\
| * tpm: Explicitly include correct DT includesRob Herring2023-08-281-1/+0
* | tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s"Jarkko Sakkinen2023-08-171-91/+2
* | tpm_tis: Opt-in interruptsJarkko Sakkinen2023-08-121-1/+1
* | tpm: tpm_tis: Fix UPX-i11 DMI_MATCH conditionPeter Ujfalusi2023-08-121-1/+1
* | tpm/tpm_tis: Disable interrupts for Lenovo P620 devicesJonathan McDowell2023-08-071-0/+8
* | tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7Takashi Iwai2023-08-071-0/+8
* | tpm/tpm_tis: Disable interrupts for Lenovo L590 devicesFlorian Bezdeka2023-07-171-0/+8
* | tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th genChristian Hesse2023-07-171-0/+8
* | tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th genChristian Hesse2023-07-171-0/+8
* | tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11Peter Ujfalusi2023-07-171-0/+1
|/
* tpm: tpm_tis: Disable interrupts for AEON UPX-i11Peter Ujfalusi2023-05-241-0/+7
* tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar2023-05-161-0/+16
* tpm_tis: fix stall after iowrite*()sHaris Okanovic2023-04-241-2/+41
* tpm/tpm_tis: Convert to platform remove callback returning voidUwe Kleine-König2023-04-241-4/+2
* tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo2023-04-241-1/+1
* tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo2022-12-081-4/+5
* tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland2022-05-231-37/+30
* tpm_tis: Use DEFINE_RES_MEM() to simplify codeZhen Lei2021-06-231-5/+1
* 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