commit | 0d0e02d605c5696a5076510f564fefe659127aa4 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Thu May 22 01:04:17 2014 +0900 |
committer | Grant Likely <grant.likely@linaro.org> | Fri May 23 11:25:27 2014 +0900 |
tree | 90fa79bec74f545d261e315d63b6228d439a23e1 | |
parent | 11d200e95f3e84c1102e4cc9863a3614fd41f3ad [diff] |
of: Create unlocked version of for_each_child_of_node() When iterating over nodes, sometimes it needs to be done when the DT lock is already held. This patch makes an unlocked version of the for_each_child_of_node() macro. Signed-off-by: Grant Likely <grant.likely@linaro.org>