Home
last modified time | relevance | path

Searched hist:"4984 de2baaaf82bfc9416e9cdbd3040b97856950" (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Ddm.h4984de2baaaf82bfc9416e9cdbd3040b97856950 Wed May 17 23:18:10 UTC 2017 Simon Glass <sjg@chromium.org> dm: core: Add ofnode to represent device tree nodes

With live tree we need a struct device_node * to reference a node. With
the existing flat tree, we need an int offset. We need to unify these into
a single value which can represent both.

Add an ofnode union for this and adjust existing code to move to this.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/dm/
H A Dofnode.h4984de2baaaf82bfc9416e9cdbd3040b97856950 Wed May 17 23:18:10 UTC 2017 Simon Glass <sjg@chromium.org> dm: core: Add ofnode to represent device tree nodes

With live tree we need a struct device_node * to reference a node. With
the existing flat tree, we need an int offset. We need to unify these into
a single value which can represent both.

Add an ofnode union for this and adjust existing code to move to this.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Ddevice.h4984de2baaaf82bfc9416e9cdbd3040b97856950 Wed May 17 23:18:10 UTC 2017 Simon Glass <sjg@chromium.org> dm: core: Add ofnode to represent device tree nodes

With live tree we need a struct device_node * to reference a node. With
the existing flat tree, we need an int offset. We need to unify these into
a single value which can represent both.

Add an ofnode union for this and adjust existing code to move to this.

Signed-off-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/drivers/core/
H A Droot.c4984de2baaaf82bfc9416e9cdbd3040b97856950 Wed May 17 23:18:10 UTC 2017 Simon Glass <sjg@chromium.org> dm: core: Add ofnode to represent device tree nodes

With live tree we need a struct device_node * to reference a node. With
the existing flat tree, we need an int offset. We need to unify these into
a single value which can represent both.

Add an ofnode union for this and adjust existing code to move to this.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Ddevice.c4984de2baaaf82bfc9416e9cdbd3040b97856950 Wed May 17 23:18:10 UTC 2017 Simon Glass <sjg@chromium.org> dm: core: Add ofnode to represent device tree nodes

With live tree we need a struct device_node * to reference a node. With
the existing flat tree, we need an int offset. We need to unify these into
a single value which can represent both.

Add an ofnode union for this and adjust existing code to move to this.

Signed-off-by: Simon Glass <sjg@chromium.org>