ipmi: Remove ACPI SPMI probing from the system interface driver
authorCorey Minyard <cminyard@mvista.com>
Thu, 8 Mar 2018 20:57:53 +0000 (14:57 -0600)
committerCorey Minyard <cminyard@mvista.com>
Mon, 12 Mar 2018 12:03:06 +0000 (07:03 -0500)
commit4876234acc5441e325f262eec48672ee7f4a0cc6
tree2c30290ddef82aaa559497a3b0c370e368734a1b
parent4866b1dce0389013a268f0ab63f7229b30c6e5fe
ipmi: Remove ACPI SPMI probing from the system interface 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>
drivers/char/ipmi/ipmi_si_platform.c