powerpc/pseries: Add pseries update notifier for OFDT prop changes
authorKent Yoder <key@linux.vnet.ibm.com>
Thu, 12 Apr 2012 05:04:11 +0000 (05:04 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 14 May 2012 00:49:06 +0000 (10:49 +1000)
commit4726b7b5e5a0a3d11a3c80ae8e2d5395003c51af
tree37f5236d2ebf5b3598836bae69245358a6905961
parent4d6e0fa1a593b2d7c4b468cb5ac52c29fe20e716
powerpc/pseries: Add pseries update notifier for OFDT prop changes

This adds an update notifier mechanism for changes to properties in the
device tree.  One use of this would be a device driver that needs to act
on changes to it's properties in the device tree after a live migration
or a dynamic activation that is triggered by updates to ofdt properties.

Signed-off-by: Robert Jennings <rcj@linux.vnet.ibm.com>
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/pSeries_reconfig.h
arch/powerpc/platforms/pseries/reconfig.c