Home
last modified time | relevance | path

Searched hist:"61 e51babdb674e4619165cdc180786af7ec75ae9" (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec_sandbox.c61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_rockchip-uboot/drivers/core/
H A Dread.c61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
H A Dofnode.c61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
H A Dlists.c61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_rockchip-uboot/include/dm/
H A Dofnode.h61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
H A Dread.h61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-uclass.c61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci-uclass.c61e51babdb674e4619165cdc180786af7ec75ae9 Thu Jun 22 07:54:05 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>