public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-video
Date: Mon, 29 Jul 2019 11:09:00 +0200	[thread overview]
Message-ID: <20190729110900.5aca1dc9@crub> (raw)

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:

  git at 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(-)

             reply	other threads:[~2019-07-29  9:09 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-29  9:09 Anatolij Gustschin [this message]
2019-07-30  1:21 ` [U-Boot] Please pull u-boot-video Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-24 21:07 Anatolij Gustschin
2019-11-25 22:22 ` Tom Rini
2019-11-18 10:39 Anatolij Gustschin
2019-11-18 20:27 ` Tom Rini
2019-10-31 13:35 Anatolij Gustschin
2019-11-01 21:48 ` Tom Rini
2019-11-01 23:05   ` Anatolij Gustschin
2019-10-14  9:40 Anatolij Gustschin
2019-10-14 17:00 ` Tom Rini
2019-09-22 19:50 Anatolij Gustschin
2019-09-23  0:39 ` Tom Rini
2019-07-30 18:07 Anatolij Gustschin
2019-07-31 12:34 ` Tom Rini
2019-07-07 13:58 Anatolij Gustschin
2019-07-08  1:15 ` Tom Rini
2019-06-10 10:06 Anatolij Gustschin
2019-06-11  1:31 ` Tom Rini
2019-05-20 14:39 Anatolij Gustschin
2019-05-21 15:44 ` Tom Rini
2019-04-14 18:10 Anatolij Gustschin
2019-04-17 13:14 ` Tom Rini
2019-03-29 21:37 Anatolij Gustschin
2019-04-01 13:13 ` Tom Rini
2019-02-16 22:57 Anatolij Gustschin
2019-02-18 14:29 ` Tom Rini
2019-01-31 12:36 Anatolij Gustschin
2019-01-31 12:40 ` Anatolij Gustschin
2019-02-01 13:26 ` Tom Rini
2019-01-03 18:48 Anatolij Gustschin
2019-01-04 13:11 ` Tom Rini
2018-12-05  0:53 Anatolij Gustschin
2018-12-06  1:31 ` Tom Rini
2010-04-27 21:31 Anatolij Gustschin
2010-04-27 22:10 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190729110900.5aca1dc9@crub \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox