drivers/char/ipmi/ipmi_dmi.c
0 → 100644
+273
−0
drivers/char/ipmi/ipmi_dmi.h
0 → 100644
+12
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Create a platform device for each IPMI device in the DMI table,
a separate kind of device for SSIF types and for KCS, BT, and
SMIC types. This is so auto-loading IPMI devices will work
from just SMBIOS tables.
This also adds the ability to extract the slave address from
the SMBIOS tables, so that when the driver uses ACPI-specified
interfaces, it can still extract the slave address from SMBIOS.
Signed-off-by:
Corey Minyard <cminyard@mvista.com>
Cc: Andy Lutomirski <luto@kernel.org>