backports: backport of_get_child_by_name() support
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sat, 27 Jul 2013 20:47:22 +0000 (13:47 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Sun, 28 Jul 2013 00:33:54 +0000 (17:33 -0700)
commitadd3f1786bb17a801c0fb87489cb8e0dd671bbd6
tree528d1cc0f3971b027d5380a00759f5e48028bfa8
parentbdd1e3eff54be33d52561a9d0d9c602d588dac98
backports: backport of_get_child_by_name() support

This was added via 9c19761a. While at it clean up the backported
header a bit to make backporting more OF stuff more manageable.

mcgrof@frijol ~/linux-stable (git::master)$ git describe --contains 9c19761a
v3.7-rc1~123^2~4

commit 9c19761a7ecdc86abb2fba0feb81e8952eccc1f1
Author: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Date:   Tue Sep 18 08:10:28 2012 +0100

    dt: introduce of_get_child_by_name to get child node by name

    This patch introduces of_get_child_by_name function to get a child node
    by its name in a given parent node.

    Without this patch each driver code has to iterate the parent and do
    a string compare, However having of_get_child_by_name libary function would
    avoid code duplication, errors and is more convenient.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/backport-include/linux/of.h
backport/compat/compat-3.7.c