Skip to content
Commit 3f0a820c authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] omap: create a proper tree of clocks



Traditionally, we've tracked the parent/child relationships between
clk structures by setting the child's parent member to point at the
upstream clock.  As a result, when decending the tree, we have had
to scan all clocks to find the children.

Avoid this wasteful scanning by keeping a list of the clock's children.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b5088c0d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment