]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf63ca752a692a2c6939cc1c4562930f49ed1c760
treefac1fbe196644fc3d1cbbc91bc77160c896bc0b0
parentce839c0d28d0218355eb629d59cc4f29a0d13323
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