ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
authorCorey Minyard <cminyard@mvista.com>
Thu, 8 Mar 2018 21:00:28 +0000 (15:00 -0600)
committerCorey Minyard <cminyard@mvista.com>
Mon, 12 Mar 2018 12:02:47 +0000 (07:02 -0500)
commit4866b1dce0389013a268f0ab63f7229b30c6e5fe
tree75bf57ecdb3857eebcaab112b13faab50d8f3296
parent532ed9264da27eb3062f49e4283f9b393a8e17d0
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver

The IPMI spec states:

  The purpose of the SPMI Table is to provide a mechanism that can
  be used by the OSPM (an ACPI term for “OS Operating System-directed
  configuration and Power Management” essentially meaning an ACPI-aware
  OS or OS loader) very early in the boot process, e.g., before the
  ability to execute ACPI control methods in the OS is available.

When we are probing IPMI in Linux, ACPI control methods are available,
so we shouldn't be probing using SPMI.  It could cause some confusion
during the probing process.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Tested-by: Jiandi An <anjiandi@codeaurora.org>
drivers/char/ipmi/ipmi_ssif.c