]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into for-next
authorRob Herring <robh@kernel.org>
Wed, 25 Mar 2015 05:41:08 +0000 (00:41 -0500)
committerRob Herring <robh@kernel.org>
Wed, 25 Mar 2015 05:41:08 +0000 (00:41 -0500)
commit8147e2e8f13d823307e1edf2add5a8df84180cca
tree476eae8727d98c56027ca1036a8f61ff261c9c51
parentbc465aa9d045feb0e13b4a8f32cc33c1943f62d6
parentbfe446e37c4efd8ade454911e8f80414bcbfc10d
Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into for-next

Pull of-graph helpers from Philipp Zabel:
of: Add of-graph helpers to loop over endpoints and find ports by id

This series converts of_graph_get_next_endpoint to decrement the refcount of
the passed prev parameter. This allows to add a for_each_endpoint_of_node
helper macro to loop over all endpoints in a device tree node.
The of_graph_get_port_by_id function is added to retrieve a port by its known
port id (contained in the reg property) from the device tree.
drivers/of/base.c