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

2019-11-25 Thread Tom Rini
On Sun, Nov 24, 2019 at 10:07:40PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0:
> 
>   Merge tag 'u-boot-rockchip-20191124' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23 20:50:11 
> -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
> tags/fixes-for-v2020.01
> 
> for you to fetch changes up to beeb57f0a66658aacad3f12f1a31e65f5d22e46d:
> 
>   Revert "video: mxsfb: Configure the clock after eLCDIF reset" (2019-11-24 
> 21:50:44 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-24 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 9a0cbae22a613dfd55e15565785749b74c19fdf0:

  Merge tag 'u-boot-rockchip-20191124' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-11-23 20:50:11 
-0500)

are available in the Git repository at:

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

for you to fetch changes up to beeb57f0a66658aacad3f12f1a31e65f5d22e46d:

  Revert "video: mxsfb: Configure the clock after eLCDIF reset" (2019-11-24 
21:50:44 +0100)


- fix mxsfb regression on pico-imx7d and imx7d-sabre


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

 drivers/video/mxsfb.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-18 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-18 Thread Anatolij Gustschin
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(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-01 Thread Anatolij Gustschin
On Fri, 1 Nov 2019 17:48:27 -0400
Tom Rini tr...@konsulko.com wrote:
...
> >   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
> > tags/video-for-2020.01-rc1  
> 
> Can you please check your project settings?  I think there's something
> set such that this is private, not public, and I have to fetch it via
> git+ssh rather than https.

The project is public, but view/edit was set for members only.
I've changed to everyone with access, it should be visible now.

--
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-11-01 Thread Tom Rini
On Thu, Oct 31, 2019 at 02:35:03PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull this build issue fix. gitlab CI and Travis builds were okay.
> 
> Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/605380757
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 412326d1bc2d346d7b4faad6fa547eaf065681a2:
> 
>   Merge tag 'u-boot-clk-23Oct2019' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2019-10-30 13:13:46 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
> tags/video-for-2020.01-rc1

Can you please check your project settings?  I think there's something
set such that this is private, not public, and I have to fetch it via
git+ssh rather than https.

> for you to fetch changes up to 2ad8494c0fd7279aa9a7f73aff3fc38895e77711:
> 
>   splash: fix build breakage with newer llvm-7 (2019-10-31 09:10:34 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-10-31 Thread Anatolij Gustschin
Hi Tom,

please pull this build issue fix. gitlab CI and Travis builds were okay.

Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/605380757

Thanks,
Anatolij

The following changes since commit 412326d1bc2d346d7b4faad6fa547eaf065681a2:

  Merge tag 'u-boot-clk-23Oct2019' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2019-10-30 13:13:46 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 2ad8494c0fd7279aa9a7f73aff3fc38895e77711:

  splash: fix build breakage with newer llvm-7 (2019-10-31 09:10:34 +0100)


 - fix splash build breakage with newer llvm-7


Anatolij Gustschin (1):
  splash: fix build breakage with newer llvm-7

 common/splash.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-10-14 Thread Tom Rini
On Mon, Oct 14, 2019 at 11:40:13AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull video updates for v2020.01.
> 
> Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/597379178
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 7a779ed1755c2d5011bd9598da90291f759ae760:
> 
>   travis: Exclude MIPS from the bcm job (2019-10-13 11:21:56 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
> tags/video-for-2020.01
> 
> for you to fetch changes up to d68ed0fad6bb880bd2bbcc1d86cfc9ba971f856f:
> 
>   stm32mp1: configs: add display devices (2019-10-13 23:40:15 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-10-14 Thread Anatolij Gustschin
Hi Tom,

please pull video updates for v2020.01.

Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/597379178

Thanks,
Anatolij

The following changes since commit 7a779ed1755c2d5011bd9598da90291f759ae760:

  travis: Exclude MIPS from the bcm job (2019-10-13 11:21:56 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
tags/video-for-2020.01

for you to fetch changes up to d68ed0fad6bb880bd2bbcc1d86cfc9ba971f856f:

  stm32mp1: configs: add display devices (2019-10-13 23:40:15 +0200)


- panel bridge support in stm32 ltdc
- DSI host uclass
- sandbox DSI host uclass test driver and DSI host test
- MIPI DSI helpers
- Synopsys Designware MIPI DSI host bridge driver
- STM32 DSI controller driver
- OTM800A and RM68200 panel support
- DSI host updates for stm32f769 and stm32mp1 dtsi files
- splash screen for stm32f769 and stm32mp1 boards
- stm32 defconfig updates for display support


Yannick Fertré (14):
  video: stm32: stm32_ltdc: add bridge to display controller
  include: Add new DCS commands in the enum list
  video: add support of MIPI DSI interface
  dm: Add a dsi host uclass
  video: add MIPI DSI host controller bridge
  video: add support of STM32 MIPI DSI controller driver
  video: add support of panel OTM8009A
  video: add support of panel RM68200
  board: Add STM32F769 SoC, discovery board support
  ARM: dts: stm32f769: add display for STM32F769 disco board
  ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board
  ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 board
  stm32mp1: configs: update video
  stm32mp1: configs: add display devices

 arch/arm/dts/stm32f769-disco-u-boot.dtsi |  62 +++
 arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi |   7 +
 arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi |   5 +
 arch/sandbox/dts/sandbox.dts |   6 +-
 arch/sandbox/dts/test.dts|   4 +
 board/st/stm32f746-disco/MAINTAINERS |   1 +
 configs/sandbox_defconfig|   1 +
 configs/stm32f769-disco_defconfig|  63 +++
 configs/stm32mp15_basic_defconfig|   6 +
 configs/stm32mp15_optee_defconfig|   6 +
 configs/stm32mp15_trusted_defconfig  |   6 +
 drivers/video/Kconfig|  47 ++
 drivers/video/Makefile   |   6 +
 drivers/video/dsi-host-uclass.c  |  39 ++
 drivers/video/dw_mipi_dsi.c  | 838 +++
 drivers/video/mipi_dsi.c | 828 ++
 drivers/video/orisetech_otm8009a.c   | 379 ++
 drivers/video/raydium-rm68200.c  | 351 +
 drivers/video/sandbox_dsi_host.c |  90 
 drivers/video/stm32/Kconfig  |   9 +
 drivers/video/stm32/Makefile |   1 +
 drivers/video/stm32/stm32_dsi.c  | 490 ++
 drivers/video/stm32/stm32_ltdc.c | 143 +++---
 include/configs/stm32mp1.h   |   7 +
 include/dm/uclass-id.h   |   1 +
 include/dsi_host.h   |  73 +++
 include/mipi_display.h   |   8 +
 include/mipi_dsi.h   | 466 +
 test/dm/Makefile |   1 +
 test/dm/dsi_host.c   |  58 +++
 30 files changed, 3941 insertions(+), 61 deletions(-)
 create mode 100644 configs/stm32f769-disco_defconfig
 create mode 100644 drivers/video/dsi-host-uclass.c
 create mode 100644 drivers/video/dw_mipi_dsi.c
 create mode 100644 drivers/video/mipi_dsi.c
 create mode 100644 drivers/video/orisetech_otm8009a.c
 create mode 100644 drivers/video/raydium-rm68200.c
 create mode 100644 drivers/video/sandbox_dsi_host.c
 create mode 100644 drivers/video/stm32/stm32_dsi.c
 create mode 100644 include/dsi_host.h
 create mode 100644 include/mipi_dsi.h
 create mode 100644 test/dm/dsi_host.c
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-09-22 Thread Tom Rini
On Sun, Sep 22, 2019 at 09:50:47PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull sunxi hdmi and splash fixes for v2019.10-rc3.
> 
> Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/587791479
> 
> Thanks,
> Anatolij
> 
> The following changes since commit aa8c6294ed32b4fcf7a9a27526c7346325d8c928:
> 
>   Merge branch '2019-09-19-master-imports' (2019-09-20 10:48:53 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
> tags/fixes-for-2019.10
> 
> for you to fetch changes up to f34e7fc29b32066a8af6c4d22a1f6e0fbfd8e6db:
> 
>   sunxi: video: HDMI: Fix LCD clock divider (2019-09-21 10:52:57 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-09-22 Thread Anatolij Gustschin
Hi Tom,

please pull sunxi hdmi and splash fixes for v2019.10-rc3.

Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/587791479

Thanks,
Anatolij

The following changes since commit aa8c6294ed32b4fcf7a9a27526c7346325d8c928:

  Merge branch '2019-09-19-master-imports' (2019-09-20 10:48:53 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
tags/fixes-for-2019.10

for you to fetch changes up to f34e7fc29b32066a8af6c4d22a1f6e0fbfd8e6db:

  sunxi: video: HDMI: Fix LCD clock divider (2019-09-21 10:52:57 +0200)


- fix sunxi LCD clock divider
- fix splash logo with DM_VIDEO and CONFIG_VIDEO_LOGO
- fix splash banner output with DM_VIDEO


Anatolij Gustschin (8):
  splash: fix logo drawing if CONFIG_VIDEO_LOGO enabled
  imx: wandboard: fix splash logo drawing
  imx: mx6sabresd: fix splash logo drawing
  imx: apalis_imx6: fix splash logo drawing
  imx: icore: fix splash logo drawing
  imx: colibri_imx6: fix splash logo drawing
  imx: mx6sabreauto: fix splash logo drawing
  splash: fix splash banner output

Mark Kettenis (1):
  sunxi: video: HDMI: Fix LCD clock divider

 common/splash.c  | 81 ++--
 configs/imx6dl_icore_nand_defconfig  |  2 +
 configs/imx6q_icore_nand_defconfig   |  2 +
 configs/imx6qdl_icore_mmc_defconfig  |  2 +
 configs/imx6qdl_icore_nand_defconfig |  2 +
 configs/mx6sabreauto_defconfig   |  2 +
 configs/mx6sabresd_defconfig |  2 +
 configs/wandboard_defconfig  |  2 +
 drivers/video/sunxi/sunxi_dw_hdmi.c  |  2 +-
 include/configs/apalis_imx6.h|  1 +
 include/configs/colibri_imx6.h   |  1 +
 include/configs/imx6-engicam.h   |  1 +
 include/configs/mx6sabre_common.h|  1 +
 include/configs/wandboard.h  |  1 +
 14 files changed, 98 insertions(+), 4 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-31 Thread Tom Rini
On Tue, Jul 30, 2019 at 08:07:54PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> here some more video patches I missed to include in the recent pull request.
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/565440648
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 970baf16d1322d3930a57fc78ddfb15d594d690c:
> 
>   video: arm: rpi: Bail out early if querying video information fails 
> (2019-07-29 10:14:04 +0200)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git 
> tags/video-for-2019.10-rc1
> 
> for you to fetch changes up to 42a7ce27d97022f4abbba142dfa00d1450512f0a:
> 
>   mxc_ipuv3_fb.c: enable a backlight on a panel (2019-07-30 12:58:33 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-30 Thread Anatolij Gustschin
Hi Tom,

here some more video patches I missed to include in the recent pull request.
Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/565440648

Thanks,
Anatolij

The following changes since commit 970baf16d1322d3930a57fc78ddfb15d594d690c:

  video: arm: rpi: Bail out early if querying video information fails 
(2019-07-29 10:14:04 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 42a7ce27d97022f4abbba142dfa00d1450512f0a:

  mxc_ipuv3_fb.c: enable a backlight on a panel (2019-07-30 12:58:33 +0200)


- fix EDID mode filtering
- extend mxc_ipuv3_fb to enable backlight/display
- include fb_base in global_data for DM_VIDEO
- show frame buffer address via board info
  as used to be with legacy VIDEO support


Heiko Schocher (5):
  global_data: enable fb_base for DM_VIDEO
  mxc_ipuv3_fb.c: set gd->fb_base
  bdinfo: show fb base with DM_VIDEO
  mxc_ipuv3_fb.c: call display_enable
  mxc_ipuv3_fb.c: enable a backlight on a panel

Neil Armstrong (1):
  edid: fix edid_get_timing_validate() mode_valid lookup

 cmd/bdinfo.c  |  2 +-
 common/edid.c |  4 +++-
 drivers/video/imx/mxc_ipuv3_fb.c  | 20 
 include/asm-generic/global_data.h |  2 +-
 4 files changed, 25 insertions(+), 3 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-29 Thread Tom Rini
On Mon, Jul 29, 2019 at 11:09:00AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull video patches for v2019.10.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/564743256
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 75551c8bfc9545e31ec2ce238cac3857904007b8:
> 
>   Merge branch '2019-07-26-ti-imports' (2019-07-27 19:50:52 -0400)
> 
> are available in the Git repository at:
> 
>   g...@gitlab.denx.de:u-boot/custodians/u-boot-video.git 
> tags/video-for-2019.10
> 
> for you to fetch changes up to 970baf16d1322d3930a57fc78ddfb15d594d690c:
> 
>   video: arm: rpi: Bail out early if querying video information fails 
> (2019-07-29 10:14:04 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-29 Thread Anatolij Gustschin
Hi Tom,

please pull video patches for v2019.10.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/564743256

Thanks,
Anatolij

The following changes since commit 75551c8bfc9545e31ec2ce238cac3857904007b8:

  Merge branch '2019-07-26-ti-imports' (2019-07-27 19:50:52 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-video.git tags/video-for-2019.10

for you to fetch changes up to 970baf16d1322d3930a57fc78ddfb15d594d690c:

  video: arm: rpi: Bail out early if querying video information fails 
(2019-07-29 10:14:04 +0200)


- dcu and imx7 DM_VIDEO conversion
- lb070wv8 compatible in simple_panel driver
- bmp_logo improvements for DM_VIDEO
- EDID updates to filter supported modes
- meson_dw_hdmi: support EDID mode filtering
- dw_hdmi: support ddc-i2c-bus phandle for external I2C masters
- fix rpi crash when firmware doesn't report connected display


Fabian Vogt (1):
  video: arm: rpi: Bail out early if querying video information fails

Heiko Schocher (2):
  video, simple_panel: add lg,lb070wv8 display
  bmp_logo: support CONFIG_DM_VIDEO

Igor Opaniuk (10):
  video: fsl_dcu_fb: refactor init functions
  video: fsl_dcu_fb: add DM_VIDEO support
  ARM: dts: colibri_vf: Add dcu0 node
  colibri_vf: enable DM_VIDEO
  video: mxsfb: fix mxsfb fbdev binding issues
  ARM: dts: colibri_imx7: Fix lcdif node definition
  configs: colibri_imx7: enable DM_VIDEO
  colibri-imx6ull: support building with DM_VIDEO=y
  ARM: dts: colibri-imx6ull: extend lcdif node
  configs: colibri-imx6ull: switch to DM_VIDEO

Neil Armstrong (3):
  edid: add edid_get_timing_validate() variant to filter out edid modes
  video: display: use edid_get_timing_validate() variant to filter 
supported EDID modes
  video: meson: dw-hdmi: add EDID mode filtering to only select supported 
modes

Niklas Schulze (1):
  video: dw_hdmi: Add support for ddc-i2c-bus property

 arch/arm/dts/imx6ull-colibri.dts  |  32 +
 arch/arm/dts/imx7-colibri.dtsi|  47 
 arch/arm/dts/vf-colibri-u-boot.dtsi   |   4 +
 arch/arm/dts/vf-colibri.dtsi  |   5 +
 arch/arm/dts/vf.dtsi  |   6 +
 arch/arm/mach-imx/mx6/soc.c   |   2 +-
 board/freescale/ls1021aiot/dcu.c  |   9 +-
 board/freescale/ls1021aqds/dcu.c  |   6 +-
 board/freescale/ls1021atwr/dcu.c  |   5 +-
 board/toradex/colibri_vf/colibri_vf.c |   4 +-
 board/toradex/colibri_vf/dcu.c|   6 +-
 common/edid.c |  22 +++-
 configs/colibri-imx6ull_defconfig |   2 +-
 configs/colibri_imx7_defconfig|   2 +-
 configs/colibri_vf_defconfig  |   2 +-
 drivers/video/Kconfig |   2 +-
 drivers/video/bcm2835.c   |   4 +-
 drivers/video/display-uclass.c|  15 ++-
 drivers/video/dw_hdmi.c   |  13 +++
 drivers/video/fsl_dcu_fb.c| 213 --
 drivers/video/meson/meson_dw_hdmi.c   |  10 ++
 drivers/video/mxsfb.c |  74 ++--
 drivers/video/rockchip/rk_hdmi.c  |   3 +
 drivers/video/simple_panel.c  |   1 +
 drivers/video/sunxi/sunxi_dw_hdmi.c   |   3 +
 include/configs/colibri-imx6ull.h |   2 +-
 include/display.h |  10 ++
 include/dw_hdmi.h |   1 +
 include/edid.h|  22 
 include/fsl_dcu_fb.h  |  12 +-
 tools/Makefile|   6 +
 tools/bmp_logo.c  |  42 +--
 32 files changed, 455 insertions(+), 132 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-07 Thread Tom Rini
On Sun, Jul 07, 2019 at 03:58:19PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull pwm backlight fix for v2019.07.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/555133134
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:
> 
>   board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)
> 
> are available in the Git repository at:
> 
>   g...@gitlab.denx.de:u-boot/custodians/u-boot-video.git 
> tags/video-for-2019.07
> 
> for you to fetch changes up to a2c4ef097774e70f0afc4ab25f53b769c6da3397:
> 
>   video: backlight: fix pwm inversion (2019-07-06 23:31:52 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-07 Thread Anatolij Gustschin
Hi Tom,

please pull pwm backlight fix for v2019.07.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/555133134

Thanks,
Anatolij

The following changes since commit 1f83431f0053f6fb20c511c391ffc687433848cf:

  board: amlogic: add mailing-list to MAINTAINERS (2019-07-04 11:36:52 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-video.git tags/video-for-2019.07

for you to fetch changes up to a2c4ef097774e70f0afc4ab25f53b769c6da3397:

  video: backlight: fix pwm inversion (2019-07-06 23:31:52 +0200)


- fix pwm backlight


Marc Dietrich (1):
  video: backlight: fix pwm inversion

 drivers/video/pwm_backlight.c | 3 +++
 1 file changed, 3 insertions(+)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-06-10 Thread Tom Rini
On Mon, Jun 10, 2019 at 12:06:29PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull video fixes and mxsfb DM_VIDEO conversion for v2019.07.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/541462360
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 38c2a8a00132b4dcc6a0bb5baf5146b9eb9eb2d2:
> 
>   Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi (2019-06-02 
> 18:19:45 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.07-rc3
> 
> for you to fetch changes up to f944b15966d410fd81f6051a836f86d5263f617e:
> 
>   video: meson: hdmi-supply regulator should be optional (2019-06-05 10:51:46 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-06-10 Thread Anatolij Gustschin
Hi Tom,

please pull video fixes and mxsfb DM_VIDEO conversion for v2019.07.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/541462360

Thanks,
Anatolij

The following changes since commit 38c2a8a00132b4dcc6a0bb5baf5146b9eb9eb2d2:

  Merge tag 'efi-2019-07-rc4' of git://git.denx.de/u-boot-efi (2019-06-02 
18:19:45 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.07-rc3

for you to fetch changes up to f944b15966d410fd81f6051a836f86d5263f617e:

  video: meson: hdmi-supply regulator should be optional (2019-06-05 10:51:46 
+0200)


- mxsfb DM_VIDEO conversion
- splash fix for DM_VIDEO configurations
- meson HDMI fix for boards without hdmi-supply regulator


Igor Opaniuk (8):
  splash: display splash in DM_VIDEO configurations
  colibri imx6/t20: enable CONFIG_SYS_WHITE_ON_BLACK
  video: mxsfb: change mxs_lcd_init signature
  video: mxsfb: reorder includes
  video: mxsfb: refactor video_hw_init()
  video: mxsfb: add DM_VIDEO support
  ARM: dts: colibri_imx7: Add lcdif node
  colibri_imx7_emmc: enable DM_VIDEO

Maxime Jourdan (1):
  video: meson: hdmi-supply regulator should be optional

 arch/arm/dts/imx7-colibri-emmc.dts  |   2 +
 arch/arm/dts/imx7-colibri.dtsi  |  28 +
 arch/arm/mach-imx/cpu.c |   2 +-
 arch/arm/mach-imx/mx7/soc.c |   2 +-
 common/lcd.c|  13 +--
 common/splash.c |  16 ++-
 common/stdio.c  |   4 +
 configs/colibri_imx6_defconfig  |   1 +
 configs/colibri_imx7_emmc_defconfig |   2 +-
 configs/colibri_t20_defconfig   |   1 +
 drivers/video/meson/meson_dw_hdmi.c |  14 ++-
 drivers/video/mxsfb.c   | 219 +---
 include/configs/colibri_imx7.h  |   2 +-
 include/splash.h|   6 +-
 14 files changed, 250 insertions(+), 62 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-21 Thread Tom Rini
On Mon, May 20, 2019 at 04:39:25PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull video updates for v2019.07-rc3. cx9020 DM_VIDEO migration and
> splash source patches have been submitted to the list before merge window
> for v2019.07 closed, so I'm including them with some video fixes here.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/534729949
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2019-05-16 
> 07:09:59 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-for-2019.07-rc3
> 
> for you to fetch changes up to e63168a9ffae18f807f59925bb5d9d4623633e46:
> 
>   video: Factor out vidconsole_put_string() (2019-05-20 12:00:05 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-20 Thread Anatolij Gustschin
Hi Tom,

please pull video updates for v2019.07-rc3. cx9020 DM_VIDEO migration and
splash source patches have been submitted to the list before merge window
for v2019.07 closed, so I'm including them with some video fixes here.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/534729949

Thanks,
Anatolij

The following changes since commit 98b3156b0df4b0df9cb3a0bbfc240d0c4edd2638:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung (2019-05-16 
07:09:59 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-for-2019.07-rc3

for you to fetch changes up to e63168a9ffae18f807f59925bb5d9d4623633e46:

  video: Factor out vidconsole_put_string() (2019-05-20 12:00:05 +0200)


- update for using splashfile instead of location->name
  when loading the splash image from a FIT
- updates for loading internal and external splash data from FIT
- DM_GPIO/DM_VIDEO migration for mx53 cx9020 board
- fix boot issue on mx6sabresd board after DM_VIDEO migration
- increase the max preallocated framebuffer BPP to 32 in ipuv3
  driver to prepare for configurations with higher color depth
- allow to use vidconsole_put_string() in board code for text
  output on LCD displays


Leo Ruan (2):
  splash: Use splashfile instead of location->name
  splash: Load internal and external data from FIT

Marek Vasut (2):
  video: ipuv3: Set max display bpp to 32
  video: Factor out vidconsole_put_string()

Peng Fan (1):
  imx: mx6sabresd: fix boot hang with video

Steffen Dirkwinkel (6):
  dm: arm: imx: cx9020: enable DM_GPIO
  dm: arm: imx: video: add compatible for imx53-ipu
  arm: imx: add ipu to imx53.dts and set dm-pre-reloc
  dm: arm: imx: cx9020: migrate to dm_video
  dm: arm: imx: cx9020: remove unused mmc functions
  arm: imx: cx9020: remove unnecessary includes

 arch/arm/dts/imx53.dtsi  | 137 +++
 arch/arm/dts/imx6q.dtsi  |   1 +
 arch/arm/dts/imx6qdl.dtsi|   1 +
 board/beckhoff/mx53cx9020/Makefile   |   2 +-
 board/beckhoff/mx53cx9020/mx53cx9020.c   |  95 ---
 board/beckhoff/mx53cx9020/mx53cx9020_video.c |  52 +-
 common/splash_source.c   |  65 -
 configs/mx53cx9020_defconfig |   5 +-
 configs/mx6sabresd_defconfig |   3 +-
 doc/README.splashprepare |   9 +-
 drivers/video/imx/mxc_ipuv3_fb.c |   3 +-
 drivers/video/vidconsole-uclass.c|  17 +++-
 include/configs/mx53cx9020.h |   6 +-
 include/video_console.h  |  16 
 test/dm/video.c  |   8 --
 15 files changed, 271 insertions(+), 149 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-17 Thread Tom Rini
On Sun, Apr 14, 2019 at 08:10:51PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull video updates for v2019.07-rc1.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/51990
> 
> Thanks,
> Anatolij
> 
> The following changes since commit cf5eebeb18f7790d5030eb94f51fca0ebcd6e406:
> 
>   Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dm (2019-04-13 
> 08:27:35 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-for-2019.07-rc1
> 
> for you to fetch changes up to 7b64a70a3a0113f9cd5356b3260d4740edb03265:
> 
>   sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme (2019-04-14 
> 14:18:48 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-14 Thread Anatolij Gustschin
Hi Tom,

please pull video updates for v2019.07-rc1.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/51990

Thanks,
Anatolij

The following changes since commit cf5eebeb18f7790d5030eb94f51fca0ebcd6e406:

  Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dm (2019-04-13 08:27:35 
-0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-for-2019.07-rc1

for you to fetch changes up to 7b64a70a3a0113f9cd5356b3260d4740edb03265:

  sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme (2019-04-14 
14:18:48 +0200)


- optional backlight PWM polarity config via polarity cell
- bug fix for ASCII characters > 127
- ANSI sequence handling extensions (implement clear line,
  reverse video and relative cursor movement commands)
- preparation for doing character set translations
- left/right and up/down arrow keys translation to ANSI
  control sequences for cursor movement to fix selection
  with an USB keyboard in bootmenu
- CONFIG_SYS_WHITE_ON_BLACK font scheme configuration for
  sunxi boards


Andre Przywara (7):
  video/console: Fix DM_VIDEO font glyph array indexing
  video/console: Implement reverse video ANSI sequence for DM_VIDEO
  video/console: Implement relative cursor movement ANSI handling
  video/console: Implement ANSI clear line command
  video/console: Factor out actual character output
  usb: kbd: Properly translate up/down arrow keys
  sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme

Stefan Mavrodiev (1):
  video: backlight: Parse PWM polarity cell

 common/usb_kbd.c  |  24 -
 drivers/video/Kconfig |   2 +-
 drivers/video/console_normal.c|   3 +-
 drivers/video/console_rotate.c|   7 +--
 drivers/video/pwm_backlight.c |  11 
 drivers/video/vidconsole-uclass.c | 111 --
 drivers/video/video-uclass.c  |   1 +
 include/configs/sunxi-common.h|   1 -
 include/video.h   |   2 +
 9 files changed, 138 insertions(+), 24 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-01 Thread Tom Rini
On Fri, Mar 29, 2019 at 10:37:18PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull sunxi HDMI clock fix for v2019.04-rc4.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/512749325
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636:
> 
>   Merge branch '2019-03-25-master-imports' (2019-03-26 23:17:21 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-fixes-for-2019.04-rc4
> 
> for you to fetch changes up to 1feed358ed15d795929cd6618b2f450719dbe416:
> 
>   sunxi: video: HDMI: Fix clock setup (2019-03-28 23:45:41 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-29 Thread Anatolij Gustschin
Hi Tom,

please pull sunxi HDMI clock fix for v2019.04-rc4.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/512749325

Thanks,
Anatolij

The following changes since commit 2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636:

  Merge branch '2019-03-25-master-imports' (2019-03-26 23:17:21 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-fixes-for-2019.04-rc4

for you to fetch changes up to 1feed358ed15d795929cd6618b2f450719dbe416:

  sunxi: video: HDMI: Fix clock setup (2019-03-28 23:45:41 +0100)


sunxi HDMI clock fix


Jernej Skrabec (1):
  sunxi: video: HDMI: Fix clock setup

 drivers/video/sunxi/sunxi_dw_hdmi.c | 62 ++---
 1 file changed, 37 insertions(+), 25 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-18 Thread Tom Rini
On Sat, Feb 16, 2019 at 11:57:04PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull some video updates for v2019.04-rc2.
> 
> Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/493827675
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 63f7e3fca391a50a499fed828fe16325fdee45f3:
> 
>   Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2019-02-13 
> 07:12:29 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-for-2019.04-rc2
> 
> for you to fetch changes up to e25710305da0f087a374ad41d5fa1f244469f6f2:
> 
>   video: bmp: Add support for 24bpp BMP files on 16bpp displays (2019-02-15 
> 16:51:12 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-16 Thread Anatolij Gustschin
Hi Tom,

please pull some video updates for v2019.04-rc2.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/493827675

Thanks,
Anatolij

The following changes since commit 63f7e3fca391a50a499fed828fe16325fdee45f3:

  Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2019-02-13 
07:12:29 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-for-2019.04-rc2

for you to fetch changes up to e25710305da0f087a374ad41d5fa1f244469f6f2:

  video: bmp: Add support for 24bpp BMP files on 16bpp displays (2019-02-15 
16:51:12 +0100)


- sunxi display DDC probe fallback
- support 24bpp BMP files on 16bpp displays


Priit Laes (2):
  sunxi: display: Move DDC PLL setup to HDMI init
  sunxi: display: Implement fallback to ddc probe when hpd fails

Stefan Roese (1):
  video: bmp: Add support for 24bpp BMP files on 16bpp displays

 drivers/video/sunxi/sunxi_display.c | 42 -
 drivers/video/video_bmp.c   | 23 ++--
 2 files changed, 45 insertions(+), 20 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-01 Thread Tom Rini
On Thu, Jan 31, 2019 at 01:36:00PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull some video updates for v2019.04-rc1.
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 2f41ade79e5969ebea03a7dcadbeae8e03787d7e:
> 
>   linker: Modify linker scripts to be more generic (2019-01-26 22:55:53 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.04-rc1
> 
> for you to fetch changes up to 6df07d854b9ee81d31fafcd83724bed7fb1fd6d7:
> 
>   ihs_video_out: Fix error handling (2019-01-28 21:29:25 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-31 Thread Anatolij Gustschin
On Thu, 31 Jan 2019 13:36:00 +0100
Anatolij Gustschin ag...@denx.de wrote:
...
> please pull some video updates for v2019.04-rc1.

Travis CI: https://travis-ci.org/vdsao/u-boot-video/builds/485617069

--
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-31 Thread Anatolij Gustschin
Hi Tom,

please pull some video updates for v2019.04-rc1.

Thanks,
Anatolij

The following changes since commit 2f41ade79e5969ebea03a7dcadbeae8e03787d7e:

  linker: Modify linker scripts to be more generic (2019-01-26 22:55:53 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.04-rc1

for you to fetch changes up to 6df07d854b9ee81d31fafcd83724bed7fb1fd6d7:

  ihs_video_out: Fix error handling (2019-01-28 21:29:25 +0100)


- ihs and imx driver fixes
- relax EDID validation checks for 0 hsync/vsync
  pulse width (support some quirky displays)


Mario Six (1):
  ihs_video_out: Fix error handling

Priit Laes (1):
  videomodes: Relax EDID validation checks for hsync/vsync pulse width

Ye Li (1):
  imx: video: Fix return value issue

 arch/arm/mach-imx/video.c | 4 ++--
 drivers/video/ihs_video_out.c | 6 +++---
 drivers/video/videomodes.c| 2 --
 3 files changed, 5 insertions(+), 7 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-04 Thread Tom Rini
On Thu, Jan 03, 2019 at 07:48:18PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull some video updates for v2019.01.
> 
> Thanks,
> Anatolij
> 
> The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c:
> 
>   Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-boot (2018-12-27 
> 12:59:01 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/for-v2019.01
> 
> for you to fetch changes up to daaba089f9dd3eee779a995abccc7e9c12a4d8bf:
> 
>   dm: video: fix test failures with enabled default TrueType font (2018-12-29 
> 11:28:59 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-03 Thread Anatolij Gustschin
Hi Tom,

please pull some video updates for v2019.01.

Thanks,
Anatolij

The following changes since commit bea3d826203f90507ff32ed24bd0a3c53479e55c:

  Merge tag 'signed-efi-2019.01' of git://github.com/agraf/u-boot (2018-12-27 
12:59:01 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/for-v2019.01

for you to fetch changes up to daaba089f9dd3eee779a995abccc7e9c12a4d8bf:

  dm: video: fix test failures with enabled default TrueType font (2018-12-29 
11:28:59 +0100)


TrueType fixes and documentation


Anatolij Gustschin (1):
  dm: video: fix test failures with enabled default TrueType font

Simon Glass (3):
  video: Add information about using TrueType fonts
  video: Add a default TrueType font
  video: rockchip: Use TrueType fonts with jerry

 configs/chromebook_jerry_defconfig |  3 ++-
 doc/README.video   | 20 
 drivers/video/fonts/Kconfig|  1 +
 test/dm/video.c|  6 +++---
 4 files changed, 26 insertions(+), 4 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-05 Thread Tom Rini
On Wed, Dec 05, 2018 at 01:53:41AM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull some video updates for v2019.01.
> 
> https://travis-ci.org/vdsao/u-boot-video/builds/463489627
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 8f5bfb7615e82ffccebf79530b08034f81e56268:
> 
>   Merge tag 'u-boot-amlogic-20181203' of git://git.denx.de/u-boot-amlogic 
> (2018-12-03 09:21:06 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.01-rc2
> 
> for you to fetch changes up to 96d82f6c860e3f7ce5c301a3d4fc5541b2ce713e:
> 
>   video: use BMP_ALIGN_CENTER define from splash.h (2018-12-04 19:47:20 +0100)
> 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-04 Thread Anatolij Gustschin
Hi Tom,

please pull some video updates for v2019.01.

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

Thanks,
Anatolij

The following changes since commit 8f5bfb7615e82ffccebf79530b08034f81e56268:

  Merge tag 'u-boot-amlogic-20181203' of git://git.denx.de/u-boot-amlogic 
(2018-12-03 09:21:06 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-video.git tags/video-updates-for-2019.01-rc2

for you to fetch changes up to 96d82f6c860e3f7ce5c301a3d4fc5541b2ce713e:

  video: use BMP_ALIGN_CENTER define from splash.h (2018-12-04 19:47:20 +0100)


video, bmp and cls command updates


Anatolij Gustschin (2):
  cmd: add clear screen 'cls' command
  video: use BMP_ALIGN_CENTER define from splash.h

Patrick Delaunay (1):
  cmd: bmp: manage centered display

Simon Glass (1):
  video: Allow driver to specify the line length

 cmd/Kconfig  |  8 
 cmd/Makefile |  1 +
 cmd/bmp.c| 18 +-
 cmd/cls.c| 35 +++
 common/lcd.c |  9 -
 drivers/pci/pci_rom.c|  1 +
 drivers/video/video-uclass.c |  4 +++-
 drivers/video/video_bmp.c|  3 +--
 include/video.h  |  4 +++-
 9 files changed, 65 insertions(+), 18 deletions(-)
 create mode 100644 cmd/cls.c
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-11-26 Thread Tom Rini
On Mon, Nov 26, 2018 at 09:43:21PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 1d6edcbfed2af33c748f2beb399810a0441888da:
> 
>   Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm (2018-11-16 
> 08:37:50 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 118f020d9a6d84b52cd533cfe5b02feae7e5bdde:
> 
>   dm: video: correctly set the cursor position (2018-11-17 11:35:39 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-11-26 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 1d6edcbfed2af33c748f2beb399810a0441888da:

  Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm (2018-11-16 08:37:50 
-0500)

are available in the Git repository at:

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

for you to fetch changes up to 118f020d9a6d84b52cd533cfe5b02feae7e5bdde:

  dm: video: correctly set the cursor position (2018-11-17 11:35:39 +0100)


Heinrich Schuchardt (1):
  dm: video: correctly set the cursor position

 drivers/video/vidconsole-uclass.c | 8 
 test/dm/video.c   | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-30 Thread Tom Rini
On Sat, Sep 29, 2018 at 11:48:46PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit bbef20d479441b01d62252cf127498c58078b2c3:
> 
>   Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze 
> (2018-09-27 08:29:10 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to c1a65a8c598d27379db91cd47d30103d76311398:
> 
>   video: Add support for Arm's Mali Display Processors (2018-09-28 19:11:44 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-29 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit bbef20d479441b01d62252cf127498c58078b2c3:

  Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblaze 
(2018-09-27 08:29:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c1a65a8c598d27379db91cd47d30103d76311398:

  video: Add support for Arm's Mali Display Processors (2018-09-28 19:11:44 
+0200)


Heinrich Schuchardt (3):
  MAINTAINERS: assign include/video*.h
  dm: video: adjust struct vidconsole_priv description
  dm: video: support more escape sequences

Liviu Dudau (3):
  include/video.h: Remove declaration of functions that don't exist.
  video: Add support for NXP's TDA19988 HDMI encoder
  video: Add support for Arm's Mali Display Processors

Mario Six (6):
  drivers: Add OSD uclass
  video_osd: Add ihs_video_out driver
  video_osd: Add osd sandbox driver and tests
  test: Add ut_asserteq_mem
  test: list: Add tests for hexdump.c
  cmd: Add osd commands

Sébastien Szymanski (1):
  video: cfb_console: flush cache in display_rle8_bitmap

 MAINTAINERS|  12 +
 arch/sandbox/dts/test.dts  |   5 +
 arch/sandbox/include/asm/test.h|   8 +
 board/gdsys/common/Makefile|   4 +
 board/gdsys/common/osd_cmd.c   | 146 +
 board/gdsys/mpc8308/Kconfig|  11 +
 cmd/Kconfig|   8 +
 cmd/Makefile   |   1 +
 cmd/osd.c  | 291 +
 configs/sandbox64_defconfig|   3 +
 configs/sandbox_defconfig  |   3 +
 configs/sandbox_flattree_defconfig |   3 +
 configs/sandbox_noblk_defconfig|   3 +
 configs/sandbox_spl_defconfig  |   3 +
 .../video/osd/gdsys,ihs_video_out.txt  |  23 +
 drivers/video/Kconfig  |  39 ++
 drivers/video/Makefile |   5 +
 drivers/video/cfb_console.c|   4 +
 drivers/video/ihs_video_out.c  | 341 +++
 drivers/video/mali_dp.c| 405 +
 drivers/video/sandbox_osd.c| 161 +
 drivers/video/sandbox_osd.h|  13 +
 drivers/video/tda19988.c   | 653 +
 drivers/video/vidconsole-uclass.c  |  75 ++-
 drivers/video/video_osd-uclass.c   |  45 ++
 include/dm/uclass-id.h |   1 +
 include/test/ut.h  |  18 +
 include/video.h|   6 -
 include/video_console.h|  28 +-
 include/video_osd.h| 192 ++
 test/Makefile  |   1 +
 test/dm/Makefile   |   1 +
 test/dm/osd.c  | 210 +++
 test/lib/Makefile  |   5 +
 test/lib/hexdump.c |  95 +++
 35 files changed, 2791 insertions(+), 31 deletions(-)
 create mode 100644 board/gdsys/common/osd_cmd.c
 create mode 100644 cmd/osd.c
 create mode 100644 doc/device-tree-bindings/video/osd/gdsys,ihs_video_out.txt
 create mode 100644 drivers/video/ihs_video_out.c
 create mode 100644 drivers/video/mali_dp.c
 create mode 100644 drivers/video/sandbox_osd.c
 create mode 100644 drivers/video/sandbox_osd.h
 create mode 100644 drivers/video/tda19988.c
 create mode 100644 drivers/video/video_osd-uclass.c
 create mode 100644 include/video_osd.h
 create mode 100644 test/dm/osd.c
 create mode 100644 test/lib/Makefile
 create mode 100644 test/lib/hexdump.c

Build logs: https://travis-ci.org/vdsao/u-boot-video/builds/434718521

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-12 Thread Tom Rini
On Sat, Aug 11, 2018 at 07:15:11PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit f05ebbf47a9dc863ff4bb084649ecb34d728b5f2:
> 
>   bcm968380gerg: Add MAINTAINERS file (2018-08-09 11:48:39 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 25a9f9747a84b36f61f575d592eddc96bce5dabb:
> 
>   video_display: Add Xilinx LogiCore DP TX (2018-08-11 09:18:44 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-11 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit f05ebbf47a9dc863ff4bb084649ecb34d728b5f2:

  bcm968380gerg: Add MAINTAINERS file (2018-08-09 11:48:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to 25a9f9747a84b36f61f575d592eddc96bce5dabb:

  video_display: Add Xilinx LogiCore DP TX (2018-08-11 09:18:44 +0200)


Mario Six (8):
  drivers: Add AXI uclass
  axi: Add ihs_axi driver
  axi: Add AXI sandbox driver and simple emulator
  sandbox: Add and build AXI bus and device
  test: Add AXI test
  cmd: Add axi command
  video: Sort Makefile entries
  video_display: Add Xilinx LogiCore DP TX

 .../devicetree/bindings/axi/gdsys,ihs_axi.txt  |   22 +
 arch/sandbox/dts/sandbox.dts   |   11 +
 arch/sandbox/dts/test.dts  |   11 +
 arch/sandbox/include/asm/axi.h |   66 +
 cmd/Kconfig|8 +
 cmd/Makefile   |1 +
 cmd/axi.c  |  352 +++
 configs/sandbox_defconfig  |3 +
 drivers/Kconfig|2 +
 drivers/Makefile   |1 +
 drivers/axi/Kconfig|   32 +
 drivers/axi/Makefile   |   12 +
 drivers/axi/axi-emul-uclass.c  |   85 +
 drivers/axi/axi-uclass.c   |   39 +
 drivers/axi/axi_sandbox.c  |   77 +
 drivers/axi/ihs_axi.c  |  293 +++
 drivers/axi/sandbox_store.c|  123 ++
 drivers/video/Kconfig  |   11 +
 drivers/video/Makefile |   43 +-
 drivers/video/logicore_dp_dpcd.h   |  341 +++
 drivers/video/logicore_dp_tx.c | 2296 
 drivers/video/logicore_dp_tx.h |   54 +
 drivers/video/logicore_dp_tx_regif.h   |  396 
 include/axi.h  |  118 +
 include/dm/uclass-id.h |2 +
 test/dm/Makefile   |1 +
 test/dm/axi.c  |   77 +
 27 files changed, 4456 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/axi/gdsys,ihs_axi.txt
 create mode 100644 arch/sandbox/include/asm/axi.h
 create mode 100644 cmd/axi.c
 create mode 100644 drivers/axi/Kconfig
 create mode 100644 drivers/axi/Makefile
 create mode 100644 drivers/axi/axi-emul-uclass.c
 create mode 100644 drivers/axi/axi-uclass.c
 create mode 100644 drivers/axi/axi_sandbox.c
 create mode 100644 drivers/axi/ihs_axi.c
 create mode 100644 drivers/axi/sandbox_store.c
 create mode 100644 drivers/video/logicore_dp_dpcd.h
 create mode 100644 drivers/video/logicore_dp_tx.c
 create mode 100644 drivers/video/logicore_dp_tx.h
 create mode 100644 drivers/video/logicore_dp_tx_regif.h
 create mode 100644 include/axi.h
 create mode 100644 test/dm/axi.c

Please pull. Thanks!

--
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-07 Thread Tom Rini
On Tue, Aug 07, 2018 at 09:25:38AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit ae5afc37204e72ebe6e6844f70afff99db3bd910:
> 
>   .travis.yml: Exclude openrd platforms (2018-07-31 19:58:23 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 28576f81823d9fbb9edc525aba5cb130882b8b1f:
> 
>   dm: panel: get timings from panel (2018-08-01 18:03:58 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-07 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit ae5afc37204e72ebe6e6844f70afff99db3bd910:

  .travis.yml: Exclude openrd platforms (2018-07-31 19:58:23 -0400)

are available in the git repository at:

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

for you to fetch changes up to 28576f81823d9fbb9edc525aba5cb130882b8b1f:

  dm: panel: get timings from panel (2018-08-01 18:03:58 +0200)


Luis Araneda (1):
  video: kconfig: remove DM_I2C dependency of I2C_EDID

Yannick Fertré (1):
  dm: panel: get timings from panel

 drivers/video/Kconfig|  1 -
 drivers/video/panel-uclass.c | 11 +++
 include/panel.h  | 18 ++
 3 files changed, 29 insertions(+), 1 deletion(-)

Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-08 Thread Tom Rini
On Mon, Jul 09, 2018 at 12:14:24AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 2121bbe49c27b2b2d865fac4e4071c5a90ae90b2:
> 
>   lib: div64: fix typeo in include/div64.h (2018-06-29 11:30:39 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 425daac481c1374313f8eae6c159368e12dc4043:
> 
>   video: arm: rpi: Add brcm,bcm2708-fb compatible (2018-07-02 15:23:50 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-08 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 2121bbe49c27b2b2d865fac4e4071c5a90ae90b2:

  lib: div64: fix typeo in include/div64.h (2018-06-29 11:30:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to 425daac481c1374313f8eae6c159368e12dc4043:

  video: arm: rpi: Add brcm,bcm2708-fb compatible (2018-07-02 15:23:50 +0200)


Emmanuel Vadot (1):
  video: arm: rpi: Add brcm,bcm2708-fb compatible

 drivers/video/bcm2835.c | 1 +
 1 file changed, 1 insertion(+)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-15 Thread Tom Rini
On Tue, May 15, 2018 at 11:50:08AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit db6b0281eca0dc4a1a40d9ef52d543b09979a1bf:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-rockchip (2018-05-14 
> 18:13:59 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 3ecec5aadd3c3039adfde6928bbe0104af4929d5:
> 
>   dts: sunxi: add PWM node for sun50i (2018-05-15 08:18:14 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-15 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit db6b0281eca0dc4a1a40d9ef52d543b09979a1bf:

  Merge branch 'master' of git://git.denx.de/u-boot-rockchip (2018-05-14 
18:13:59 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3ecec5aadd3c3039adfde6928bbe0104af4929d5:

  dts: sunxi: add PWM node for sun50i (2018-05-15 08:18:14 +0200)


Vasily Khoruzhick (4):
  sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity.
  video: dw_hdmi: fix HSYNC and VSYNC polarity settings
  pwm: sunxi: add support for PWM found on Allwinner A64
  dts: sunxi: add PWM node for sun50i

 arch/arm/dts/sun50i-a64.dtsi   |   9 ++
 arch/arm/include/asm/arch-sunxi/gpio.h |   1 +
 arch/arm/include/asm/arch-sunxi/pwm.h  |  12 +++
 drivers/pwm/Kconfig|   7 ++
 drivers/pwm/Makefile   |   1 +
 drivers/pwm/sunxi_pwm.c| 178 +
 drivers/video/dw_hdmi.c|   4 +-
 drivers/video/sunxi/sunxi_dw_hdmi.c|   4 +-
 8 files changed, 212 insertions(+), 4 deletions(-)
 create mode 100644 drivers/pwm/sunxi_pwm.c

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-24 Thread Tom Rini
On Tue, Apr 24, 2018 at 09:10:13PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 5bc0543df3079add8152afa041b887d081d71839:
> 
>   treewide: Convert CONFIG_HOSTNAME to a string option (2018-04-08 18:31:09 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 751641814c1db245695dd8f40e9c811320e69f79:
> 
>   video-uclass: Fix logical-not-parentheses warning (2018-04-24 20:57:14 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-04-24 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 5bc0543df3079add8152afa041b887d081d71839:

  treewide: Convert CONFIG_HOSTNAME to a string option (2018-04-08 18:31:09 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 751641814c1db245695dd8f40e9c811320e69f79:

  video-uclass: Fix logical-not-parentheses warning (2018-04-24 20:57:14 +0200)


Fabio Estevam (1):
  treewide: fix up files incorrectly marked executable

Tom Rini (1):
  video-uclass: Fix logical-not-parentheses warning

 drivers/video/anx9804.c  | 0
 drivers/video/video-uclass.c | 2 +-
 include/configs/blanche.h| 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 mode change 100755 => 100644 drivers/video/anx9804.c
 mode change 100755 => 100644 include/configs/blanche.h

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-19 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:

  common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59 -0400)

are available in the git repository at:

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

for you to fetch changes up to cc1b0e7b8e55bbcb1ba7dbf1109a1556e00eefc0:

  board: Add display to STM32F746 SoC discovery board (2018-03-19 11:01:43 
+0100)


Heinrich Schuchardt (4):
  video: cfb_console: simplify logical constraint
  video: stb_truetype: simplify expression
  video, da8xx-fb: fix time out in wait_for_event()
  video: exynos: remove redundant assignments

Philippe CORNU (1):
  arm: dts: stm32: add ltdc for STM32F746

yannick fertre (8):
  video: stm32: stm32_ltdc: add reset
  video: stm32: stm32_ltdc: update file header & footer
  video: stm32: stm32_ltdc: set rate of the pixel clock
  video: stm32: stm32_ltdc: missing set of line interrupt position
  video: stm32: stm32_ltdc: set the blending factor
  arm: dts: stm32: add display for STM32F746 disco board
  stm32f7: board: add splash screen
  board: Add display to STM32F746 SoC discovery board

 arch/arm/dts/stm32f746-disco.dts   |   70 +
 arch/arm/dts/stm32f746.dtsi|9 +
 board/st/stm32f746-disco/stm32f746-disco.c |9 +
 configs/stm32f746-disco_defconfig  |6 +
 drivers/video/cfb_console.c|2 +-
 drivers/video/da8xx-fb.c   |5 +-
 drivers/video/exynos/exynos_dp.c   |   12 +-
 drivers/video/stb_truetype.h   |2 +-
 drivers/video/stm32/stm32_ltdc.c   |  117 +-
 include/configs/stm32f746-disco.h  |   10 +
 include/st_logo_data.h | 3267 
 11 files changed, 3464 insertions(+), 45 deletions(-)
 create mode 100644 include/st_logo_data.h

The TravisCI build status: 
https://travis-ci.org/vdsao/u-boot-video/builds/355289588

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-13 Thread Tom Rini
On Tue, Mar 13, 2018 at 10:31:58PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 5e62f828256d66e2b28def4f9ef20a2a05c2d04f:
> 
>   Prepare v2018.03-rc4 (2018-03-05 20:27:08 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git next
> 
> for you to fetch changes up to d06717f853cd98a6a4536e5de5248e6c99a2b7bc:
> 
>   sunxi: video: mark framebuffer as EFI reserved memory (2018-03-09 18:24:49 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-13 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 5e62f828256d66e2b28def4f9ef20a2a05c2d04f:

  Prepare v2018.03-rc4 (2018-03-05 20:27:08 -0500)

are available in the git repository at:

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

for you to fetch changes up to d06717f853cd98a6a4536e5de5248e6c99a2b7bc:

  sunxi: video: mark framebuffer as EFI reserved memory (2018-03-09 18:24:49 
+0100)


Heinrich Schuchardt (6):
  dm: video: show correct colors in graphical console
  dm: video: correctly clean background in 16bit mode
  dm: video: use constants to refer to colors
  dm: video: support increased intensity (bold)
  video: indicate code page of bitmap fonts
  sunxi: video: mark framebuffer as EFI reserved memory

Kever Yang (1):
  pwm-backlight: make power-supply as option

 drivers/video/pwm_backlight.c   | 24 +-
 drivers/video/sunxi/sunxi_display.c |  8 
 drivers/video/vidconsole-uclass.c   | 88 -
 drivers/video/video-uclass.c| 38 
 include/video.h | 13 +-
 include/video_console.h | 43 ++
 include/video_font_4x6.h|  4 +-
 include/video_font_data.h   |  2 +
 test/dm/video.c |  2 +-
 9 files changed, 167 insertions(+), 55 deletions(-)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-24 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-23 Thread Anatolij Gustschin
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
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-12 Thread Tom Rini
On Thu, Jan 11, 2018 at 06:57:33PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:
> 
>   Prepare v2018.01 (2018-01-08 20:25:29 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 193f6fb9e8659b63afcd09f24fec92d70497ccf5:
> 
>   board/BuR: drop LCDC clock manipulation from board code (2018-01-11 
> 15:20:30 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-11 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:

  Prepare v2018.01 (2018-01-08 20:25:29 -0500)

are available in the git repository at:

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

for you to fetch changes up to 193f6fb9e8659b63afcd09f24fec92d70497ccf5:

  board/BuR: drop LCDC clock manipulation from board code (2018-01-11 15:20:30 
+0100)


Hannes Schmelzer (6):
  mach-omap2: add AM335x Display PLL register definition
  am335x-fb: cosmetic: update-copyright
  am335x-fb: cosmetic: fix coding style
  am335x-fb: setup display PLL
  board/BuR: provide real clock-frequency instead a divider
  board/BuR: drop LCDC clock manipulation from board code

 arch/arm/include/asm/arch-am33xx/clock.h  |  1 +
 arch/arm/mach-omap2/am33xx/clock_am33xx.c |  7 
 board/BuR/brppt1/board.c  |  3 --
 board/BuR/brxre1/board.c  |  2 -
 board/BuR/common/common.c | 14 ++-
 drivers/video/am335x-fb.c | 64 +++
 drivers/video/am335x-fb.h |  6 +--
 7 files changed, 71 insertions(+), 26 deletions(-)

Travis-CI report https://travis-ci.org/vdsao/u-boot-video/builds/327705587

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-03 Thread Tom Rini
On Wed, Jan 03, 2018 at 03:56:48PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull two fixes for video drivers. With these patches applied the
> full build passed: https://travis-ci.org/vdsao/u-boot-video/builds/324540944
> 
> The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:
> 
>   boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to f9d891f0a903820100b42f25ba47593519b6b516:
> 
>   video: Support multiple lines version string display (2018-01-03 11:53:48 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-03 Thread Anatolij Gustschin
Hi Tom,

please pull two fixes for video drivers. With these patches applied the
full build passed: https://travis-ci.org/vdsao/u-boot-video/builds/324540944

The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:

  boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)

are available in the git repository at:

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

for you to fetch changes up to f9d891f0a903820100b42f25ba47593519b6b516:

  video: Support multiple lines version string display (2018-01-03 11:53:48 
+0100)


Peng Fan (2):
  video: ipu: Fix dereferencing NULL pointer problem
  video: Support multiple lines version string display

 drivers/video/cfb_console.c | 30 +++---
 drivers/video/ipu_common.c  |  6 +-
 2 files changed, 28 insertions(+), 8 deletions(-)

Thanks,

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-29 Thread Tom Rini
On Sun, Oct 29, 2017 at 02:50:57PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull some fixes and sunxi video driver changes. The latter were
> submitted before merge window closed, so I think these should go into
> November release.
> 
> The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a:
> 
>   Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 9b73bcc6c3f9a5fdff75159fc8e1ecddf1c290e8:
> 
>   exynos: video: fix typo in DisplayPort driver (2017-10-29 14:33:55 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-29 Thread Anatolij Gustschin
Hi Tom,

please pull some fixes and sunxi video driver changes. The latter were
submitted before merge window closed, so I think these should go into
November release.

The following changes since commit 4c7a211046a3956058b512edd8533f7df031cc4a:

  Kconfig: add CONFIG_BROKEN (2017-10-23 17:28:18 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9b73bcc6c3f9a5fdff75159fc8e1ecddf1c290e8:

  exynos: video: fix typo in DisplayPort driver (2017-10-29 14:33:55 +0100)


Dongjin Kim (1):
  exynos: video: fix typo in DisplayPort driver

Icenowy Zheng (4):
  sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI
  video: sunxi: extract simplefb match code to a new file
  video: add an option for video simplefb via DT
  sunxi: setup simplefb for Allwinner DE2

Niko Mauno (1):
  video/da8xx-fb: Cache-align memory allocations

Vasily Khoruzhick (5):
  dm: video: bridge: add operation to read EDID
  video: anx9804: split out registers definitions into a separate header
  video: add anx6345 DM driver
  sunxi: video: split out PLL configuration code
  sunxi: video: add LCD support to DE2 driver

 arch/arm/include/asm/arch-sunxi/lcdc.h |   3 +
 arch/arm/mach-sunxi/Kconfig|  31 ++-
 drivers/video/Kconfig  |   8 +
 drivers/video/anx9804.c|  54 +---
 drivers/video/anx98xx-edp.h|  98 +++
 drivers/video/bridge/Kconfig   |   8 +
 drivers/video/bridge/Makefile  |   1 +
 drivers/video/bridge/anx6345.c | 426 +
 drivers/video/bridge/video-bridge-uclass.c |  10 +
 drivers/video/da8xx-fb.c   |   8 +-
 drivers/video/exynos/exynos_dp.c   |   2 +-
 drivers/video/sunxi/Makefile   |   4 +-
 drivers/video/sunxi/lcdc.c | 122 -
 drivers/video/sunxi/simplefb_common.c  |  30 ++
 drivers/video/sunxi/simplefb_common.h  |  22 ++
 drivers/video/sunxi/sunxi_de2.c|  89 ++
 drivers/video/sunxi/sunxi_display.c| 136 +
 drivers/video/sunxi/sunxi_lcd.c| 152 ++
 include/configs/sunxi-common.h |   9 +-
 include/video_bridge.h |  20 ++
 scripts/config_whitelist.txt   |   1 -
 21 files changed, 1025 insertions(+), 209 deletions(-)
 create mode 100644 drivers/video/anx98xx-edp.h
 create mode 100644 drivers/video/bridge/anx6345.c
 create mode 100644 drivers/video/sunxi/simplefb_common.c
 create mode 100644 drivers/video/sunxi/simplefb_common.h
 create mode 100644 drivers/video/sunxi/sunxi_lcd.c

Thanks,

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-09 Thread Tom Rini
On Mon, Oct 09, 2017 at 10:17:29AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit ec4e99a4a24c84069c710df3202ecb1e501ff60f:
> 
>   Merge git://git.denx.de/u-boot-mmc (2017-09-28 23:31:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 40186ee213794d1a6e47e787aa424b3587711289:
> 
>   video: test: Add ANSI escape sequence tests (2017-09-29 17:59:58 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-09 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit ec4e99a4a24c84069c710df3202ecb1e501ff60f:

  Merge git://git.denx.de/u-boot-mmc (2017-09-28 23:31:11 -0400)

are available in the git repository at:

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

for you to fetch changes up to 40186ee213794d1a6e47e787aa424b3587711289:

  video: test: Add ANSI escape sequence tests (2017-09-29 17:59:58 +0200)


Rob Clark (5):
  dm: video: Fix cache flushes
  dm: video: Add basic ANSI escape sequence support
  dm: video: Add color ANSI escape sequence support
  video: test: Helper for writing strings
  video: test: Add ANSI escape sequence tests

Wenyou Yang (5):
  board: sama5d2_xplained: Convert to CONFIG_DM_VIDEO
  board: sama5d3xek: Convert to CONFIG_DM_VIDEO
  board: sama5d4ek: Convert to CONFIG_DM_VIDEO
  board: sama5d4_xplained: Convert to CONFIG_DM_VIDEO
  board: at91sam9x5ek: Convert to CONFIG_DM_VIDEO

 arch/arm/dts/at91-sama5d2_xplained.dts  |  60 +++
 arch/arm/dts/at91-sama5d4_xplained.dts  |  25 +++
 arch/arm/dts/at91-sama5d4ek.dts |  26 +++
 arch/arm/dts/sama5d2.dtsi   |   7 +
 arch/arm/dts/sama5d36ek_cmp.dts |   1 +
 arch/arm/dts/sama5d3_lcd.dtsi   |  21 +--
 arch/arm/dts/sama5d3xdm.dtsi|  26 +++
 arch/arm/dts/sama5d4.dtsi   |  21 +--
 arch/arm/mach-at91/Kconfig  |   4 +
 board/atmel/at91sam9x5ek/at91sam9x5ek.c | 111 +
 board/atmel/common/video_display.c  |   2 +-
 board/atmel/sama5d2_xplained/sama5d2_xplained.c |  95 +--
 board/atmel/sama5d3xek/sama5d3xek.c |  83 +-
 board/atmel/sama5d4_xplained/sama5d4_xplained.c | 102 +---
 board/atmel/sama5d4ek/sama5d4ek.c   |  97 +--
 configs/at91sam9x5ek_dataflash_defconfig|   3 +-
 configs/at91sam9x5ek_mmc_defconfig  |   3 +-
 configs/at91sam9x5ek_nandflash_defconfig|   3 +-
 configs/at91sam9x5ek_spiflash_defconfig |   3 +-
 configs/sama5d2_xplained_mmc_defconfig  |   2 +
 configs/sama5d2_xplained_spiflash_defconfig |   2 +
 configs/sama5d36ek_cmp_mmc_defconfig|   3 +-
 configs/sama5d36ek_cmp_nandflash_defconfig  |   3 +-
 configs/sama5d36ek_cmp_spiflash_defconfig   |   3 +-
 configs/sama5d3xek_mmc_defconfig|   3 +-
 configs/sama5d3xek_nandflash_defconfig  |   3 +-
 configs/sama5d3xek_spiflash_defconfig   |   3 +-
 configs/sama5d4_xplained_mmc_defconfig  |   2 +
 configs/sama5d4_xplained_nandflash_defconfig|   2 +
 configs/sama5d4_xplained_spiflash_defconfig |   2 +
 configs/sama5d4ek_mmc_defconfig |   3 +-
 configs/sama5d4ek_nandflash_defconfig   |   3 +-
 configs/sama5d4ek_spiflash_defconfig|   3 +-
 drivers/video/Kconfig   |   8 +
 drivers/video/vidconsole-uclass.c   | 205 
 drivers/video/video-uclass.c|   4 +-
 include/configs/at91sam9x5ek.h  |  10 --
 include/configs/sama5d2_xplained.h  |  12 --
 include/configs/sama5d3xek.h|   9 --
 include/configs/sama5d4_xplained.h  |  11 --
 include/configs/sama5d4ek.h |   9 --
 include/video.h |   7 +
 include/video_console.h |  11 ++
 test/dm/video.c |  58 +--
 44 files changed, 495 insertions(+), 579 deletions(-)

Thanks,

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-23 Thread Anatolij Gustschin
Hi Stefano,

Please pull some imx6 patches. Building with these passed now, here is
a status report: https://travis-ci.org/vdsao/u-boot-video/builds/278969983

The following changes since commit 031426a7af63d3c939fc963311e6dc8e904a0440:

  mx6sabresd: Add Serial Download Protocol support (2017-09-20 15:34:59 +0200)

are available in the git repository at:

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

for you to fetch changes up to fbdffce800205ff27f2f7cbd377238364d6c4860:

  imx6: disable clock command and print_cpuinfo code in SPL (2017-09-23 
20:47:42 +0200)


Anatolij Gustschin (1):
  imx6: disable clock command and print_cpuinfo code in SPL

Fabio Estevam (6):
  mx6sabresd: Avoid calling setup_display() from SPL code
  cgtqmx6eval: Avoid calling setup_display() from SPL code
  wandboard: Avoid calling setup_display() from SPL code
  mx6cuboxi: Avoid calling setup_display() from SPL code
  apalis_imx6: Avoid calling setup_display() from SPL code
  colibri_imx6: Avoid calling setup_display() from SPL code

 arch/arm/mach-imx/cpu.c   |  4 ++--
 arch/arm/mach-imx/mx6/clock.c | 30 --
 board/congatec/cgtqmx6eval/cgtqmx6eval.c  |  4 ++--
 board/freescale/mx6sabresd/mx6sabresd.c   |  6 +++---
 board/solidrun/mx6cuboxi/mx6cuboxi.c  | 15 ---
 board/toradex/apalis_imx6/apalis_imx6.c   |  8 
 board/toradex/colibri_imx6/colibri_imx6.c |  7 ---
 board/wandboard/wandboard.c   |  5 ++---
 8 files changed, 41 insertions(+), 38 deletions(-)

Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-22 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-15 Thread Anatolij Gustschin
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
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-12 Thread Tom Rini
On Mon, Sep 11, 2017 at 08:44:43PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull IPU driver update. The full build passed:
> 
>  https://travis-ci.org/vdsao/u-boot-video/builds/274131739
> 
> The following changes since commit 584f316f115df52fd09a6cf699b29dcf824b4da5:
> 
>   cmd: ide: Make the first device the default one (2017-09-10 12:27:43 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to c7430d7d5efc45666476dab0da97466cb8ccff8e:
> 
>   ipu_common: Let the MX6 IPU clock be calculated in run-time (2017-09-11 
> 12:46:51 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-11 Thread Anatolij Gustschin
Hi Tom,

please pull IPU driver update. The full build passed:

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

The following changes since commit 584f316f115df52fd09a6cf699b29dcf824b4da5:

  cmd: ide: Make the first device the default one (2017-09-10 12:27:43 -0400)

are available in the git repository at:

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

for you to fetch changes up to c7430d7d5efc45666476dab0da97466cb8ccff8e:

  ipu_common: Let the MX6 IPU clock be calculated in run-time (2017-09-11 
12:46:51 +0200)


Fabio Estevam (1):
  ipu_common: Let the MX6 IPU clock be calculated in run-time

 drivers/video/ipu_common.c| 14 +-
 include/configs/advantech_dms-ba16.h  |  1 -
 include/configs/apalis_imx6.h |  1 -
 include/configs/aristainetos-common.h |  1 -
 include/configs/cgtqmx6eval.h |  5 -
 include/configs/cm_fx6.h  |  1 -
 include/configs/colibri_imx6.h|  1 -
 include/configs/embestmx6boards.h |  1 -
 include/configs/ge_bx50v3.h   |  1 -
 include/configs/gw_ventana.h  |  1 -
 include/configs/imx6-engicam.h|  1 -
 include/configs/m53evk.h  |  1 -
 include/configs/mx51evk.h |  1 -
 include/configs/mx53cx9020.h  |  1 -
 include/configs/mx53loco.h|  1 -
 include/configs/mx6cuboxi.h   |  1 -
 include/configs/mx6sabre_common.h |  5 -
 include/configs/nitrogen6x.h  |  1 -
 include/configs/novena.h  |  1 -
 include/configs/tbs2910.h |  1 -
 include/configs/wandboard.h   |  1 -
 scripts/config_whitelist.txt  |  1 -
 22 files changed, 13 insertions(+), 30 deletions(-)

Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-05 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-05 Thread Anatolij Gustschin
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
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-05 Thread Anatolij Gustschin
Hi Tom,

On Fri, 1 Sep 2017 16:16:32 -0400
Tom Rini tr...@konsulko.com wrote:
...
> Welp, that's what I get for not doing a full build cycle:
> https://travis-ci.org/trini/u-boot/jobs/270930592
> 
> I've reverted this commit for now, sorry!

Sorry, my build tests were for mx6 only. I'll fix and resubmit.

--
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-01 Thread Tom Rini
On Fri, Sep 01, 2017 at 12:57:56PM -0400, Tom Rini wrote:
> On Fri, Sep 01, 2017 at 06:50:46PM +0200, Anatolij Gustschin wrote:
> 
> > Hi Tom,
> > 
> > Please pull to fixes for v2017.09.
> > 
> > The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:
> > 
> >   mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-video.git master
> > 
> > for you to fetch changes up to 0d1ae97c0299089e85a2980ac76e924e6d4447c6:
> > 
> >   video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before 
> > (2017-08-29 15:23:55 +0200)
> > 
> 
> Applied to u-boot/master, thanks!

Welp, that's what I get for not doing a full build cycle:
https://travis-ci.org/trini/u-boot/jobs/270930592

I've reverted this commit for now, sorry!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-01 Thread Tom Rini
On Fri, Sep 01, 2017 at 06:50:46PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> Please pull to fixes for v2017.09.
> 
> The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:
> 
>   mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 0d1ae97c0299089e85a2980ac76e924e6d4447c6:
> 
>   video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before 
> (2017-08-29 15:23:55 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-01 Thread Anatolij Gustschin
Hi Tom,

Please pull to fixes for v2017.09.

The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409:

  mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400)

are available in the git repository at:

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

for you to fetch changes up to 0d1ae97c0299089e85a2980ac76e924e6d4447c6:

  video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before (2017-08-29 
15:23:55 +0200)


Anatolij Gustschin (1):
  video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before

Niko Mauno (1):
  splash_source: Verify FIT magic

 common/splash_source.c   |  5 +
 drivers/video/mxc_ipuv3_fb.c | 13 -
 2 files changed, 17 insertions(+), 1 deletion(-)

Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-19 Thread Tom Rini
On Sat, Aug 19, 2017 at 08:57:04PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 5619295995e3262bb5770e8b5e945ffdc5442145:
> 
>   Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2017-08-18 
> 18:24:58 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 021414a33248f9c1f6eb4a676f4a1fbcfa26f475:
> 
>   lcd: avoid possible NULL dereference (2017-08-19 20:42:20 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-19 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 5619295995e3262bb5770e8b5e945ffdc5442145:

  Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2017-08-18 
18:24:58 -0400)

are available in the git repository at:

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

for you to fetch changes up to 021414a33248f9c1f6eb4a676f4a1fbcfa26f475:

  lcd: avoid possible NULL dereference (2017-08-19 20:42:20 +0200)


xypron.g...@gmx.de (1):
  lcd: avoid possible NULL dereference

 common/lcd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-08 Thread Tom Rini
On Mon, Aug 07, 2017 at 09:53:41PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>   common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to b713bc8a2dbaf40ea24dbccf6da4ed02a0035eb6:
> 
>   rockchip: video: defconfig: Add mipi dsi support for evb-rk3288 (2017-08-07 
> 21:38:47 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-07 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

  common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 
-0400)

are available in the git repository at:

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

for you to fetch changes up to b713bc8a2dbaf40ea24dbccf6da4ed02a0035eb6:

  rockchip: video: defconfig: Add mipi dsi support for evb-rk3288 (2017-08-07 
21:38:47 +0200)


Bin Meng (4):
  video: Drop the l5f31188 driver
  video: Drop the sed156x driver
  video: Drop the sm501 driver
  video: Drop the ct69000 driver

eric@rock-chips.com (6):
  rockchip: defconfig: Increase max video resolution for mipi panel
  rockchip: video: mipi: Split mipi driver into common and specific parts
  rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi 
dsi
  rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi
  rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi
  rockchip: video: defconfig: Add mipi dsi support for evb-rk3288

 configs/evb-rk3288_defconfig |5 +
 configs/evb-rk3399_defconfig |1 +
 drivers/video/Kconfig|   31 +-
 drivers/video/Makefile   |4 -
 drivers/video/cfb_console.c  |   10 -
 drivers/video/ct69000.c  | 1168 --
 drivers/video/l5f31188.c |  192 --
 drivers/video/rockchip/Makefile  |4 +-
 drivers/video/rockchip/rk3288_mipi.c |  191 ++
 drivers/video/rockchip/rk3399_mipi.c |  182 ++
 drivers/video/rockchip/rk_mipi.c |  170 +
 drivers/video/rockchip/rk_mipi.h |   32 +
 drivers/video/sed156x.c  |  546 
 drivers/video/sm501.c|  225 ---
 include/sed156x.h|   26 -
 include/sm501.h  |   35 -
 scripts/config_whitelist.txt |1 -
 17 files changed, 422 insertions(+), 2401 deletions(-)
 delete mode 100644 drivers/video/ct69000.c
 delete mode 100644 drivers/video/l5f31188.c
 create mode 100644 drivers/video/rockchip/rk3288_mipi.c
 create mode 100644 drivers/video/rockchip/rk3399_mipi.c
 create mode 100644 drivers/video/rockchip/rk_mipi.h
 delete mode 100644 drivers/video/sed156x.c
 delete mode 100644 drivers/video/sm501.c
 delete mode 100644 include/sed156x.h
 delete mode 100644 include/sm501.h

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-10 Thread Tom Rini
On Fri, Jun 09, 2017 at 05:01:43PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 156d64fa55e9914b144c5e83f2a9e13d1223a4d3:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2017-06-08 12:14:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 76a5e1b7156d16fec3dfa17c5135b28d4d657f0e:
> 
>   rockchip: video: document externally visible functions for rk_vop 
> (2017-06-09 15:57:25 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-09 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 156d64fa55e9914b144c5e83f2a9e13d1223a4d3:

  Merge git://git.denx.de/u-boot-rockchip (2017-06-08 12:14:11 -0400)

are available in the git repository at:

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

for you to fetch changes up to 76a5e1b7156d16fec3dfa17c5135b28d4d657f0e:

  rockchip: video: document externally visible functions for rk_vop (2017-06-09 
15:57:25 +0200)


Jernej Skrabec (4):
  edid: Fix gcc 7.1 warning
  sunxi: video: Rename tve.c to tve_common.c
  sunxi: Add base address for TV encoder
  sunxi: video: Add support for CSC and TVE to DE2 driver

Philipp Tomsich (2):
  rockchip: video: document externally visible functions for rk_hdmi
  rockchip: video: document externally visible functions for rk_vop

Wenyou Yang (1):
  video: atmel_hlcdfb: Fix misaligned cache operation warning

 arch/arm/include/asm/arch-sunxi/cpu_sun4i.h | 10 +
 arch/arm/include/asm/arch-sunxi/display2.h  | 17 
 common/edid.c   |  2 +-
 drivers/video/atmel_hlcdfb.c|  8 +++-
 drivers/video/rockchip/rk_hdmi.h| 44 +
 drivers/video/rockchip/rk_vop.h | 34 
 drivers/video/sunxi/Makefile|  2 +-
 drivers/video/sunxi/sunxi_de2.c | 60 +++--
 drivers/video/sunxi/{tve.c => tve_common.c} |  0
 9 files changed, 161 insertions(+), 16 deletions(-)
 rename drivers/video/sunxi/{tve.c => tve_common.c} (100%)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-05-16 Thread Tom Rini
On Tue, May 16, 2017 at 12:05:48AM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 940aed8f6bacfc8c0dbaf9da0008e0a6a76463a8:
> 
>   sunxi: Add clock support for TV encoder (2017-05-15 21:22:57 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-05-15 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 940aed8f6bacfc8c0dbaf9da0008e0a6a76463a8:

  sunxi: Add clock support for TV encoder (2017-05-15 21:22:57 +0200)


Jernej Skrabec (5):
  edid: Set timings flags according to edid
  edid: Add HDMI flag to timing info
  video: dw_hdmi: Select HDMI mode only if monitor supports it
  sunxi: video: Split out TVE code
  sunxi: Add clock support for TV encoder

Philipp Tomsich (2):
  rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI
  video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP

 arch/arm/include/asm/arch-sunxi/clock_sun6i.h |   8 +-
 arch/arm/include/asm/arch-sunxi/display.h | 107 -
 arch/arm/include/asm/arch-sunxi/tve.h | 131 ++
 common/edid.c |  56 +++
 common/lcd.c  |   4 +-
 drivers/video/Kconfig |   9 ++
 drivers/video/Makefile|   1 +
 drivers/video/dw_hdmi.c   |  31 +++---
 drivers/video/rockchip/Kconfig|   1 +
 drivers/video/rockchip/Makefile   |   2 +-
 drivers/video/sunxi/Makefile  |   2 +-
 drivers/video/sunxi/sunxi_display.c   |  73 +++---
 drivers/video/sunxi/tve.c |  86 +
 drivers/video/video_bmp.c |   4 +-
 include/configs/brxre1.h  |   2 +-
 include/edid.h|  14 +++
 include/fdtdec.h  |   1 +
 scripts/config_whitelist.txt  |   1 -
 18 files changed, 341 insertions(+), 192 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-sunxi/tve.h
 create mode 100644 drivers/video/sunxi/tve.c

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-15 Thread Tom Rini
On Fri, Apr 14, 2017 at 09:00:16PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:
> 
>   ARCv2: SLC: Make sure busy bit is set properly on SLC flushing (2017-04-11 
> 17:54:31 +0300)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 7682736c891d2b6f0cce167f4ecd55d2df0f562f:
> 
>   video: Fix crash when scroll screen (2017-04-14 16:11:38 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-14 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 40a808f173008729a0c631ab84693b6a2b0dcfc9:

  ARCv2: SLC: Make sure busy bit is set properly on SLC flushing (2017-04-11 
17:54:31 +0300)

are available in the git repository at:

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

for you to fetch changes up to 7682736c891d2b6f0cce167f4ecd55d2df0f562f:

  video: Fix crash when scroll screen (2017-04-14 16:11:38 +0200)


Sanchayan Maity (1):
  Convert CONFIG_FSL_DCU_FB to Kconfig

Songjun Wu (2):
  at91: video: Support driver-model for the HLCD driver
  at91: video: DT binding for HLCDC driver

Stefan Agner (5):
  video: fsl_dcu_fb: fix framebuffer to the end of memory
  video: fsl_dcu_fb: Enable pixel clock after initialization
  video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER setting
  video: fsl_dcu_fb: add additional modes for DCU
  board: toradex: colibri_vf: Add DCU support for Colibri Vybrid

eric@rock-chips.com (1):
  video: Fix crash when scroll screen

 arch/arm/cpu/armv7/ls102xa/soc.c   |   2 +-
 arch/arm/include/asm/arch-vf610/crm_regs.h |  14 +
 arch/arm/include/asm/arch-vf610/imx-regs.h |   2 +
 arch/arm/include/asm/arch-vf610/iomux-vf610.h  |  31 ++
 arch/arm/include/asm/imx-common/iomux-v3.h |   3 +
 board/freescale/ls1021aiot/Makefile|   2 +-
 board/freescale/ls1021aqds/Makefile|   2 +-
 board/freescale/ls1021atwr/Makefile|   2 +-
 board/toradex/colibri_vf/Makefile  |   1 +
 board/toradex/colibri_vf/colibri_vf.c  |  76 +++-
 board/toradex/colibri_vf/dcu.c |  38 ++
 configs/colibri_vf_defconfig   |   4 +
 configs/ls1021aqds_ddr4_nor_defconfig  |   1 +
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig   |   1 +
 configs/ls1021aqds_nand_defconfig  |   1 +
 configs/ls1021aqds_nor_SECURE_BOOT_defconfig   |   1 +
 configs/ls1021aqds_nor_defconfig   |   1 +
 configs/ls1021aqds_nor_lpuart_defconfig|   1 +
 configs/ls1021aqds_qspi_defconfig  |   1 +
 configs/ls1021aqds_sdcard_ifc_defconfig|   1 +
 configs/ls1021aqds_sdcard_qspi_defconfig   |   1 +
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig   |   1 +
 configs/ls1021atwr_nor_defconfig   |   1 +
 configs/ls1021atwr_nor_lpuart_defconfig|   1 +
 configs/ls1021atwr_qspi_defconfig  |   1 +
 .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig|   1 +
 configs/ls1021atwr_sdcard_ifc_defconfig|   1 +
 configs/ls1021atwr_sdcard_qspi_defconfig   |   1 +
 doc/device-tree-bindings/video/atmel-hlcdc.txt |  42 ++
 drivers/video/Kconfig  |  21 +
 drivers/video/Makefile |   2 +-
 drivers/video/atmel_hlcdfb.c   | 482 ++---
 drivers/video/console_normal.c |   2 +-
 drivers/video/fsl_dcu_fb.c | 121 +-
 include/configs/colibri_vf.h   |  13 +
 include/configs/ls1021aqds.h   |   4 +-
 include/configs/ls1021atwr.h   |   4 +-
 include/fsl_dcu_fb.h   |   1 +
 scripts/config_whitelist.txt   |   1 -
 39 files changed, 773 insertions(+), 113 deletions(-)
 create mode 100644 board/toradex/colibri_vf/dcu.c
 create mode 100644 doc/device-tree-bindings/video/atmel-hlcdc.txt

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-09 Thread Tom Rini
On Tue, Mar 07, 2017 at 09:25:53PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 3fd2b3aa19b9479b5e785087e4951d3a7bbb87be:
> 
>   net: macb: Fix ETH not found when clock not support (2017-03-01 21:28:39 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 1d4ed26fafb4250a1a9f9aba55de05062330ea5b:
> 
>   video: cfb_console: fix 32-bit display on 64-bit architectures (2017-03-07 
> 21:18:23 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-07 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 3fd2b3aa19b9479b5e785087e4951d3a7bbb87be:

  net: macb: Fix ETH not found when clock not support (2017-03-01 21:28:39 
-0500)

are available in the git repository at:

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

for you to fetch changes up to 1d4ed26fafb4250a1a9f9aba55de05062330ea5b:

  video: cfb_console: fix 32-bit display on 64-bit architectures (2017-03-07 
21:18:23 +0100)


Andre Przywara (1):
  video: cfb_console: fix 32-bit display on 64-bit architectures

 drivers/video/cfb_console.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-01 Thread Tom Rini
On Mon, Feb 27, 2017 at 04:22:54PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull two bug fixes for -rc3. Thanks!
> 
> The following changes since commit a0f3e3df4adc451bf56159c0672e570f9c934ee8:
> 
>   travis-ci: Temporarily disable using a newer device tree compiler 
> (2017-02-26 15:25:30 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 94412745cd4339f8f6fa7be5f3b460fde65eff85:
> 
>   rockchip: video: fix 8350 clock mistake in rockchip HDMI (2017-02-27 
> 16:10:45 +0100)
> 

Applied prior to v2017.03-rc3 to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/listinfo/u-boot


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

2017-02-27 Thread Anatolij Gustschin
Hi Tom,

please pull two bug fixes for -rc3. Thanks!

The following changes since commit a0f3e3df4adc451bf56159c0672e570f9c934ee8:

  travis-ci: Temporarily disable using a newer device tree compiler (2017-02-26 
15:25:30 -0500)

are available in the git repository at:

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

for you to fetch changes up to 94412745cd4339f8f6fa7be5f3b460fde65eff85:

  rockchip: video: fix 8350 clock mistake in rockchip HDMI (2017-02-27 
16:10:45 +0100)


Jonathan Golder (1):
  splash: Prevent splash_load_fs from writing to 0x0

Nickey Yang Nickey Yang (1):
  rockchip: video: fix 8350 clock mistake in rockchip HDMI

 common/splash_source.c   | 3 ++-
 drivers/video/rockchip/rk_hdmi.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

--
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/listinfo/u-boot


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

2017-02-22 Thread Tom Rini
On Wed, Feb 22, 2017 at 09:56:43PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 4d6f9e0d21bb223ace577030ef69b8fbbd98f678:
> 
>   Merge git://git.denx.de/u-boot-x86 (2017-02-22 10:27:37 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to b24cf8540a85a9bf97975aadd6a7542f166c78a3:
> 
>   video: mxsfb: Fix reset hang when videomode variable is not present 
> (2017-02-22 21:47:59 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-02-22 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 4d6f9e0d21bb223ace577030ef69b8fbbd98f678:

  Merge git://git.denx.de/u-boot-x86 (2017-02-22 10:27:37 -0500)

are available in the git repository at:

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

for you to fetch changes up to b24cf8540a85a9bf97975aadd6a7542f166c78a3:

  video: mxsfb: Fix reset hang when videomode variable is not present 
(2017-02-22 21:47:59 +0100)


Fabio Estevam (1):
  video: mxsfb: Fix reset hang when videomode variable is not present

 drivers/video/mxsfb.c | 3 +++
 1 file changed, 3 insertions(+)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-02-09 Thread Tom Rini
On Thu, Feb 09, 2017 at 08:16:56PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 0ff27d4a94637d4b1937c625d33212375bd118d9:
> 
>   Merge git://git.denx.de/u-boot-mpc85xx (2017-02-01 16:34:36 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 9b23bafb4f628aca7a2852f097a7b7da66cac6d8:
> 
>   drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo. (2017-02-03 
> 13:27:23 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-02-09 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 0ff27d4a94637d4b1937c625d33212375bd118d9:

  Merge git://git.denx.de/u-boot-mpc85xx (2017-02-01 16:34:36 -0500)

are available in the git repository at:

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

for you to fetch changes up to 9b23bafb4f628aca7a2852f097a7b7da66cac6d8:

  drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo. (2017-02-03 
13:27:23 +0100)


Robert P. J. Day (1):
  drivers/video/cfb_console.c: Correct "COFNIG_NDS32" typo.

 drivers/video/cfb_console.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-01-17 Thread Tom Rini
On Mon, Jan 16, 2017 at 07:42:35PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit a705ebc81b7f91bbd0ef7c634284208342901149:
> 
>   Prepare v2017.01 (2017-01-09 11:57:05 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 3b593f9030bae149af9261f51933805be506f6b1:
> 
>   splash: fix splash source flags check (2017-01-13 20:45:25 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-01-16 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit a705ebc81b7f91bbd0ef7c634284208342901149:

  Prepare v2017.01 (2017-01-09 11:57:05 -0500)

are available in the git repository at:

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

for you to fetch changes up to 3b593f9030bae149af9261f51933805be506f6b1:

  splash: fix splash source flags check (2017-01-13 20:45:25 +0100)


Anatolij Gustschin (1):
  video: cfb_console: fix hang if splashimage file is missing

tomas.me...@vaisala.com (3):
  splash: sort include files
  splash: add support for loading splash from a FIT image
  splash: fix splash source flags check

 common/image-fit.c  | 48 
 common/splash_source.c  | 89 -
 doc/README.splashprepare| 15 +---
 drivers/video/cfb_console.c |  6 ++-
 include/image.h |  4 ++
 include/splash.h|  5 ++-
 6 files changed, 149 insertions(+), 18 deletions(-)

Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-11-13 Thread Tom Rini
On Sun, Nov 13, 2016 at 07:08:41PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 38cacdab3b5a6d8efd16a4b2620f7ab72144a624:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2016-11-08 
> 10:36:57 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 9f6ce7defeb3786739bb55eabb9bb20f5b50cd0f:
> 
>   video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled 
> (2016-11-12 21:03:11 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-11-13 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 38cacdab3b5a6d8efd16a4b2620f7ab72144a624:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2016-11-08 10:36:57 
-0500)

are available in the git repository at:

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

for you to fetch changes up to 9f6ce7defeb3786739bb55eabb9bb20f5b50cd0f:

  video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled (2016-11-12 
21:03:11 +0100)


Stefan Roese (1):
  video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled

 drivers/video/video_bmp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Please pull. Thanks!

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-27 Thread Tom Rini
On Wed, Jul 27, 2016 at 09:17:28PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> On Mon, 25 Jul 2016 17:46:31 -0400
> Tom Rini tr...@konsulko.com wrote:
> ...
> > Hey, good catch.  Anatolij, please fix and re-submit, thanks!
> 
> sandbox build fixed now, here is updated pull request:
> 
> The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
> 
>   Prepare v2016.07 (2016-07-11 15:01:01 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to b6de2cd7ee5af536ae67ab5522b69e5c4925f5f2:
> 
>   splash: Introduce default_splash_locations (2016-07-26 08:47:37 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-27 Thread Anatolij Gustschin
Hi Tom,

On Mon, 25 Jul 2016 17:46:31 -0400
Tom Rini tr...@konsulko.com wrote:
...
> Hey, good catch.  Anatolij, please fix and re-submit, thanks!

sandbox build fixed now, here is updated pull request:

The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:

  Prepare v2016.07 (2016-07-11 15:01:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to b6de2cd7ee5af536ae67ab5522b69e5c4925f5f2:

  splash: Introduce default_splash_locations (2016-07-26 08:47:37 +0200)


Alexey Brodkin (2):
  splash: Accommodate DM_USB in splash_init_usb()
  splash: Introduce default_splash_locations

Tim Harvey (1):
  video: allow version string to be optional when using LOGO

 README  |3 +++
 common/splash.c |   30 +-
 common/splash_source.c  |6 +-
 drivers/video/cfb_console.c |4 +++-
 include/splash.h|9 +
 5 files changed, 49 insertions(+), 3 deletions(-)

--
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-25 Thread Tom Rini
On Mon, Jul 25, 2016 at 03:18:04PM -0600, Stephen Warren wrote:
> On 07/25/2016 03:06 PM, Anatolij Gustschin wrote:
> >Hi Tom,
> >
> >The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:
> >
> >   Prepare v2016.07 (2016-07-11 15:01:01 -0400)
> >
> >are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-video.git master
> >
> >for you to fetch changes up to 68b344bb47a553beb952571be006cebec7ac2f22:
> >
> >   splash: Introduce default_splash_locations (2016-07-25 22:54:43 +0200)
> >
> >
> >Alexey Brodkin (2):
> >   splash: Accommodate DM_USB in splash_init_usb()
> >   splash: Introduce default_splash_locations
> 
> That patch causes build failures for sandbox:
> 
>sandbox:  +   sandbox
> +common/built-in.o: In function `splash_screen_prepare':
> +common/splash.c:56: undefined reference to `splash_source_load'
> +collect2: error: ld returned 1 exit status
> +make[1]: *** [u-boot] Error 1
> +make: *** [sub-make] Error 2

Hey, good catch.  Anatolij, please fix and re-submit, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-25 Thread Stephen Warren

On 07/25/2016 03:06 PM, Anatolij Gustschin wrote:

Hi Tom,

The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:

   Prepare v2016.07 (2016-07-11 15:01:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to 68b344bb47a553beb952571be006cebec7ac2f22:

   splash: Introduce default_splash_locations (2016-07-25 22:54:43 +0200)


Alexey Brodkin (2):
   splash: Accommodate DM_USB in splash_init_usb()
   splash: Introduce default_splash_locations


That patch causes build failures for sandbox:

   sandbox:  +   sandbox
+common/built-in.o: In function `splash_screen_prepare':
+common/splash.c:56: undefined reference to `splash_source_load'
+collect2: error: ld returned 1 exit status
+make[1]: *** [u-boot] Error 1
+make: *** [sub-make] Error 2


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-25 Thread Anatolij Gustschin
Hi Tom,

The following changes since commit 19ce924ff914f315dc2fdf79f357825c513aed6e:

  Prepare v2016.07 (2016-07-11 15:01:01 -0400)

are available in the git repository at:

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

for you to fetch changes up to 68b344bb47a553beb952571be006cebec7ac2f22:

  splash: Introduce default_splash_locations (2016-07-25 22:54:43 +0200)


Alexey Brodkin (2):
  splash: Accommodate DM_USB in splash_init_usb()
  splash: Introduce default_splash_locations

Tim Harvey (1):
  video: allow version string to be optional when using LOGO

 README  |3 +++
 common/splash.c |   30 +-
 common/splash_source.c  |6 +-
 drivers/video/cfb_console.c |4 +++-
 4 files changed, 40 insertions(+), 3 deletions(-)

Please pull. Thanks,

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-04-28 Thread Tom Rini
On Thu, Apr 28, 2016 at 05:13:07PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> recent change to the am335x-fb driver caused a bug, these to patches
> fix it now. We got Tested-by tags for them, so it should be okay
> to merge these fixes for the release. Please pull. Thanks!
> 
> Anatolij
> 
> The following changes since commit e25b369c048b51b1feb79587750e7e160fc0bd73:
> 
>   ARM64: zynqmp: Cleanup config file after CMD move (2016-04-26 10:16:10 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> for you to fetch changes up to 3d47b2d741683023de05f08f9adb4bd25c189c46:
> 
>   drivers/video/am335x-fb: Properly point framebuffer behind palette 
> (2016-04-28 16:51:17 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


  1   2   >