mbox series

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

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

Pull-request

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

Message

Anatolij Gustschin Sept. 15, 2017, 1:12 p.m. UTC
Hi Tom,

please pull some new video patches. The full build passed:

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

The following changes since commit c98ac3487e413c71e5d36322ef3324b21c6f60f9:

  Prepare v2017.09 (2017-09-11 14:10:40 -0400)

are available in the git repository at:

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

for you to fetch changes up to 8ef05352508f99b9e69feeca17a49671cc3d0ccf:

  video: add config option to skip framebuffer clear (2017-09-12 13:40:47 +0200)

----------------------------------------------------------------
Patrick Delaunay (2):
      dm: backlight: Add CONFIG_BACKLIGHT_PWM
      dm: backlight: Add a driver for GPIO backlight

Philippe CORNU (1):
      video: add STM32 LTDC display controller

Rob Clark (2):
      video: simplefb
      video: add config option to skip framebuffer clear

 drivers/video/Kconfig            |  41 ++++
 drivers/video/Makefile           |   8 +-
 drivers/video/backlight_gpio.c   |  74 +++++++
 drivers/video/cfb_console.c      |   3 +-
 drivers/video/simplefb.c         |  73 +++++++
 drivers/video/stm32/Kconfig      |  44 +++++
 drivers/video/stm32/Makefile     |  10 +
 drivers/video/stm32/stm32_ltdc.c | 406 +++++++++++++++++++++++++++++++++++++++
 drivers/video/video-uclass.c     |   4 +-
 9 files changed, 657 insertions(+), 6 deletions(-)
 create mode 100644 drivers/video/backlight_gpio.c
 create mode 100644 drivers/video/simplefb.c
 create mode 100644 drivers/video/stm32/Kconfig
 create mode 100644 drivers/video/stm32/Makefile
 create mode 100644 drivers/video/stm32/stm32_ltdc.c

Thanks,
Anatolij

Comments

Tom Rini Sept. 22, 2017, 2:18 p.m. UTC | #1
On Fri, Sep 15, 2017 at 03:12:28PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull some new video patches. The full build passed:
> 
>   https://travis-ci.org/vdsao/u-boot-video/builds/275799369
> 
> The following changes since commit c98ac3487e413c71e5d36322ef3324b21c6f60f9:
> 
>   Prepare v2017.09 (2017-09-11 14:10:40 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git next
> 
> for you to fetch changes up to 8ef05352508f99b9e69feeca17a49671cc3d0ccf:
> 
>   video: add config option to skip framebuffer clear (2017-09-12 13:40:47 +0200)
> 

Applied to u-boot/master, thanks!