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 A2FF8C001E0 for ; Sun, 16 Jul 2023 20:04:41 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3F61286377; Sun, 16 Jul 2023 22:04:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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=1689537879; bh=nDHmws6rITt3DU0tTZ3ZiSQmV6ihcBSyvTwlPxl8xLU=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=jPKkwXrKSzcuIsqvKNIGE5hz3uQ9miKfuIDPqau5jIifs8Fm8zw6pmOqSY6mjS2Qs evgZsWdlcXJgSsrhzKa/uEiqIrNnBYu1JdtGhvxRw5ml2z5VMGOUwEqbTVJKjdAir2 MTO+sE3EIP0pCEqBVxCvB2bNZW/JWEVoBQ7T16QODWTpZoJ+tBznGg48nCtx6SmkLE vtglynkshIAnkvYSgKtl5Ql0Fr8dTzckPjfKvJe6Fdg5IJ2jMZP1ISdS8occlMp39v ZSsbLtVdl2zLoLRz6lzKTjSEJzVllbcWf6m71JuOAEOpZP7DML32cCdsYB3zoLo+/r sNhiQLaC1//iQ== Received: from crub (pd95f1621.dip0.t-ipconnect.de [217.95.22.33]) (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 C344786371; Sun, 16 Jul 2023 22:04:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1689537877; bh=nDHmws6rITt3DU0tTZ3ZiSQmV6ihcBSyvTwlPxl8xLU=; h=Date:From:To:Cc:Subject:From; b=DNSNxNiCAcUGUfJ+1mKvZcF8jtmS6Z0sfdpsahIK5IgoEkN5dWL9KRVKRxMzCvkf/ /QVH8wzsj4owv9xiPrj0gEKlL1iUBYAB3ktijrIQvVu035HO3ODonL2tFJ5/DxP5Ti Kla8KMEsDcvkcQ3dpFfHSTBHIKLA2mFKfazbalQ6OxEyR0FU0NK7M1RRxQaGsB9B/B VraAUqSuXboMZ7ZpQpPSixUOiqO78OYLFsGPIK1upJnclbBBX4EHrx//+jYiWOi0oX jMznPsTLsOLm68/XnTNznqSWZGE4Dy64vQtWZi7HpWjeSmwTen+T9smrrkFfjuCoiQ Qs0MlmEosGhtQ== Date: Sun, 16 Jul 2023 22:04:36 +0200 From: Anatolij Gustschin To: Tom Rini Cc: u-boot Subject: Please pull u-boot-video Message-ID: <20230716220436.7da32076@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 new video patches for v2023.10. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/16923 Thanks, Anatolij The following changes since commit 8e21064cb3452950b09301baec06d86e37342471: Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-11 13:27:32 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230714 for you to fetch changes up to bd6375c5511c3b96ce91ea66084d27afe2bbc43b: video: rockchip: dw_mipi_dsi: Fix GRF access (2023-07-14 18:30:58 +0200) ---------------------------------------------------------------- - fix video console default font selection - add panel driver for HannStar HSD060BHW4 - fix backlight pwm integer overflow in duty cycle calculation - fix dw_mipi_dsi hsync/vsync settings - various other fixes for rockchip dw_mipi_dsi ---------------------------------------------------------------- Matthias Schiffer (1): video: backlight: pwm: avoid integer overflow in duty cycle calculation Ondrej Jirman (10): video: console: Fix default font selection video: hx8394: Add panel driver for hannstar,hsd060bhw4 video: rockchip: vop: Fix whitespace video: dw_mipi_dsi: Fix hsync/vsync settings video: rockchip: dw_mipi_dsi: Fix external phy existence check video: rockchip: dw_mipi_dsi: Fix error path checks in probe function video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on success video: rockchip: dw_mipi_dsi: Fix best_rate calculation video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandle video: rockchip: dw_mipi_dsi: Fix GRF access drivers/video/Kconfig | 8 + drivers/video/Makefile | 1 + drivers/video/console_core.c | 6 + drivers/video/dw_mipi_dsi.c | 4 +- drivers/video/himax-hx8394.c | 237 ++++++++++++++++++++++++++ drivers/video/pwm_backlight.c | 2 +- drivers/video/rockchip/dw_mipi_dsi_rockchip.c | 38 +++-- drivers/video/rockchip/rk_vop.c | 2 +- 8 files changed, 278 insertions(+), 20 deletions(-) create mode 100644 drivers/video/himax-hx8394.c