commit | 7aff0fe33033fc75b61446ba29d38b1b1354af9f | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Mon Dec 12 09:25:58 2011 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Jan 28 10:29:20 2012 -0700 |
tree | 2ddcfaf17ab0d98959478fd5133d1fe08adb8eef | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f [diff] |
of: Add of_property_match_string() to find index into a string list Add a helper function for finding the index of a string in a string list property. This helper is useful for bindings that use a separate *-name property for attaching names to tuples in another property such as 'reg' or 'gpios'. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>