Searched hist:"61 e51babdb674e4619165cdc180786af7ec75ae9" (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | cros_ec_sandbox.c | 61e51babdb674e4619165cdc180786af7ec75ae9 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 D | read.c | 61e51babdb674e4619165cdc180786af7ec75ae9 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 D | ofnode.c | 61e51babdb674e4619165cdc180786af7ec75ae9 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 D | lists.c | 61e51babdb674e4619165cdc180786af7ec75ae9 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 D | ofnode.h | 61e51babdb674e4619165cdc180786af7ec75ae9 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 D | read.h | 61e51babdb674e4619165cdc180786af7ec75ae9 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 D | pinctrl-uclass.c | 61e51babdb674e4619165cdc180786af7ec75ae9 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 D | pci-uclass.c | 61e51babdb674e4619165cdc180786af7ec75ae9 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>
|