]> git.ipfire.org Git - thirdparty/u-boot.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)
commit4b1f5714658e98f55e9dbae58fd5000f9a3fcbd3
tree158b63a4856dcbbc592316a07694704c1b7a4d41
parent1701359f752b9622752df6a6c6a1326c225a5616
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