commit | b85ad494098bf881c3713218fbd74193e5d5c488 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Feb 03 12:39:03 2017 -0600 |
committer | Rob Herring <robh@kernel.org> | Wed Feb 15 08:53:32 2017 -0600 |
tree | a57c1f3e5f422f3b4535f7069fe17b840a873722 | |
parent | bd0096d7467fbfa723cb1c12011098abf16de525 [diff] |
of: introduce of_graph_get_remote_node The OF graph API leaves too much of the graph walking to clients when in many cases the driver doesn't care about accessing the port or endpoint nodes. The drivers typically just want the device connected via a particular graph connection. of_graph_get_remote_node provides this functionality. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>