commit | ffc30b74fd6d01588bd3fdebc3b1acc0857e6fc8 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Apr 18 23:05:53 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 07 00:02:05 2015 +0000 |
tree | f013e9daec3d283bbf34d34f1f9312e5531a7d71 | |
parent | 29f1c7fd61a31e0335ce41d4b2788959ad7c468d [diff] |
component: track components via array rather than list Since we now have an array which defines each component, maintain the components to be bound in the array rather than a separate list. We also need duplicate tracking so we can eliminate multiple bind calls for the same component: we preserve the list-based component order in that the first match which adds the component determines its position. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>