commit | c4f0248aa98c55e16393a7c6cec2178fbaaab70d | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Aug 09 16:17:42 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Aug 21 16:21:37 2018 +0200 |
tree | 11a06f4f6941bc79c1caf7e20885772c73a6fa86 | |
parent | d21faa5447aa27d33519ebafbae15afabac0d29a [diff] |
uclass: Add dev_get_uclass_index() to get the uclass/index of a device This function is the reciprocal of uclass_find_device(). It will be used to print the index information in dm tree dump. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>