From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: libfdt: Add function to explicitly expand aliases In-reply-to: <20080820065514.GA18996@yookeroo.seuss> References: <20080820065514.GA18996@yookeroo.seuss> Date: Thu, 02 Oct 2008 08:55:28 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Kumar has already added alias expansion to fdt_path_offset(). > However, in some circumstances it may be convenient for the user of > libfdt to explicitly get the string expansion of an alias. This patch > adds a function to do this, fdt_get_alias(), and uses it to implement > fdt_path_offset(). > > Signed-off-by: David Gibson Applied. jdl