aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char/tpm/tpm_tis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-03-12tpm_tis: Add compatible string atmel,at97sc3204Lukas Wunner1-0/+1
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+0
2023-08-28tpm: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-17tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s"Jarkko Sakkinen1-91/+2
2023-08-12tpm_tis: Opt-in interruptsJarkko Sakkinen1-1/+1
2023-08-12tpm: tpm_tis: Fix UPX-i11 DMI_MATCH conditionPeter Ujfalusi1-1/+1
2023-08-07tpm/tpm_tis: Disable interrupts for Lenovo P620 devicesJonathan McDowell1-0/+8
2023-08-07tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7Takashi Iwai1-0/+8
2023-07-17tpm/tpm_tis: Disable interrupts for Lenovo L590 devicesFlorian Bezdeka1-0/+8
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th genChristian Hesse1-0/+8
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th genChristian Hesse1-0/+8
2023-07-17tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11Peter Ujfalusi1-0/+1
2023-05-24tpm: tpm_tis: Disable interrupts for AEON UPX-i11Peter Ujfalusi1-0/+7
2023-05-16tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar1-0/+16
2023-04-24tpm_tis: fix stall after iowrite*()sHaris Okanovic1-2/+41
2023-04-24tpm/tpm_tis: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-24tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo1-1/+1
2022-12-08tpm: tpm_tis: Add the missed acpi_put_table() to fix memory leakHanjun Guo1-4/+5
2022-05-23tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland1-37/+30
2021-06-23tpm_tis: Use DEFINE_RES_MEM() to simplify codeZhen Lei1-5/+1
2020-11-06tpm_tis: Disable interrupts on ThinkPad T490sJerry Snitselaar1-2/+27
2020-07-07Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Jarkko Sakkinen1-0/+8
2020-07-02tpm_tis: Remove the HID IFX0102Jarkko Sakkinen1-1/+0
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