]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Rename ofnode_get_property_by_prop()
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:27:14 +0000 (20:27 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:11:14 +0000 (16:11 -0400)
commit9243224687bd92674c693546a46f849b1a54c75c
tree272469ce1632ed91fda082cf1e5cbd7f2dec8b60
parent4b1f5714658e98f55e9dbae58fd5000f9a3fcbd3
dm: core: Rename ofnode_get_property_by_prop()

The current name is quite unwieldy. Change it to use an ofprop_ prefix
and shorten it. Fix the return-value comment while we are here.

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