From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: [1/2] libfdt: Add phandle related functions In-Reply-To: Your message of "Tue, 13 Nov 2007 09:59:38 +1100." <20071112225938.GG1219@localhost.localdomain> References: <20071112225938.GG1219@localhost.localdomain> Date: Tue, 13 Nov 2007 07:41:20 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > This patch adds fdt_get_phandle() and fdt_node_offset_by_phandle() > functions to libfdt. fdt_get_phandle() will retreive the phandle > value of a given node, and fdt_node_offset_by_phandle() will locate a > node given a phandle. > > Signed-off-by: David Gibson Applied. jdl