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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 16F4BC4338F for ; Fri, 6 Aug 2021 06:58:48 +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 0AE5F60238 for ; Fri, 6 Aug 2021 06:58:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0AE5F60238 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 970F082DC1; Fri, 6 Aug 2021 08:58:44 +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=1628233124; bh=nayx5aLgww2SSZDr2ut2xogw6VekKdbSZwtZppU07Xo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=GOSG1WtHQZaQvvz3uvp+7V9Yd8EnUh4hRbGD1YrBOuer+c89eT0xDC5XWbjX3jlby S7RTi3zyByJ4SEKFnOzank1+YyBMIM+yFd3Uhl3BLBGw06Gtj4XFRDYVPA/Z9uSMhX cTYihxeS67vSASy0vjtUD97dewHMIysRNGki2YKFeqiPQ5xUr+jWUFB7m9pkWs0tKy uIhMMZdMT5MoI8fYv4LyoSlu0/ko+ZyovrE/dZmP2Fmy5CHZQDJRv2oRHfTvG6OEwD epxui07nZ/+OILgqqEtVMp0cJdvUQwS1BdrLNFNIuoe9AOz9A7x1XOm5ShZeoJE6kz /i/diB3Bip/Yw== Received: from crub (p508b6186.dip0.t-ipconnect.de [80.139.97.134]) (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 2402C82CE2; Fri, 6 Aug 2021 08:58:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1628233122; bh=nayx5aLgww2SSZDr2ut2xogw6VekKdbSZwtZppU07Xo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EAo+AlMuZrVLZrvvs54Sz6uwoIsKRkG7gtMBdLnCn3oWnSui0VicMl7sXYXgnsoto +TqhTpde5Zm36bodGkK3dEbZn0rZOWfdquGcEkTjxRT804ngerpi9PDQ+XI/UIOosV F+L0EaBngG8lk/E27jtbNll0WA6KUT2z4utT6Vknb7ZQTp9BKop2IVTuL8cLiClD+k 4nAry50VrKg0Fcb1YkulIgyuh2sqHuQQLGSEt9vGXfwu106nLo7tMpVsFuVNNNjkzv rCZOVXwghMYyxRzVBkJPboVGUCtjytkeTn2cPTwmqf768PGaieesSRAnjZwoX2Zn7G aykswihzB14AA== Date: Fri, 6 Aug 2021 08:58:41 +0200 From: Anatolij Gustschin To: Stephan Gerhold Cc: u-boot@lists.denx.de, Linus Walleij Subject: Re: [PATCH] video: Add simple driver for ST-Ericsson MCDE with pre-configured display Message-ID: <20210806085841.01f81430@crub> In-Reply-To: <20210702172157.111537-1-stephan@gerhold.net> References: <20210702172157.111537-1-stephan@gerhold.net> 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 On Fri, 2 Jul 2021 19:21:56 +0200 Stephan Gerhold stephan@gerhold.net wrote: ... > drivers/video/Kconfig | 12 +++ > drivers/video/Makefile | 1 + > drivers/video/mcde_simple.c | 141 ++++++++++++++++++++++++++++++++++++ > 3 files changed, 154 insertions(+) > create mode 100644 drivers/video/mcde_simple.c applied to u-boot-video/master, thanks! -- Anatolij