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 7E2B5C433EF for ; Sat, 19 Mar 2022 17:55:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 67EB3831B5; Sat, 19 Mar 2022 18:55:15 +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=1647712515; bh=xmwlzePOHxYXohfZZbh3Ve6dqEjU4FRxwHtY9whp0X0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=nL19lOCwb9I0Nj93qgrO29SY2HZw5XKqOCf34CsEu3Jy5QFhlsKOzsTdp+Tz1rRLy WrbIyzYi0vb7RrP9BOOqaXKCZPUvKW7ZhlbKOo0/FeI+lI2kO+yflg0Id3C+/2yWPN lkXA2ReXGMMeaVmp4SHst2t8GNuJteU1oaLWgu+OAcrFZ5rsOtxc4KdlYQCm0anBWH q/ztx08HlGvC8t8sY/YUBNzzC9Jr8gRFzePn1tzEmwimnR6FHB7PoowFb12dXPsRFo FYtPQSPH5EOB+bsROq2N+gFi3bVsesTjV55m3d1+e6e3PbCXiQuw2Sv93cSvRNZGeR GzPYdIHeaA+Sw== 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 BC08C830F6; Sat, 19 Mar 2022 18:55:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647712513; bh=xmwlzePOHxYXohfZZbh3Ve6dqEjU4FRxwHtY9whp0X0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SxNnZFPRoYtGWF9YvPcC/MmHP5HWcLRda9cdXv7EvDLaR3oTNWbemRylQrqzwlNM6 f6xrZBy2RO6TtFWrODM3OGlfZUa7b4AmkoACg+Hjo3UQDzBEJUqdvZuZgg4aZbFzhw RNBVqUBs1zh+ssrhZk8QQZhtCeNqqWreXsp0zh1r5a+xssUhhrvCenJjo3PO+9MAK7 zsjUWwec4/D9jCOQAMTB9P7rEK5tXRB3/xVm15kz0r2bHZajDt0A0N3g3E0WjC2v5K +GJnspUvm9rYz+2MnZ98H3skexB4z6t/VRh6/bwx1Iz5aa5efZcQuhTPuWmFtKB+2A GPJ0nXGFh+HBQ== Date: Sat, 19 Mar 2022 18:55:12 +0100 From: Anatolij Gustschin To: Tom Rini Cc: u-boot@lists.denx.de Subject: Re: Please pull u-boot-video Message-ID: <20220319185512.7f083076@crub> In-Reply-To: <20220319174441.GM2226424@bill-the-cat> References: <20220314233318.69dada3c@crub> <20220315121332.GV9986@bill-the-cat> <20220319180528.2f3996a6@crub> <20220319174441.GM2226424@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 On Sat, 19 Mar 2022 13:44:41 -0400 Tom Rini trini@konsulko.com wrote: ... > With the next -rc yes, this will get merged to -next. I don't like to > merge them otherwise as it makes the history a bit less clear. OK, then I'll wait for next -rc and then rebase. Thanks! -- Anatolij