tpm: tpm_tis: Disable interrupts for AEON UPX-i11
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Wed, 17 May 2023 12:29:31 +0000 (15:29 +0300)
committerJarkko Sakkinen <jarkko@kernel.org>
Tue, 23 May 2023 23:50:23 +0000 (02:50 +0300)
commit95a9359ee22ff2efbad6b090fcfa3a97f5902f95
treeaefffcef9b91c5f7718b92ee454a5655b3dfcdc7
parent27e462c8fad4bf04ec4f81f8539ce6fa947ead3a
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).

[jarkko@kernel.org: fix a merge conflict and adjust the commit message]
Fixes: e644b2f498d2 ("tpm, tpm_tis: Enable interrupt test")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm_tis.c