ipmi: add PNP discovery (ACPI namespace via PNPACPI)
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Wed, 18 Nov 2009 00:05:34 +0000 (17:05 -0700)
committerLen Brown <len.brown@intel.com>
Tue, 15 Dec 2009 22:35:54 +0000 (17:35 -0500)
commit9e368fa011d4e0aa050db348d69514900520e40b
tree1b5dfaa305964791a2af6959a47b7bb6c89e471d
parent18a3e0bfbcd589599d0affbfd484ba9a97e5f122
ipmi: add PNP discovery (ACPI namespace via PNPACPI)

This allows ipmi_si_intf.c to claim IPMI devices described in the ACPI
namespace.  Using PNP makes it simpler to parse the IRQ/IO/memory resources
of the device.

We look at any SPMI tables before looking for devices in the namespace.

This is based on ipmi_pci_probe().

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Myron Stowe <myron.stowe@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/char/ipmi/ipmi_si_intf.c