You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Signed-off-by: Pantelis Antoniou <[email protected]>
[grant.likely: Rework to not require allocating at runtime]
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
0 commit comments