Home
last modified time | relevance | path

Searched hist:d08828973d96eb26e48fb7ca8fb8a8d49adbe53a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_intf.cdiff d08828973d96eb26e48fb7ca8fb8a8d49adbe53a Tue Aug 18 14:29:10 CDT 2015 Corey Minyard <cminyard@mvista.com> ipmi: Compensate for BMCs that wont set the irq enable bit

It appears that some BMCs support interrupts but don't support setting
the irq enable bits. The interrupts are just always on. Sigh.
Add code to compensate.

The new code was very similar to another functions, so this also
factors out the common code into other functions.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Tested-by: Henrik Korkuc <henrik@kirneh.eu>