[POWERPC] Add PMI driver for cell blade
authorChristian Krafft <parabelboi@bopserverein.de>
Wed, 14 Feb 2007 13:09:45 +0000 (14:09 +0100)
committerPaul Mackerras <paulus@samba.org>
Fri, 16 Feb 2007 03:00:19 +0000 (14:00 +1100)
commit0e8266437c62f4848676ea6e87a1ff10367502a9
tree57f3b86ffb2c205f513896bbf52f836c7d0a0302
parentfde5efd0e50e026f3f69629fc5790a4f0533dcaa
[POWERPC] Add PMI driver for cell blade

This adds driver code for the PMI device found in future IBM products.
PMI stands for "Platform Management Interrupt" and is a way to
communicate with the BMC (Baseboard Management Controller).
It provides bidirectional communication with a low latency.

Signed-off-by: Christian Krafft <krafft@de.ibm.com>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Acked-by: Heiko J Schick <schickhj@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
arch/powerpc/configs/cell_defconfig
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/pmi.c [new file with mode: 0644]
include/asm-powerpc/pmi.h [new file with mode: 0644]