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 09BF4C433F5 for ; Sat, 19 Mar 2022 17:05:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0E331838B9; Sat, 19 Mar 2022 18:05:31 +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=1647709531; bh=FdIMGZJWNpC7MivFI6dWJtW3PCGj6AwXSKIbAxzo68c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=sDyF0c2GpxTe3qYPw8JbeFD65ERJ3usCgVsEp5Kofr+SZzA2wB5rm0F5U/bdyrjGR 4mDFhl3bgsv20PPvO1PJc+vHaHEAfu8kF5X4NMhd7s3CGY3O6FOVW+qx1OOnPvey1o DaEz32foFZdYTLHIasWOghT9gwJIrlbvIssBPeW+SbcG5oHfYqW7bOFobOO4CTzMSS IrNa3mB5+2fLarVVRx4CmE54+rAk+216GO4XJJyQEqBbxTsHiKHtDU3iDu2QCT2xtg 7+CQevajj5v0aFWz79HzwLb2YAjrumfvlxrIegyRgh3YGFjmw2w4+Crfr04iPLHn7l xjj3pPYlAD67Q== 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 B3748837E3; Sat, 19 Mar 2022 18:05:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647709529; bh=FdIMGZJWNpC7MivFI6dWJtW3PCGj6AwXSKIbAxzo68c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Kw6oDQSXej2JteiHhO1JUe0lRPxr4HXekviWRFU4c3ROruJh0iQMQyqDezOwzfaX1 k70FHRWV+ZtO5DQoZEdjFwZCg0GaD18kSD7amqQ5u5J1xYNl5DVWS6Vl1joSgBG5Ua 0jdGOR1/QtmsJK4qOdympohafJyuHL35M+flnKhB8b5GBxlgrEd8rP+gnRMBvkf83l gaFMlt3aAcZAYdHSgpMxWEL3airZub/wVpGNh3jr1OS/0nZA4PcQHOZWLncecZ1inI ndBnZveaoO4OSUOJJFAyTOlbmtnCEFvd7nzXk/WXNA6KpzRLsfuasRRJd4uobn96Ck JpjPnu0vx9big== Date: Sat, 19 Mar 2022 18:05:28 +0100 From: Anatolij Gustschin To: Tom Rini Cc: u-boot@lists.denx.de Subject: Re: Please pull u-boot-video Message-ID: <20220319180528.2f3996a6@crub> In-Reply-To: <20220315121332.GV9986@bill-the-cat> References: <20220314233318.69dada3c@crub> <20220315121332.GV9986@bill-the-cat> 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.5 at phobos.denx.de X-Virus-Status: Clean Hi Tom, On Tue, 15 Mar 2022 08:13:32 -0400 Tom Rini trini@konsulko.com wrote: ... > > Nokia RX-51: Convert to CONFIG_DM_VIDEO (2022-03-09 21:28:53 +0100) > > > > Applied to u-boot/master, thanks! Could you please also merge this pull request into next branch? I tried to apply and to build Simon's video patches [1] on top of your current next branch, but there is Nokia RX-51 board build error. It can be fixed if these patches are in next, so I can then rebase [1] series for next. Thanks! [1] http://patchwork.ozlabs.org/user/todo/uboot/?series=282367 -- Anatolij