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 6E083C433FE for ; Mon, 28 Mar 2022 07:50:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 71A1C83ABC; Mon, 28 Mar 2022 09:50:49 +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=1648453849; bh=CtlzPn+J9CVgv/e7/QTqzPmH0MLeH2c2bsDhqgtD7Pw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=k21quSWrpf//YrlQaDyc+dSHEdzLg8uBxp77zIl6wgGoRZKA06UC9ELAKN/JDfdFK A4kXuqBsu7AOiAEZwDP7SPBY7upD12VFBtpZVaFki2ZFkSSJhrZZBpOCpUkV7Vy/s0 uuJ9T4mYk78GjmXPk6O3KKhrlfHpIOOoZ4Q+65BaeKPBQLWpWrFsCyLVF8btHRWqhd xWMah/TgTdWZsElaSKLt+jCSUX/AyGy17/mmdPftLyB3K0eu/DvZBpGckZEbEXFKBh 2q3Ehm+sq/7N6eb1Rc42JLpUgpigkfNVTLqhhMW8UhP8L1xXiUU4ikfw6fbDfb42Wf vyGqD0dUKaPbA== 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 78AAD8392C; Mon, 28 Mar 2022 09:50:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1648453847; bh=CtlzPn+J9CVgv/e7/QTqzPmH0MLeH2c2bsDhqgtD7Pw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mAAjaajOzrMsV3S8HJ2Q4c+lYjJEARUttxZGQ53d1Sl5AKrJHmmA5SO+Pvb6eNVhW cfOjaMwN57veY7NfLAEkvUQrSfmj0IDNUymIdV9LZsW5e9wAXkUW+U0z1nbSn0V55d W/lQJkfbgszhld81inU9s3IU7QniGxkC6utX9UH1tjTSG+9ixE/55N3Uom3A5eGvVU I9G3+LGIJnHArBF1tNHfFLGbNmFNoGVEYtfOIvYP6MgnbrE6UVe54lzTnh/cKloxNf 7Bs8sX3ZygsK2qdMfrxER3/VEfMQDdkanixSh/6uiwzUmdwQUNcIR5wLV1+BsU7whq ojkXG2aSUYs5Q== Date: Mon, 28 Mar 2022 09:50:46 +0200 From: Anatolij Gustschin To: Simon Glass Cc: U-Boot Mailing List Subject: Re: [PATCH 00/14] video: Drop old CFB code Message-ID: <20220328095046.1f514abc@crub> In-Reply-To: References: <20220123140415.3091482-1-sjg@chromium.org> <20220324231645.1d6fc1ab@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.5 at phobos.denx.de X-Virus-Status: Clean Hi Simon, On Fri, 25 Mar 2022 11:41:54 +1300 Simon Glass sjg@chromium.org wrote: > Hi Anatloij, > > On Fri, 25 Mar 2022 at 11:16, Anatolij Gustschin wrote: > > > > Hi Simon, > > > > On Thu, 24 Mar 2022 13:54:22 -0600 > > Simon Glass sjg@chromium.org wrote: > > ... > > > > > > Is there any word on this series, please? > > > > last week I've rebased and applied this series to next (PATCH 02/14 > > dropped) and will submit a pull request when Tom merges last -rc > > into his next branch. Otherwise there will be a build error due to > > missing Nokia RX-51 related changes. Thanks! > > That's great, thank you! I was thinking of doing the same thing for > LCD. What do you think? Yes, removing CONFIG_LCD code would be good. I hope we can do frame buffer support by DM_VIDEO for boards still using LCD. -- Anatolij