Files
u-boot-bpi-r3/drivers/video
Philipp Tomsich 5de0b5a36a rockchip: video: rk_vop: migrate to livetree
This migrates rk_vop (the shared functions used by multiple VOP
mini-drivers) to be compatible with a live tree.

Unfortunately, there's
(i)  a lot of tree traversal needed for a VOP (as each active VOP
     vnode references back to the endpoints in the encoders and vice
     versa) to configure the connection between VOPs and encoders;
(ii) the DTS binding is not too sane and one needs to walk a node's
     parents (the original code just assumed that the device would
     live 3 levels above the property linked through a phandle) until
     a UCLASS_DISPLAY device can be found.

As part of the migration, the code for finding the enclosing display
device has been changed to not assume a specific depth of nesting
(i.e. we walk until we reach the root or find a matching device) and
to use the newly introduced (in the same series) ofnode_get_parent()
function.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
2018-02-23 20:48:48 +01:00
..
2017-10-26 15:43:11 +02:00
2018-01-22 13:53:08 +05:30
2018-01-11 15:19:12 +01:00
2018-01-11 15:19:12 +01:00
2017-07-06 16:17:19 -04:00
2015-06-10 19:26:54 -06:00
2013-10-30 10:48:41 +01:00
2016-03-17 10:27:26 +08:00
2017-09-12 13:40:47 +02:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2016-01-21 20:42:36 -07:00
2017-09-12 13:40:47 +02:00
2017-06-01 07:03:01 -06:00