summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm_tis.c
AgeCommit message (Expand)Author
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-08-28tpm: Explicitly include correct DT includesRob Herring
2023-08-17tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s"Jarkko Sakkinen
2023-08-12tpm_tis: Opt-in interruptsJarkko Sakkinen
2023-08-12tpm: tpm_tis: Fix UPX-i11 DMI_MATCH conditionPeter Ujfalusi
2023-08-07tpm/tpm_tis: Disable interrupts for Lenovo P620 devicesJonathan McDowell
2023-08-07tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7Takashi Iwai
2023-07-17tpm/tpm_tis: Disable interrupts for Lenovo L590 devicesFlorian Bezdeka
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th genChristian Hesse
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th genChristian Hesse
2023-07-17tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11Peter Ujfalusi
2023-05-24tpm: tpm_tis: Disable interrupts for AEON UPX-i11Peter Ujfalusi
2023-05-16tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar
2023-04-24tpm_tis: fix stall after iowrite*()sHaris Okanovic
2023-04-24tpm/tpm_tis: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-24tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo
2022-12-08tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo
2022-05-23tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland
2021-06-23tpm_tis: Use DEFINE_RES_MEM() to simplify codeZhen Lei
2020-11-06tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar
2020-07-07Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Jarkko Sakkinen
2020-07-02tpm_tis: Remove the HID IFX0102Jarkko Sakkinen
2019-11-12tpm: Switch to platform_get_irq_optional()Hans de Goede
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-01-08tpm: remove unused variablesArnd Bergmann
2018-01-08tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh
2018-01-08tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh
2017-10-18tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure
2017-10-18tpm: constify transmit data pointersArnd Bergmann
2017-07-07tpm_tis: make ilb_base_addr staticColin Ian King
2017-07-07tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh
2017-06-13tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe
2017-06-13tpm_tis: Use platform_get_irqJason Gunthorpe
2017-06-13tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe
2017-02-14tpm_tis: fix the error handling of init_tis()Wei Yongjun
2017-01-23tpm_tis: use default timeout value if chip reports it as zeroMaciej S. Szmigiero
2016-11-28tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe
2016-06-25tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phyChristophe Ricard
2016-06-25tpm_tis: Introduce intermediate layer for TPM accessChristophe Ricard
2016-06-25tpm: tpm_tis: Share common data between physChristophe Ricard
2016-06-25tpm: Fix IRQ unwind ordering in TISJason Gunthorpe
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard
2016-06-25tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen