]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Update uclass_find_next_free_req_seq() for new scheme
authorSimon Glass <sjg@chromium.org>
Thu, 17 Dec 2020 04:20:30 +0000 (21:20 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 03:32:21 +0000 (20:32 -0700)
commita133e2179a729036e7750b497c1c38f9f6a3a835
treee8701370910c0a3c2db692051baef3c39455e3fa
parent991759196faa74b2e7df1cb8e87820f4ec7285f8
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>
drivers/core/device.c
drivers/core/uclass.c
drivers/pci/pci-uclass.c
include/dm/uclass-internal.h