mbox series

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

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

Pull-request

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

Message

Anatolij Gustschin Nov. 18, 2019, 10:39 a.m. UTC
Hi Tom,

Please pull video fixes for v2020.01.

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/1338
Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/613381403

Thanks,
Anatolij

The following changes since commit a965a8b904093c9e6790d0460d18a144cefa5e42:

  Prepare v2020.01-rc2 (2019-11-11 21:01:10 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 754815b854258abf08f50e757599e8d15c9a85bd:

  video: stm32: remove the compatible "synopsys, dw-mipi-dsi" support (2019-11-12 16:15:53 +0100)

----------------------------------------------------------------
- fix i.MX6ULL evk black screen observed while reboot stress tests
- remove "synopsys,dw-mipi-dsi" compatible to reduce the device tree
  differences between Linux and U-Boot for stm32mp1 platform

----------------------------------------------------------------
Fabio Estevam (1):
      video: mxsfb: Configure the clock after eLCDIF reset

Patrick Delaunay (1):
      video: stm32: remove the compatible "synopsys, dw-mipi-dsi" support

 arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi |  7 -------
 arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi |  5 -----
 drivers/video/dw_mipi_dsi.c              |  6 ------
 drivers/video/mxsfb.c                    |  6 +++---
 drivers/video/stm32/stm32_dsi.c          | 15 ++++++++++++++-
 5 files changed, 17 insertions(+), 22 deletions(-)

Comments

Tom Rini Nov. 18, 2019, 8:27 p.m. UTC | #1
On Mon, Nov 18, 2019 at 11:39:39AM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> Please pull video fixes for v2020.01.
> 
> gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/1338
> Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/613381403
> 
> Thanks,
> Anatolij
> 
> The following changes since commit a965a8b904093c9e6790d0460d18a144cefa5e42:
> 
>   Prepare v2020.01-rc2 (2019-11-11 21:01:10 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2020.01-rc2
> 
> for you to fetch changes up to 754815b854258abf08f50e757599e8d15c9a85bd:
> 
>   video: stm32: remove the compatible "synopsys, dw-mipi-dsi" support (2019-11-12 16:15:53 +0100)
> 

Applied to u-boot/master, thanks!