]> 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)
commit865889f82df8cda9eaf498a81df1733dcb951b6d
tree90fa79bec74f545d261e315d63b6228d439a23e1
parent20dd87be51762436aeda2a5cf7b8c8faedfab4f1
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