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 8A8D4C433F5 for ; Mon, 14 Mar 2022 22:33:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E0A0A83989; Mon, 14 Mar 2022 23:33:20 +0100 (CET) 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=1647297201; bh=gzGZH68jeimWDerbHksWstWStRyw4bz39ih1A4VvlNY=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=ozxAO2jm1lLufRx4l1/ZltFYN51/39GV9oLhsRQONwkkiqseTFZ8yBCaw3jsZrEAq krAvwz81UrYKTrd+tDOFlTezEjzK69NAwgovwjunbKe/oacrm+o9Q80u0MEEeTTR+u DzCduGP/AeVQf4lDkw9vsRJxRwOb0PpKMzDXictuPJqPQGffNl7e01o50f2iGeilnV NzbNrg7tgxKxWVaz0OEcZ7A2w03dwyEd6j8B63he7LAXHlUbgbP/76IdBKnI+nvXil gNtxWS2d064pS7AlDL7RP8bpD58E/tQ3j1SaX8enAC5uVhhYR9pWOoyp4nlQwYLnu4 J9TwWXw016wXg== Received: from crub (p508b6e90.dip0.t-ipconnect.de [80.139.110.144]) (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 EF6738380F; Mon, 14 Mar 2022 23:33:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647297199; bh=gzGZH68jeimWDerbHksWstWStRyw4bz39ih1A4VvlNY=; h=Date:From:To:Cc:Subject:From; b=RWIslxXKmb74gsQ40jtxefpFPZ+MnYoPhbN5eO3eFvRYho3cGcgxeHo7ifBolTxaO /mms7jq+AYjGC9E8nqpjD/QW/EoqTdbp8s8GWNjRcwdyBMwn7iVTOC365/zsdkemCC wOtQK73fppZlSeeuGC44maYUFik7se4LNLhb4+WzjDNm51QfyWc73GxVC9N3t5Wex0 uCA0iD6aBCwpaFd1lFLKmemUFpy4TaO5ve+FFGQCCIK4KDOfbHur1lW9xx6Oi00hqN 1+GuWUlwKrRSrQgi3Z7Im/5eGBbOpYDRH6GmynPIb7t2fYw6elLRkuNNJH4LImQXsl n8glXqA61VfXg== Date: Mon, 14 Mar 2022 23:33:18 +0100 From: Anatolij Gustschin To: Tom Rini Cc: u-boot@lists.denx.de Subject: Please pull u-boot-video Message-ID: <20220314233318.69dada3c@crub> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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.5 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull video fixes for v2022.04-rc4. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/11220 Thanks, Anatolij The following changes since commit 589c659035a44a683b087fd75fe0b7667f7be7f5: Merge branch '2022-03-08-assorted-fixes' (2022-03-08 08:42:51 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-2022= 0314 for you to fetch changes up to d6213e206c441a3b2b83c0588954c851c3610d97: Nokia RX-51: Convert to CONFIG_DM_VIDEO (2022-03-09 21:28:53 +0100) ---------------------------------------------------------------- - fix display of the u-boot logo on Apple devices - convert Nokia RX-51 to CONFIG_DM_VIDEO ---------------------------------------------------------------- Janne Grunau (1): video: bmp: Support x2r10g10b10 pixel format Pali Roh=C3=A1r (2): video: Allow drivers to allocate the frame buffer themselves Nokia RX-51: Convert to CONFIG_DM_VIDEO board/nokia/rx51/rx51.c | 40 +++++++++++++++---------- configs/nokia_rx51_defconfig | 7 +++-- drivers/video/video-uclass.c | 7 ++++- drivers/video/video_bmp.c | 70 +++++++++++++++++++++++++++++++++++-----= ---- include/configs/nokia_rx51.h | 11 ++----- 5 files changed, 93 insertions(+), 42 deletions(-)