
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 Galagalak@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@cideas.com
gvb
applied with commit comment fixes
- k