From: David Gibson Date: Thu, 22 Mar 2007 06:02:21 +0000 (+1100) Subject: [POWERPC] Add device tree utility functions to zImage X-Git-Tag: v2.6.22-rc1~1109^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fbaa9702e548e74dffd21855769f6cedad42bd;p=pandora-kernel.git [POWERPC] Add device tree utility functions to zImage This patch adds a library of useful device tree manipulation functions to the zImage library, for use by platform code. These functions are based on the hooks already in dt_ops, so they're not dependent on a particular device tree implementation. This patch also slightly streamlines the code in main.c using these new functions. This is a consolidation of my work in this area with Scott Wood's patches to a very similar end. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed