[U-Boot] [PATCH 2/2] fdt: Add fdt_node_offset_by_compat_reg helper

Kumar Gala galak at kernel.crashing.org
Wed Jul 21 07:35:27 CEST 2010


On Jul 17, 2010, at 9:59 PM, Jerry Van Baren wrote:

> 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<galak at kernel.crashing.org>
>                            ^
> 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 <vanbaren at cideas.com>
> 
> gvb

applied with commit comment fixes

- k


More information about the U-Boot mailing list