u-boot-2016/include/dm
Masahiro Yamada 61e51babdb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
This function returns the pointer to the value of a node property.
The current name ofnode_read_prop() is confusing.  Follow the naming
of_get_property() from Linux.

The return type (const u32 *) is wrong.  DT property values can be
strings as well as integers.  This is why of_get_property/fdt_getprop
returns an opaque pointer.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
2017-07-11 10:08:20 -06:00
..
platform_data
device-internal.h
device.h
fdtaddr.h
lists.h
of.h
of_access.h dm: core: Add functions to obtain node's address/size cells 2017-07-11 10:08:20 -06:00
of_addr.h
of_extra.h
ofnode.h dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() 2017-07-11 10:08:20 -06:00
pinctrl.h
platdata.h
read.h dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() 2017-07-11 10:08:20 -06:00
root.h
test.h
uclass-id.h dm: core: Test uclass_first/next_device() on probe failure 2017-07-11 10:08:19 -06:00
uclass-internal.h
uclass.h dm: core: Add uclass_first/next_device_check() 2017-07-11 10:08:19 -06:00
util.h