]> git.baikalelectronics.ru Git - uboot.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)
commit6ec052c74e205e19396b2d155a879d493785ede7
tree272469ce1632ed91fda082cf1e5cbd7f2dec8b60
parent41b8a77fd05ef7b46d02599acb554c9f269c6b63
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