[PATCH 0/3] Rework of_find_node_by_path() code
From: Grant Likely <hidden>
Date: 2014-05-13 14:58:45
Also in:
lkml
From: Grant Likely <hidden>
Date: 2014-05-13 14:58:45
Also in:
lkml
This series reworks the of_find_node_by_path() function to search by path component instead of comparing the full path on every node. This makes for a more efficient search and makes it possible to parse things like aliases. This is the second time I'm posting this series. I'm going to apply it to my tree for the next merge window.