commit | 1257efc425d32588fe6db45931026a2b98fbf478 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 07 07:24:09 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 25 09:46:15 2021 -0600 |
tree | 14610d0f4a178d8a0b1f7f287241776b2aab3ecd | |
parent | 3f4ec33026182d341ae8f5833aec50abac152600 [diff] |
clk: Rename clk_get_by_driver_info() This is actually a misnomer now, since the phandle info may contain a driver_info index or a udevice index. Rename it to use the word 'phandle', which seems more accurate. Add a comment while we are here. Also add a test for this function. Signed-off-by: Simon Glass <sjg@chromium.org>