commit | 6a11e5c67a397e9a64cfde6961c83a7a64d7980c | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Wed Nov 12 15:41:05 2014 +0800 |
committer | Corey Minyard <cminyard@mvista.com> | Thu Dec 11 15:04:12 2014 -0600 |
tree | a94b98e2a38306600e815e3cd3ec4ad21600fa78 | |
parent | 259307074bfcf1ff88016e12c68f057aee6cb694 [diff] |
drivers/char/ipmi: Add powernv IPMI driver This change adds an initial IPMI driver for powerpc OPAL firmware. The interface is exposed entirely through firmware: we have two functions to send and receive IPMI messages, and an interrupt notification from the firmware to signify that a message is available. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Corey Minyard <cminyard@mvista.com>