commit | 9162052173d2381e2bbabc224c3c1457acb4c54c | [log] [tgz] |
---|---|---|
author | Corey Minyard <cminyard@mvista.com> | Fri Apr 24 07:46:06 2015 -0500 |
committer | Corey Minyard <cminyard@mvista.com> | Tue May 05 19:36:38 2015 -0500 |
tree | fac1fbe196644fc3d1cbbc91bc77160c896bc0b0 | |
parent | 9f8127048ab8b47b43f8aeaaec9fec2da44be9a1 [diff] |
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>