powerpc: add support for MPIC message register API
authorJia Hongtao <B38951@freescale.com>
Fri, 17 Feb 2012 02:49:03 +0000 (10:49 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Mar 2012 21:15:28 +0000 (16:15 -0500)
commit8626816e905e8e131663dfcae27d307df8c220d0
tree53d6eeed360ce02a075d8adba5b399352ddcf2c6
parentda3b6c0534c76bc08ce5524342586138687fd106
powerpc: add support for MPIC message register API

Some MPIC implementations contain one or more blocks of message registers
that are used to send messages between cores via IPIs.  A simple API has
been added to access (get/put, read, write, etc ...) these message registers.
The available message registers are initially discovered via nodes in the
device tree.  A separate commit contains a binding for the message register
nodes.

Signed-off-by: Meador Inge <meador_inge@mentor.com>
Signed-off-by: Jia Hongtao <B38951@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/include/asm/mpic_msgr.h [new file with mode: 0644]
arch/powerpc/platforms/Kconfig
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/mpic_msgr.c [new file with mode: 0644]
This page took 0.026589 seconds and 5 git commands to generate.