From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: libfdt: Add function to explicitly expand aliases Date: Thu, 02 Oct 2008 08:55:28 -0500 Message-ID: References: <20080820065514.GA18996@yookeroo.seuss> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20080820065514.GA18996@yookeroo.seuss> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org To: David Gibson Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org List-Id: devicetree@vger.kernel.org > 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