of: Create unlocked version of for_each_child_of_node()
authorGrant Likely <grant.likely@linaro.org>
Wed, 21 May 2014 16:04:17 +0000 (01:04 +0900)
committerGrant Likely <grant.likely@linaro.org>
Fri, 23 May 2014 02:25:27 +0000 (11:25 +0900)
commit0d0e02d605c5696a5076510f564fefe659127aa4
tree90fa79bec74f545d261e315d63b6228d439a23e1
parent11d200e95f3e84c1102e4cc9863a3614fd41f3ad
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>
drivers/of/base.c