platform/x86: i2c-multi-instantiate: Don't create platform device for INT3515 ACPI...
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 23 Dec 2020 14:36:44 +0000 (17:36 +0300)
committerHans de Goede <hdegoede@redhat.com>
Mon, 4 Jan 2021 14:54:45 +0000 (15:54 +0100)
commit9bba96275576da0cf78ede62aeb2fc975ed8a32d
tree22341871c1717c76c604e3949e24c023bbbbf3aa
parente4a02c7a0e3aeb966e4fdc4a43dce978c467fe83
platform/x86: i2c-multi-instantiate: Don't create platform device for INT3515 ACPI nodes

There are several reports about the tps6598x causing
interrupt flood on boards with the INT3515 ACPI node, which
then causes instability. There appears to be several
problems with the interrupt. One problem is that the
I2CSerialBus resources do not always map to the Interrupt
resource with the same index, but that is not the only
problem. We have not been able to come up with a solution
for all the issues, and because of that disabling the device
for now.

The PD controller on these platforms is autonomous, and the
purpose for the driver is primarily to supply status to the
userspace, so this will not affect any functionality.

Reported-by: Moody Salem <moody@uniswap.org>
Fixes: a3dd034a1707 ("ACPI / scan: Create platform device for INT3515 ACPI nodes")
Cc: stable@vger.kernel.org
BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1883511
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20201223143644.33341-1-heikki.krogerus@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/i2c-multi-instantiate.c