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 3C567C433EF for ; Mon, 14 Mar 2022 22:42:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9E21883BBE; Mon, 14 Mar 2022 23:42:51 +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=1647297772; bh=mfaCNEwnAlvCtuc9l4ZqIMsPPrJfop5xx6udONwtTR8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Jk14GcYdhL0+Wj7QzKXaQjIlyNJ8GvEnwb7ok7XUHNOauL8nJrqWtzSkbtUf8+EAr /g/fn5dEbikbLJZtw9nbTMHpAW0hVVoExhrBlCcuFwjZvl7f4UXFl9EpsCzXK1p56V yuwLalD/C7iQ7Z50HC0baL/GYy48TyHJRPOvjzyj0XXaXpmB3hrW+ReimZtyi9Y5vM 5nfRKc4/rPSJgLZY1PG+QSZTk8eV+WYx1K/I34weG3U68sG0Op43aQIIHMGxq9JicU 1T95LGYAtmNSVya7DzFPuvJd6xCTYoHiAdHnAE/MT35FeYRZXU26NL2uhkjfPR+/Pi w4Be2Q3pAVTNA== 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 EB46583BBE; Mon, 14 Mar 2022 23:42:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647297768; bh=mfaCNEwnAlvCtuc9l4ZqIMsPPrJfop5xx6udONwtTR8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=yxiL+VVrQYsbYZ+mLE/toUkuaVoy3CHLAGsT9UITCVNWgNxBylZTDtDbzYapeQAin C9h46JAeeKgh5xbMQD6VwCBujjOstGEOZ3NViHujse+gJw9W1scydgKqu8IXZjPaYM kO7nKZHVwWrwQjfMvwO3cevpnXoIsNVsYla/cRDgb0YNJCAKeNwPwB2tifgnzp/vXB mW69uiFEp7jN7yBdHWhfgD78mxRnizQKQbZYdRmJ+i54/2G8y7fTzj0mspYqso7c2f ctpzdPg5dLeuoAKNKsm7LOzoOsDTV9+gHp2KtCy+HBNYl4ni/laU0Qjic4QcqUN23x mY2PFMFEDmB3Q== Date: Mon, 14 Mar 2022 23:42:47 +0100 From: Anatolij Gustschin To: Pali =?UTF-8?B?Um9ow6Fy?= Cc: Simon Glass , Tom Rini , u-boot@lists.denx.de, maemo-leste@lists.dyne.org Subject: Re: [PATCH v2 2/2] Nokia RX-51: Convert to CONFIG_DM_VIDEO Message-ID: <20220314234247.0460a435@crub> In-Reply-To: <20220309194601.29238-2-pali@kernel.org> References: <20220216204219.18539-1-pali@kernel.org> <20220309194601.29238-1-pali@kernel.org> <20220309194601.29238-2-pali@kernel.org> 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 On Wed, 9 Mar 2022 20:46:01 +0100 Pali Roh=C3=A1r pali@kernel.org wrote: ... > --- > board/nokia/rx51/rx51.c | 40 +++++++++++++++++++++--------------- > configs/nokia_rx51_defconfig | 7 +++++-- > include/configs/nokia_rx51.h | 11 ++-------- > 3 files changed, 31 insertions(+), 27 deletions(-) applied to u-boot-video/master, thanks! -- Anatolij