Skip to content

Commit 95a9359

Browse files
ujfalusijarkkojs
authored andcommitted
tpm: tpm_tis: Disable interrupts for AEON UPX-i11
Interrupts got recently enabled for tpm_tis. The interrupts initially works on the device but they will stop arriving after circa ~200 interrupts. On system reboot/shutdown this will cause a long wait (120000 jiffies). [[email protected]: fix a merge conflict and adjust the commit message] Fixes: e644b2f ("tpm, tpm_tis: Enable interrupt test") Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent 27e462c commit 95a9359

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/char/tpm/tpm_tis.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ static const struct dmi_system_id tpm_tis_dmi_table[] = {
138138
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L490"),
139139
},
140140
},
141+
{
142+
.callback = tpm_tis_disable_irq,
143+
.ident = "UPX-TGL",
144+
.matches = {
145+
DMI_MATCH(DMI_SYS_VENDOR, "AAEON"),
146+
},
147+
},
141148
{}
142149
};
143150

0 commit comments

Comments
 (0)