ipmi: Add alert handling to SSIF
authorCorey Minyard <cminyard@mvista.com>
Fri, 24 Apr 2015 12:46:06 +0000 (07:46 -0500)
committerCorey Minyard <cminyard@mvista.com>
Wed, 6 May 2015 00:36:38 +0000 (19:36 -0500)
commit9162052173d2381e2bbabc224c3c1457acb4c54c
treefac1fbe196644fc3d1cbbc91bc77160c896bc0b0
parent9f8127048ab8b47b43f8aeaaec9fec2da44be9a1
ipmi: Add alert handling to SSIF

The SSIF interface can optionally have an SMBus alert come in when
data is ready.  Unfortunately, the IPMI spec gives wiggle room to
the implementer to allow them to always have the alert enabled,
even if the driver doesn't enable it.  So implement alerts.
If you don't in this situation, the SMBus alert handling will
constantly complain.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_ssif.c