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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73240C433EF for ; Sun, 26 Sep 2021 20:31:43 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A121860EE5 for ; Sun, 26 Sep 2021 20:31:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A121860EE5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E0E49835E5; Sun, 26 Sep 2021 22:31:39 +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=1632688300; bh=Sfs9SBqeWaXaC9vCLsTos97+e8O31hcyatPEq5Hqz80=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=vMKsiVNrajdbbjKUFioKjYpcERWjmGOpVxpfVSzAzu+bHSoxIbpALBVk0ehj5BaoD uWePZpd31dHL6/vAXJ6YR2m6LS91Ax0QL0TOBxW9xevGvzQPE9vky4kgn8NaX9EEeN U+K/okZdy9Y1Tly5ES81CXAzgyEyIfh8llUt3ACTmbYrqlFZ4tIvM+wijiogrRKyfg hcdUf5Y9RyJZnOlq+4dy3BylioP0+aLaDvy5uzrYbpZEuJaSZ2j31tc2bXa2kYr8Xk 0Mz85rvjiON8ZXNu37pyd+BoA5EfZFH1k6BSsVKFrstdi8bjrvxXWZhiVgaq0dRDdA lP3wN1IRmtIfw== Received: from crub (p54833cd5.dip0.t-ipconnect.de [84.131.60.213]) (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 4E8A5835D8; Sun, 26 Sep 2021 22:31:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1632688297; bh=Sfs9SBqeWaXaC9vCLsTos97+e8O31hcyatPEq5Hqz80=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZUoYgUW18vx+kLBklu9uwtxacXshwIMtOwix+iTplIfJnbQAfOgxG5SYhlAtpmUod Ezzgt8SK31giWD/hgCx6xG8VInGSWfxGPjR6/Z1y25ZQCUJ8zFPHSw1M9kMDJIEeez jeBkiC1hzruIlg1dI6iguY4d+YPO76Jw/FTh4IlhRS35hrIB9IW4718Y+kV+RdT+o7 IcPOFzhFLN95Hl0mRQmn2rxxFuC+gUnA7TMEDRiQKShRuXee+Icu1J9RM4ujCdwzMy Cxj8YjpPpnzhHqi1Hjjk6XVmRGiCPxQ5QkNqLPuSYJjdzkKLu+o2J4HAa8GdhQ6C6J MjnZE3O6JXVyg== Date: Sun, 26 Sep 2021 22:31:36 +0200 From: Anatolij Gustschin To: Simon Glass Cc: U-Boot Mailing List , Tom Rini Subject: Re: DM_VIDEO migration Message-ID: <20210926223136.7e878240@crub> In-Reply-To: References: 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.34 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.2 at phobos.denx.de X-Virus-Status: Clean Hi Simon, On Sun, 26 Sep 2021 09:53:24 -0600 Simon Glass sjg@chromium.org wrote: > Hi Anatolij, > > It looks like it is well past time to complete the DM_VIDEO migration > and drop the old code. There are still a few drivers left. > > Are you looking at this? I could perhaps send an initial patch to remove a few. Yes, I'm aware of some unused drivers, i.e. mx3fb, ati_radeon_fb (the latter is already removed in next). nokia_rx51 board does not enable DM_VIDEO, but it still uses old cfb_console. Also fsl_diu_fb and fsl_dcu_fb. I've removed all DM_VIDEO conversion warnings, but there is still cleanup work needed on various board files/headers. Also some Kconfig work is still needed. I'm working on it. Thanks, -- Anatolij