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 83671ECAAA1 for ; Mon, 31 Oct 2022 14:18:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5A15C85228; Mon, 31 Oct 2022 15:18:18 +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=1667225898; bh=+qZz5VOv+X1OnXYNOlpaOnb9RsEanKYIGBljjt2/EKs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=kD/mATo5HO1i5eY0nyCGciSJ2dVxM9gi4n44WYxBtyHmCcSyE5l6Zyff1ptgDT5rd 1sL+IGnXlenv1YYuQq7v9NZg+m6sylgqM7xqPwcevK81Qh8esyc2KRTOqs+0wdFYVq Kv/RdImQhT31ptDfJkD/rzHaDJ/UQVd0KuR2xDt3WQ3z8XE/+qgtbatSF+hLId+pua Lo1FEsfJooiJ3XA3U+iYxsKtiB5tefyc8FgZPUVu6GyKtyxLb1cGSXyz0kf7yxa0ba MjE9gYp7PKidT6zau9umCyGfdXdZsp5LpVLqy6lMT9oMaJMGklnOUCWKVaVoFMOqVZ VZDulEb2l+xlA== Received: from crub (pd95f184a.dip0.t-ipconnect.de [217.95.24.74]) (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 2AD9E8521A; Mon, 31 Oct 2022 14:47:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1667224059; bh=+qZz5VOv+X1OnXYNOlpaOnb9RsEanKYIGBljjt2/EKs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Sdo+KZGdmxr1AFief0LHPwSgFJZAHMn0l8Y7xy+hVYgfoTkgqsiRYcuX8hTy5mDgd M8+9drmfNmFQ5pHzU7VLtL04GrzcbUhIxwGhe5S2Oei0Dg/Kt3GrPrYuz4AOUs8fPy TbBxymg8Z1r8X9QHhZQnGJFGEhTcbMStnJEYO6rWXBrfpJgl40u0JXfvS9sJv4twO6 pXoJJE3FJTUNb40XJRZ1gkGkygFQh8dKGCygUe6cE8J/1T8slYKDvqeXjPYxPOUjVJ H92WTqG28xwmWXtC7J6N0FyOg5jetv6ypkTyf4+DXumWbeNz+aGUNA2gVz4dM5Yy46 FGPOh3Sq1seEw== Date: Mon, 31 Oct 2022 14:47:36 +0100 From: Anatolij Gustschin To: Simon Glass Cc: U-Boot Mailing List , AKASHI Takahiro , Alban Bedel , Andrew Scull , Antti =?UTF-8?B?TcOkZW50YXVzdGE=?= , Artem Lapkin , Bharat Gooty , Bin Meng , Dzmitry Sankouski , Fabio Estevam , Giulio Benetti , Harald Seiler , Heiko Thiery , Hiremath Gireesh , Ian Ray , Icenowy Zheng , Ilko Iliev , Jaehoon Chung , Jason Liu , Jens Scharsig , Jesse Taube , Joe Hershberger , John Keeping , Kever Yang , Marcel Ziswiler , Marek Vasut , Mario Six , Masahisa Kojima , Michal Simek , Michal Suchanek , Minkyu Kang , Ovidiu Panait , Pali =?UTF-8?B?Um9ow6Fy?= , Patrick Delaunay , Rasmus Villemoes , Richard Hu , Rui Miguel Silva , Samuel Holland , Sean Anderson , Stephen Warren , Suniel Mahesh , Sven Schwermer , =?UTF-8?B?U8OpYmFzdGllbg==?= Szymanski , Troy Kisky , Vikas Manocha , Wolfgang Denk , Wolfgang Wallner , Ye Li , uboot-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH 00/39] lcd: Drop old LCD support Message-ID: <20221031144736.5b645659@crub> In-Reply-To: <20221019112356.1042065-1-sjg@chromium.org> References: <20221019112356.1042065-1-sjg@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 31 Oct 2022 15:18:16 +0100 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.6 at phobos.denx.de X-Virus-Status: Clean Hi Simon, On Wed, 19 Oct 2022 05:23:17 -0600 Simon Glass sjg@chromium.org wrote: > The conversion to DM_VIDEO was completed some years ago. The old video > code has been removed but the LCD code remains. This series removes it, > to complete the driver model migration. ... Series applied to u-boot-video/master, thanks! -- Anatolij