]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Rename ofnode_get_first/next_property()
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:27:13 +0000 (20:27 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:11:14 +0000 (16:11 -0400)
commit41b8a77fd05ef7b46d02599acb554c9f269c6b63
tree158b63a4856dcbbc592316a07694704c1b7a4d41
parent9e2cc842b0963fc2337b19dfddebfc32130a6664
dm: core: Rename ofnode_get_first/next_property()

Drop the 'get' in these names since it does not fit with the rest of
the API.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/ofnode.c
drivers/core/read.c
env/common.c
include/dm/ofnode.h
include/dm/read.h
test/dm/ofread.c