mbox series

Please pull u-boot-video

Message ID 20200427103222.3bf439d5@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-video | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.07-rc1

Message

Anatolij Gustschin April 27, 2020, 8:32 a.m. UTC
Hi Tom,

The following changes since commit d202f67db0771247de562af5d6a5df778702857b:

  Merge branch '2020-04-25-master-imports' (2020-04-25 08:20:22 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.07-rc1

for you to fetch changes up to ea16637525ad6a49626de3fbf01e29e1af08d29f:

  video: simple_panel: add boe,nv140fhmn49 display (2020-04-26 23:04:49 +0200)

----------------------------------------------------------------
- simple panel 'nv140fhmn49' compatible
- rockchip eDP and LVDS drivers build fix

----------------------------------------------------------------
Peter Robinson (2):
      drivers: video: rockchip: fix building eDP and LVDS drivers
      video: simple_panel: add boe,nv140fhmn49 display

 drivers/video/rockchip/rk_edp.c  | 1 +
 drivers/video/rockchip/rk_lvds.c | 3 ++-
 drivers/video/simple_panel.c     | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

gitlab build test passed:
https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/2941

Thanks,
Anatolij

Comments

Tom Rini April 27, 2020, 4:20 p.m. UTC | #1
On Mon, Apr 27, 2020 at 10:32:22AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit d202f67db0771247de562af5d6a5df778702857b:
> 
>   Merge branch '2020-04-25-master-imports' (2020-04-25 08:20:22 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.07-rc1
> 
> for you to fetch changes up to ea16637525ad6a49626de3fbf01e29e1af08d29f:
> 
>   video: simple_panel: add boe,nv140fhmn49 display (2020-04-26 23:04:49 +0200)
> 

Applied to u-boot/master, thanks!