From: Grant Likely Date: Thu, 26 Jun 2014 14:40:48 +0000 (+0100) Subject: of: Move CONFIG_OF_DYNAMIC code into a separate file X-Git-Tag: omap-for-v3.17/fixes-against-rc2~69^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6afc0dc381573559251de9a8259404f49e6aed14;p=pandora-kernel.git of: Move CONFIG_OF_DYNAMIC code into a separate file Split the dynamic device tree code into a separate file to make it really clear what features CONFIF_OF_DYNAMIC add to the kernel. Without CONFIG_OF_DYNAMIC only properties can be changed, and notifiers do not get sent. Enabling it turns on reference counting, notifiers and the ability to add and remove nodes. v2: Moved of_node_release() into dynamic.c Signed-off-by: Grant Likely Signed-off-by: Pantelis Antoniou Cc: Rob Herring --- Reading git-diff-tree failed