Re: [PATCH] ipmi: Prefer ACPI system interfaces over SMBIOS ones

2017-11-09 Thread Andrew Banman
Corey, This patch worked on my system. Thank you! Tested-by: Andrew Banman # insmod ipmi_si.ko; dmesg -c [ 225.793934] ipmi_si IPI0001:00: ipmi_si: probing via ACPI [ 225.799982] ipmi_si IPI0001:00: [io 0x0ce4-0x0ce6] regsize 1 spacing 1 irq 6 [ 225.807953] ipmi_si:

Re: [PATCH] ipmi: Prefer ACPI system interfaces over SMBIOS ones

2017-11-09 Thread Andrew Banman
Corey, This patch worked on my system. Thank you! Tested-by: Andrew Banman # insmod ipmi_si.ko; dmesg -c [ 225.793934] ipmi_si IPI0001:00: ipmi_si: probing via ACPI [ 225.799982] ipmi_si IPI0001:00: [io 0x0ce4-0x0ce6] regsize 1 spacing 1 irq 6 [ 225.807953] ipmi_si: Adding ACPI-specified

[PATCH] ipmi: Prefer ACPI system interfaces over SMBIOS ones

2017-11-09 Thread minyard
From: Corey Minyard The recent changes to add SMBIOS (DMI) IPMI interfaces as platform devices caused DMI to be selected before ACPI, causing ACPI type of operations to not work. Signed-off-by: Corey Minyard --- Andrew, I looked a bit more and found

[PATCH] ipmi: Prefer ACPI system interfaces over SMBIOS ones

2017-11-09 Thread minyard
From: Corey Minyard The recent changes to add SMBIOS (DMI) IPMI interfaces as platform devices caused DMI to be selected before ACPI, causing ACPI type of operations to not work. Signed-off-by: Corey Minyard --- Andrew, I looked a bit more and found that I already had this queued for the