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 D940AC433EF for ; Sat, 25 Jun 2022 07:34:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 722E4843AF; Sat, 25 Jun 2022 09:34:44 +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=1656142484; bh=LthVdyMPhFfyBPxWo5HBdtssS00IHzSrXxLHTMrChXU=; h=Date:From:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=SnpsMmfuLar9Q7fLWe0wz5PDId0M5MISspCews5roMTKtEUJvalCesxLnBuxnKMDe tAp/2UNAfeM1E5Cuqx4q4OSJR0OU3nG37awpTV+TUjnqur/0PQZ7qpYmUnBMnLfIbx 7mDLml1uKxS3tIchDjQHwitKxIXZJpW+ptRT5UDZYNsLMwdta44gJ6icanY/IA2DmC TM/Gee8krsKGujjG5Uvsl0vWVKSY4STq8sFkU+YJRZByO/lIuIiI6LPiEIkBBX9ciA hdmUpzpEBRYDbE1I25BkRRpxpoKlKObTSu9n9Hr5Cta+rk/9iyh6+arqH+fzklPIr5 tLdN4CwPscsdw== Received: from crub (p54833d91.dip0.t-ipconnect.de [84.131.61.145]) (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 E01C2843A9; Sat, 25 Jun 2022 09:34:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1656142483; bh=LthVdyMPhFfyBPxWo5HBdtssS00IHzSrXxLHTMrChXU=; h=Date:From:To:Cc:Subject:From; b=PWWOrLmX4GO3oSh6a+Yv1qBSxOX1SPPXfxO+/OGsV2iprm4es0DKijTzqddreOrHm ARJSefkcVpzrbwMu1mrMvLSxwzR+wpz+A2gDmb+FC+byKgclauKEox7T8lg1zUv9da a7c6Z8j0i3zX3NdN8+e3cFnD9CP2+I542hIDd7wsrFzMWqZKUS+AadsqUrbCB669Q3 GJTvPpUUDnrIXapMwL1X4B7x/5todpDAWscnrX9R2ftyWOSFqPghNlOlUrU2Zo1W55 HZT2KQVR2ghGxlp87Q0Xyje7DRNF1dRNdk0tnB+arLDr0+zVSqbxzKB9OeC+JBBzxs x1oyQmJD1leSQ== Date: Sat, 25 Jun 2022 09:34:42 +0200 From: Anatolij Gustschin To: Tom Rini Cc: u-boot@lists.denx.de Subject: Please pull u-boot-video Message-ID: <20220625093442.54d21aed@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.6 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull video fixes for v2022.07-rc5. CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/12501 Thanks, Anatolij The following changes since commit 625756083e3358744fbe0a60e0eedc009041782d: Merge branch '2022-06-23-important-fixes' (2022-06-23 11:27:04 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-video.git tags/video-20220625 for you to fetch changes up to 5bc6f8c2a97e5dd3b94e8c3cff3a77c2f5bffd8d: video: stm32: remove test on CONFIG_DM_REGULATOR (2022-06-25 08:18:42 +0200) ---------------------------------------------------------------- - fix building sandbox with NO_SDL=1 - fix stb TrueType to check return value of STBTT_malloc() - remove not required DM_REGULATOR test in stm32 dsi driver ---------------------------------------------------------------- Andrew Scull (1): sandbox: sdl: Add stub sandbox_sdl_remove_display() Bin Meng (1): driver: video: Check allocated pointers Patrick Delaunay (1): video: stm32: remove test on CONFIG_DM_REGULATOR arch/sandbox/include/asm/sdl.h | 5 +++++ drivers/video/stb_truetype.h | 18 ++++++++++++++---- drivers/video/stm32/stm32_dsi.c | 25 +++++++++++-------------- 3 files changed, 30 insertions(+), 18 deletions(-)