From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: libfdt: Add functions for handling the "compatible" property In-Reply-To: Your message of "Tue, 16 Oct 2007 13:58:25 +1000." <20071016035825.GR26787@localhost.localdomain> References: <20071016035825.GR26787@localhost.localdomain> Date: Tue, 16 Oct 2007 07:43:07 -0500 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 functions for dealing with the compatible property. > fdt_node_check_compatible() can be used to determine whether a node is > compatible with a given string and fdt_node_offset_by_compatible() > locates nodes with a given compatible string. > > Testcases for these functions are also included. > > Signed-off-by: David Gibson Applied. jdl