From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9D6A0C77B7F for ; Fri, 5 May 2023 08:25:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E9C9A846A8; Fri, 5 May 2023 10:25:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1683275156; bh=n0hxW9zpkwX6NDXuHQ4sfhZgc3DH4SxO6CYVRySGB90=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=QaWj7ceCmQNSVM49j23g3n+Bp8vaJ/XgKvbwkb1gHyLqgTAcUv26aGY/o5y8SQrqR emm4NnDaZReAnrR9QtVdpUgjSTYaYTUlVFtlOSZy+lonsysfG6uVDmQzkEszY3IlxK 0hkAQGIBl0sUPHBxlX4iCz+6cpjDEGDvjNsZMfHHJdjUWusynVVkZSZ6ACJTJksE7L CgYcwbIyRRYUqoHqnt6rGiXi6J9+1YxG9D9tCC4cHjyRYnc+CuHcNPgU4wLzPvZYeT zTEX7VKKXM4fjuhC+LbZS2ekKovmqD6vw7c6hP8nPmhPaRb5QBbGt1THGWYs1iOa0i tXNwg3uxqdHCw== Received: from crub (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 5985E8469F; Fri, 5 May 2023 10:25:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1683275154; bh=n0hxW9zpkwX6NDXuHQ4sfhZgc3DH4SxO6CYVRySGB90=; h=Date:From:To:Cc:Subject:From; b=HGLjXWHUktvTC5l3b6ZExWG/6OrVSRerDJ/5S8H/Yy1U+jl5Mv+ObvGpUS3d3Av+D Cc1rb3vxIgZeaP3az/Dx1cf9/fL9Ebw4pNiEefWTwLopHp8n0hYP36XUit58WwZTjg hldDDPeGOKaNG62VsmO1gF+Nwk/WLlyfxQeMlNT/wHccHBiLP4RsMx44eMIq5ffwku YMJRtU0NbhzNjMTrSVOlsCJwSTio8FWlFGeCr35bOyeFVAXHQlsWFbyGfpp4tNBivc hx8coAhWmo9/o9Rx14n3qDyr8fsQvMO4Mur+111v702cbHPZV8KdoCOgnkR7mITwAZ 8LilbWfNRC8GQ== Date: Fri, 5 May 2023 10:25:53 +0200 From: Anatolij Gustschin To: Tom Rini Cc: u-boot Subject: Please pull u-boot-video Message-ID: <20230505102553.33a4e36f@crub> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull video updates for v2023.07-rc2. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16257 Thanks, Anatolij The following changes since commit b646e1f69fca5d6a002be1f4e32fab00e140c091: patman: Declare the future Series memory (2023-04-23 14:24:41 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-v2023.07-rc2 for you to fetch changes up to def72d5c6265bde4e9eb7976db53a77fabc4808a: video: panel: add generic endeavoru panel (2023-04-26 07:35:57 +0200) ---------------------------------------------------------------- - enable video support in SPL - support splash screen for TI am62x - replace #ifdef and #if with if's in bmp/splash - add lm3533 backlight driver - add Solomon SSD2825 DSI/LVDS bridge driver - add Renesas R61307 and R69328 MIPI DSI panel drivers - add tegra DC based PWM backlight driver - add generic endeavoru (HTC One X) panel driver ---------------------------------------------------------------- Nikhil M Jain (14): drivers: video: Kconfig: Add configs for enabling video at SPL drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL drivers: Makefile: Add rule to compile video driver drivers: video: Makefile: Rule to compile necessary video driver files drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL common: Makefile: Add rule to compile splash and splash_source at SPL common: Kconfig: Add BMP configs cmd: bmp: Split bmp commands and functions common: Makefile: Rule to compile bmp.c drivers: video: Enable necessary video functions at SPL common: Enable splash functions at SPL include: Enable video related global data variable and splash at SPL board: ti: am62x: evm: OSPI support for splash screen common: Replace #ifdef and #if with if's Svyatoslav Ryhel (6): video: add lm3533 backlight driver video: bridge: add Solomon SSD2825 DSI/LVDS driver video: panel: add Renesas R61307 MIPI DSI panel driver video: panel: add Renesas R69328 MIPI DSI panel driver video: tegra: add DC based PWM backlight driver video: panel: add generic endeavoru panel board/ti/am62x/evm.c | 8 +- cmd/bmp.c | 162 +-------- common/Kconfig | 12 + common/Makefile | 3 + common/bmp.c | 149 ++++++++ common/splash.c | 20 +- drivers/Makefile | 1 + drivers/video/Kconfig | 261 +++++++++++++- drivers/video/Makefile | 20 +- drivers/video/bridge/Kconfig | 7 + drivers/video/bridge/Makefile | 1 + drivers/video/bridge/ssd2825.c | 520 ++++++++++++++++++++++++++++ drivers/video/console_core.c | 6 +- drivers/video/endeavoru-panel.c | 252 ++++++++++++++ drivers/video/lm3533_backlight.c | 134 +++++++ drivers/video/renesas-r61307.c | 302 ++++++++++++++++ drivers/video/renesas-r69328.c | 238 +++++++++++++ drivers/video/tegra20/Kconfig | 7 + drivers/video/tegra20/Makefile | 1 + drivers/video/tegra20/tegra-pwm-backlight.c | 156 +++++++++ drivers/video/tidss/Kconfig | 6 + drivers/video/tidss/Makefile | 2 +- drivers/video/vidconsole-uclass.c | 2 +- drivers/video/video-uclass.c | 14 +- drivers/video/video_bmp.c | 8 +- include/asm-generic/global_data.h | 4 +- include/splash.h | 15 +- include/video.h | 8 + 28 files changed, 2107 insertions(+), 212 deletions(-) create mode 100644 common/bmp.c create mode 100644 drivers/video/bridge/ssd2825.c create mode 100644 drivers/video/endeavoru-panel.c create mode 100644 drivers/video/lm3533_backlight.c create mode 100644 drivers/video/renesas-r61307.c create mode 100644 drivers/video/renesas-r69328.c create mode 100644 drivers/video/tegra20/tegra-pwm-backlight.c