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 73AABC001DB for ; Mon, 14 Aug 2023 06:02:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9B14E86297; Mon, 14 Aug 2023 08:02:56 +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=1691992976; bh=G3qZdUyn1pbfkVmxqTNwFKrtxCSmPRq4LDwAnf4OsY4=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=BPTcA2Pct2BNyQFQy9nxJqZ1TnP+PkDtAw06HvgqGjs5du7bUSnda/aCHPf3FmVt9 gu9WRS3zICg7mLr7Cekhhm63GhRWrei1U5OJU9cRUCNtTnYCgqZqZu3xnb93GqfE5V FFOF55qWHkKKRWp/R5a25ORLeL42bWDjZb1apy+h0xvhxzZgaY5VAzT3dZUl+NDCmL ZuSnTZ12/KDA67FW6tnPDcHA6GGgc+TlenhQ8BMwnPhAsO9ArzRQdA4HDNJRsJShbb by/AVqZ1Y9aqE1RF41JociswHO96yHbxfyPsL/YsGuDBaVlKVCNoFabXaEFT13RL9l G5JzcmZUwtJrw== Received: from crub (pd95f1b22.dip0.t-ipconnect.de [217.95.27.34]) (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 61EC186233; Mon, 14 Aug 2023 08:02:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1691992975; bh=G3qZdUyn1pbfkVmxqTNwFKrtxCSmPRq4LDwAnf4OsY4=; h=Date:From:To:Cc:Subject:From; b=HxY2GU25aZc8UbekYNe8NKjIPkanaLk99O/iyyzGS6HMll59B+KTZ6WrIkFVUCgpl PF+EmSXbszECDsCasHDo6Px2RdD1AOa9hgWutZdZztJaqViYRrg4wIb2HmdUAuFun0 OlWHpc2u0KdawqS9kAIaqbHQWohGBK96vMOXu0x02msVEcQSVsV2n2vwr727XvwQDO shXq6e2BNw9PDsryrdq5LMYGJ2fhCjF2OC3129NkRVbK31XS+6qMluQm3rfCsE3bO2 CoErxaO2o1JkNAqAxY397/UMMwnGxdfd1Qo9Y1XkC+vwR2NGXbgg8/9B5OZax1A7oX 2Vn9gfeOMW4kw== Date: Mon, 14 Aug 2023 08:02:54 +0200 From: Anatolij Gustschin To: Tom Rini Cc: u-boot Subject: Please pull u-boot-video Message-ID: <20230814080254.1be1094e@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 driver fixes for for v2023.10. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/17338 Thanks, Anatolij The following changes since commit a5899cc69a99379f01e8e2f9f98e0e09b24f1656: Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog (2023-08-10 11:40:09 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20230814 for you to fetch changes up to 04cc66c047d959dc1b22a625b7949a26793ac52b: rpi: set the correct parameter for simple framebuffer node (2023-08-13 23:57:46 +0200) ---------------------------------------------------------------- - fix NULL dereference in vidconsole_measure() - fix simplefb format for raspberrypi-4b - fix typo in Kconfig ---------------------------------------------------------------- Bin Meng (2): video: vidconsole: Fix null dereference of ops->measure video: kconfig: Fix a typo in SPL_VIDEO_REMOVE Jason Wessel (1): bcm2835: Add simiple-framebuffer for use with fkms Meng Li (1): rpi: set the correct parameter for simple framebuffer node board/raspberrypi/rpi/rpi.c | 2 ++ drivers/video/Kconfig | 2 +- drivers/video/bcm2835.c | 3 +++ drivers/video/vidconsole-uclass.c | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-)