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)
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

Simple merge