tpm/tpm_tis: Disable interrupts for Lenovo L590 devices
authorFlorian Bezdeka <florian@bezdeka.de>
Tue, 20 Jun 2023 11:11:01 +0000 (13:11 +0200)
committerJarkko Sakkinen <jarkko@kernel.org>
Mon, 17 Jul 2023 19:40:27 +0000 (19:40 +0000)
commit393f362389cecc2e4f2e3520a6c8ee9dbb1e3d15
tree779fc797b3cc7e5380dd63773594efdc8713805a
parentb1c1b98962d17a922989aa3b2822946bbb5c091f
tpm/tpm_tis: Disable interrupts for Lenovo L590 devices

The Lenovo L590 suffers from an irq storm issue like the T490, T490s
and P360 Tiny, so add an entry for it to tpm_tis_dmi_table and force
polling.

Cc: stable@vger.kernel.org # v6.4+
Link: https://bugzilla.redhat.com/show_bug.cgi?id=2214069#c0
Fixes: e644b2f498d2 ("tpm, tpm_tis: Enable interrupt test")
Signed-off-by: Florian Bezdeka <florian@bezdeka.de>
Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm_tis.c