]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7181e8445eb11834a8835a6425df4aa3911f76b
tree37f5236d2ebf5b3598836bae69245358a6905961
parentd04568e7d0bacef40750e2e300ddf53c56f05479
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