From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 17 Jul 2010 22:59:20 -0400 Subject: [U-Boot] [PATCH 2/2] fdt: Add fdt_node_offset_by_compat_reg helper In-Reply-To: <89B5F58B-3BBE-4CDD-8F95-04FC4670AA70@kernel.crashing.org> References: <1278267518-13779-1-git-send-email-galak@kernel.crashing.org> <1278267518-13779-2-git-send-email-galak@kernel.crashing.org> <89B5F58B-3BBE-4CDD-8F95-04FC4670AA70@kernel.crashing.org> Message-ID: <4C426E08.6020003@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kumar, On 07/17/2010 11:49 AM, Kumar Gala wrote: > > On Jul 4, 2010, at 1:18 PM, Kumar Gala wrote: > >> Given a compatiable string and physical address try and find a node that compatible >> matches. This is useful when we want to find a specific device node to >> update (for example if we have multiple PCI nodes we can use the >> physical address to distinquish them when trying to update the device distinguish (s/q/g/) >> tree). >> >> Signed-off-by: Kumar Gala ^ Probably should have a space in your signed-off-by line just in case a SOB line parser is picky. >> --- >> common/fdt_support.c | 27 +++++++++++++++++++++++++++ >> include/fdt_support.h | 2 ++ >> 2 files changed, 29 insertions(+), 0 deletions(-) > > Jerry, > > Any comments? > > - k Looks OK to me other than two typos in the comment. Acked-by: Gerald Van Baren gvb