From 6a11e5c67a397e9a64cfde6961c83a7a64d7980c Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 12 Nov 2014 15:41:05 +0800 Subject: [PATCH] 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 Signed-off-by: Corey Minyard --- Reading git-format-patch failed