From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 24 Feb 2018 00:39:01 +0100 Subject: [U-Boot] Please pull u-boot-video/master Message-ID: <20180224003901.100de780@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, please pull this series, it fixes the regression (HDMI output) on the RK3399 with some boards moved to live tree. The following changes since commit f0f6917188ad660cf002c10095f46ecf748b8f58: Prepare v2018.03-rc3 (2018-02-20 16:51:56 -0500) are available in the git repository at: git://git.denx.de/u-boot-video.git master for you to fetch changes up to 3f56552227d1b711cf7dcae986ae0a3f2a91e8d7: rockchip: video: update MAINTAINERS (2018-02-23 20:49:07 +0100) ---------------------------------------------------------------- Kever Yang (1): core: add ofnode_get_by_phandle() api Philipp Tomsich (4): core: ofnode: add ofnode_get_parent function rockchip: video: rk_hdmi: migrate to livetree rockchip: video: rk_vop: migrate to livetree rockchip: video: update MAINTAINERS MAINTAINERS | 1 + drivers/core/ofnode.c | 27 +++++++++++++ drivers/video/rockchip/rk_hdmi.c | 2 +- drivers/video/rockchip/rk_vop.c | 85 +++++++++++++++++++++++++++------------- include/dm/ofnode.h | 16 ++++++++ 5 files changed, 102 insertions(+), 29 deletions(-) Thanks, Anatolij