From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 31 Jan 2019 13:36:00 +0100 Subject: [U-Boot] Please pull u-boot-video Message-ID: <20190131133600.2434e290@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)