commit | b941f5699b637ee13e1dfb9c27b09b2a45d3fe98 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 16 21:20:30 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 18 20:32:21 2020 -0700 |
tree | e8701370910c0a3c2db692051baef3c39455e3fa | |
parent | 07e1338fb05f4e7fae293ba4fae57bfe7395b4cd [diff] |
dm: core: Update uclass_find_next_free_req_seq() for new scheme This function current deals with req_seq which is deprecated. Update it to use the new sequence numbers, putting them above existing aliases. Rename the function to make this clear. Signed-off-by: Simon Glass <sjg@chromium.org>