mbox series

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

Message ID 20170905134138.28c1c0ae@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 Sept. 5, 2017, 11:41 a.m. UTC
Hi Tom,

Please pull these fixes for v2017.09. The IPU and splash driver changes
passed the full build test, here is a status report:

  https://travis-ci.org/vdsao/u-boot-video/builds/271856994


The following changes since commit 0e88cdd17da393e7dd6040de6a3fda289c00a51e:

  Prepare v2017.09-rc4 (2017-09-04 09:02:48 -0400)

are available in the git repository at:

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

for you to fetch changes up to c967fb78e488c148700dc8747472d7e1d7eaec30:

  MAINTAINERS: add lcd files to video section (2017-09-05 11:17:31 +0200)

----------------------------------------------------------------
Anatolij Gustschin (2):
      video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before
      MAINTAINERS: add lcd files to video section

Niko Mauno (1):
      splash_source: Verify FIT magic

 MAINTAINERS                  | 2 ++
 common/splash_source.c       | 5 +++++
 drivers/video/ipu.h          | 1 +
 drivers/video/ipu_common.c   | 5 +++++
 drivers/video/mxc_ipuv3_fb.c | 3 +++
 5 files changed, 16 insertions(+)

Thanks,
Anatolij

Comments

Tom Rini Sept. 6, 2017, 12:35 a.m. UTC | #1
On Tue, Sep 05, 2017 at 01:41:38PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> Please pull these fixes for v2017.09. The IPU and splash driver changes
> passed the full build test, here is a status report:
> 
>   https://travis-ci.org/vdsao/u-boot-video/builds/271856994

Ah good, thanks.

> The following changes since commit 0e88cdd17da393e7dd6040de6a3fda289c00a51e:
> 
>   Prepare v2017.09-rc4 (2017-09-04 09:02:48 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to c967fb78e488c148700dc8747472d7e1d7eaec30:
> 
>   MAINTAINERS: add lcd files to video section (2017-09-05 11:17:31 +0200)
> 

Applied to u-boot/master, thanks!