mbox series

[U-Boot] Please pull u-boot-video/master

Message ID 20180224003901.100de780@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-video/master | expand

Pull-request

git://git.denx.de/u-boot-video.git master

Message

Anatolij Gustschin Feb. 23, 2018, 11:39 p.m. UTC
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

Comments

Tom Rini Feb. 24, 2018, 1:38 p.m. UTC | #1
On Sat, Feb 24, 2018 at 12:39:01AM +0100, Anatolij Gustschin wrote:

> 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)
> 

Applied to u-boot/master, thanks!