From: Grant Likely Date: Fri, 14 Mar 2014 17:07:12 +0000 (+0000) Subject: of: Make of_find_node_by_path() handle /aliases X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~21^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22e650e66b8;p=pandora-kernel.git of: Make of_find_node_by_path() handle /aliases Make of_find_node_by_path() handle aliases as prefixes. To make this work the name search is refactored to search by path component instead of by full string. This should be a more efficient search, and it makes it possible to start a search at a subnode of a tree. Signed-off-by: David Daney Signed-off-by: Pantelis Antoniou [grant.likely: Rework to not require allocating at runtime] Acked-by: Rob Herring Signed-off-by: Grant Likely --- Reading git-diff-tree failed