]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc90b5104b15b16777fdb93b656863475516033a
tree90fa79bec74f545d261e315d63b6228d439a23e1
parent4f4c8f89d599359d764edbc8b12be221db8e8dc7
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